Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Salvo

Making write code easiler
Collective - Host: opensource - https://opencollective.com/salvo - Code: https://github.com/salvo-rs

chore(deps): update x509-parser requirement from 0.15 to 0.16

github.com/salvo-rs/salvo - dependabot[bot] opened this pull request 10 months ago
chore(deps): update rustls requirement from 0.22 to 0.23

github.com/salvo-rs/salvo - dependabot[bot] opened this pull request 10 months ago
is going the fastest on the roadmap?

github.com/salvo-rs/salvo - ouvaa opened this issue 11 months ago
pls support monoio

github.com/salvo-rs/salvo - ouvaa opened this issue 11 months ago
chore(deps): update swagger ui to v5.11.8

github.com/salvo-rs/salvo - chrislearn opened this pull request 11 months ago
fix: HTTP/1.1 Always has HTTP Scheme

github.com/salvo-rs/salvo - chrislearn opened this pull request 11 months ago
doc: add zh-hant translation for openapi

github.com/salvo-rs/website - zhangkai803 opened this pull request 11 months ago
chore(deps): update opentelemetry-* dependencies

github.com/salvo-rs/salvo - chrislearn opened this pull request 11 months ago
HTTP/1.1 Always has HTTP Scheme

github.com/salvo-rs/salvo - mateusvmv opened this issue 11 months ago
chore(deps): update nix requirement from 0.27 to 0.28

github.com/salvo-rs/salvo - dependabot[bot] opened this pull request 11 months ago
chore(deps): update opentelemetry requirement from 0.21 to 0.22

github.com/salvo-rs/salvo - dependabot[bot] opened this pull request 11 months ago
add redirect doc

github.com/salvo-rs/website - fankaiLiu opened this pull request 11 months ago
doc: translation and format in `openapi.md`

github.com/salvo-rs/website - zhangkai803 opened this pull request 11 months ago
add example: redirect

github.com/salvo-rs/salvo - hubertshelley opened this pull request 11 months ago
About "Too many open files"

github.com/salvo-rs/salvo - Zheby opened this issue 11 months ago
Add rust-toolchain.toml

github.com/salvo-rs/salvo - immno opened this pull request 11 months ago
Fix host filter in http2

github.com/salvo-rs/salvo - mateusvmv opened this pull request 11 months ago
oapi: Allow set #[salvo(schema(skip))] to skip field

github.com/salvo-rs/salvo - chrislearn opened this pull request 11 months ago
Add fn `content_type` for `FilePart`

github.com/salvo-rs/salvo - chrislearn opened this pull request 11 months ago
Feature/#es add spanish language support

github.com/salvo-rs/website - yamelsenih opened this pull request 11 months ago
Fixed wrong source folder

github.com/salvo-rs/website - yamelsenih opened this pull request 11 months ago
Add cfg_attr(docsrs) to compression crate

github.com/salvo-rs/salvo - jkelleyrtp opened this pull request 11 months ago
Update cors.md

github.com/salvo-rs/website - yamelsenih opened this pull request 11 months ago
Add fuse-attack example

github.com/salvo-rs/salvo - chrislearn opened this pull request 11 months ago
Lint configuration through Cargo

github.com/salvo-rs/salvo - chrislearn opened this pull request 11 months ago
Use `expect()` to avoid call `unwrap()`

github.com/salvo-rs/salvo - chrislearn opened this pull request 11 months ago
Add `Fusewire` for defends against slow HTTP attacks

github.com/salvo-rs/salvo - chrislearn opened this pull request 11 months ago
Code optimization

github.com/salvo-rs/salvo - chrislearn opened this pull request 11 months ago
Redirect a PUT

github.com/salvo-rs/salvo - yamelsenih opened this issue 11 months ago
How to add a header to proxy?

github.com/salvo-rs/salvo - yamelsenih opened this issue 11 months ago
Add OpenAPI functions to `Router`.

github.com/salvo-rs/salvo - chrislearn opened this pull request 11 months ago
Improve `ResBody` error debug information

github.com/salvo-rs/salvo - chrislearn opened this pull request 11 months ago
[FEATURE] Easy print of error body

github.com/salvo-rs/salvo - ollyde opened this issue 11 months ago
Update OpenAPI documention

github.com/salvo-rs/salvo - chrislearn opened this pull request 11 months ago
Update cache document

github.com/salvo-rs/salvo - astoring opened this pull request 11 months ago
Have a showcase page for Salvo projects

github.com/salvo-rs/website - TheAwiteb opened this issue 12 months ago
Update Rust version requirement

github.com/salvo-rs/website - joelhy opened this pull request 12 months ago
[FEATURE] Add default security values

github.com/salvo-rs/salvo - ollyde opened this issue 12 months ago
防御慢速HTTP攻击

github.com/salvo-rs/salvo - luyikk opened this issue 12 months ago
add: graceful shutdown example

github.com/salvo-rs/salvo - Hujian99 opened this pull request 12 months ago
Remove #[inline] from large functions

github.com/salvo-rs/salvo - astoring opened this pull request 12 months ago
Consider adding `fastwebsockets` as an option

github.com/salvo-rs/salvo - AdrianEddy opened this issue 12 months ago
remove clippy warnings

github.com/salvo-rs/salvo - bigduu opened this pull request 12 months ago
Remove async_trait and use impl Future for some traits

github.com/salvo-rs/salvo - chrislearn opened this pull request 12 months ago
chore(deps): update multimap requirement from 0.9 to 0.10

github.com/salvo-rs/salvo - dependabot[bot] opened this pull request 12 months ago
Use hyper-rustls remove hyper-tls for client.

github.com/salvo-rs/salvo - chrislearn opened this pull request 12 months ago
fix: custom symbol for schema error with generic type

github.com/salvo-rs/salvo - chrislearn opened this pull request 12 months ago
Add local_addr and ttl functions to `TcpAcceptor`

github.com/salvo-rs/salvo - chrislearn opened this pull request 12 months ago
支持随机端口/support random port

github.com/salvo-rs/salvo - thep0y opened this issue 12 months ago
Cannot override non-schema type

github.com/salvo-rs/salvo - ollyde opened this issue 12 months ago
Make the `SendTarget` trait a public trait

github.com/salvo-rs/salvo - TheAwiteb opened this pull request 12 months ago
Can we make the `SendTarget` a public trait?

github.com/salvo-rs/salvo - TheAwiteb opened this issue 12 months ago
style: doc optimize

github.com/salvo-rs/website - zhangkai803 opened this pull request 12 months ago
Add raatelimit headers to the docs

github.com/salvo-rs/website - TheAwiteb opened this pull request 12 months ago
Improve CROS docs

github.com/salvo-rs/website - TheAwiteb opened this pull request 12 months ago
tests: add testcases for `extract/payload/*.rs`

github.com/salvo-rs/salvo - zhangkai803 opened this pull request 12 months ago
Support ratelimit headers

github.com/salvo-rs/salvo - TheAwiteb opened this pull request 12 months ago
ws 发送消息会出现消息丢失

github.com/salvo-rs/salvo - thep0y opened this issue 12 months ago
Add `Debug` constraint to `Extractible` trait

github.com/salvo-rs/salvo - zhangkai803 opened this pull request 12 months ago
Upgrade Swagger UI to v5.11.0

github.com/salvo-rs/salvo - chrislearn opened this pull request 12 months ago
Upgrade salvo-http3 to 0.0.9

github.com/salvo-rs/salvo - chrislearn opened this pull request 12 months ago
Add hoops support to Service

github.com/salvo-rs/salvo - chrislearn opened this pull request 12 months ago
Fix extract attribute conflict with serde

github.com/salvo-rs/salvo - chrislearn opened this pull request 12 months ago
Add testcases for `crates/oapi/src/extract/parameter/*.rs`

github.com/salvo-rs/salvo - zhangkai803 opened this pull request almost 1 year ago
Allow define `paramter_in` for each struct field

github.com/salvo-rs/salvo - chrislearn opened this pull request almost 1 year ago
edit table

github.com/salvo-rs/salvo-cli - Beyondone4 opened this pull request about 1 year ago