Ecosyste.ms: OpenCollective

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

github.com/salvo-rs/salvo

A powerful web framework built with a simplified design.
https://github.com/salvo-rs/salvo

Lint configuration through Cargo

chrislearn opened this pull request 11 months ago
Use `expect()` to avoid call `unwrap()`

chrislearn opened this pull request 11 months ago
Add `Fusewire` for defends against slow HTTP attacks

chrislearn opened this pull request 11 months ago
Code optimization

chrislearn opened this pull request 11 months ago
Redirect a PUT

yamelsenih opened this issue 11 months ago
How to add a header to proxy?

yamelsenih opened this issue 11 months ago
Add OpenAPI functions to `Router`.

chrislearn opened this pull request 11 months ago
Improve `ResBody` error debug information

chrislearn opened this pull request 11 months ago
[FEATURE] Easy print of error body

ollyde opened this issue 11 months ago
Update OpenAPI documention

chrislearn opened this pull request 11 months ago
Update cache document

astoring opened this pull request 11 months ago
Impossible to import TestClient and ResponseText

diegovinie opened this issue 12 months ago
sse stream时,客户端只返回最后的值

jonsen opened this issue 12 months ago
[FEATURE] Add default security values

ollyde opened this issue 12 months ago
防御慢速HTTP攻击

luyikk opened this issue 12 months ago
proxy: Insert to existing headers and allow to call rest handlers

chrislearn opened this pull request 12 months ago
add: graceful shutdown example

Hujian99 opened this pull request 12 months ago
Remove #[inline] from large functions

astoring opened this pull request 12 months ago
fix: Rustls backend loads only the first certificate from file

chrislearn opened this pull request 12 months ago
chore(deps): update proc-macro-crate requirement from >= 2, <= 3 to >= 2, <= 4

dependabot[bot] opened this pull request 12 months ago
Rustls backend loads only the first certificate from file

AdrianEddy opened this issue 12 months ago
Consider adding `fastwebsockets` as an option

AdrianEddy opened this issue 12 months ago
remove clippy warnings

bigduu opened this pull request 12 months ago
Ignore response body for HEAD request even error happened

18o opened this pull request 12 months ago
Remove async_trait and use impl Future for some traits

chrislearn opened this pull request 12 months ago
fix: The https tls handshake is not 100% successful at high concurrency.

chrislearn opened this pull request 12 months ago
chore(deps): update multimap requirement from 0.9 to 0.10

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

chrislearn opened this pull request 12 months ago
fix: custom symbol for schema error with generic type

chrislearn opened this pull request 12 months ago
Allow expressions in certain fields like `content-type` etc.

chrislearn opened this pull request 12 months ago
Add local_addr and ttl functions to `TcpAcceptor`

chrislearn opened this pull request 12 months ago
支持随机端口/support random port

thep0y opened this issue 12 months ago
Cannot override non-schema type

ollyde opened this issue 12 months ago
Make the `SendTarget` trait a public trait

TheAwiteb opened this pull request 12 months ago
Can we make the `SendTarget` a public trait?

TheAwiteb opened this issue 12 months ago
tests: add testcases for `extract/payload/*.rs`

zhangkai803 opened this pull request 12 months ago
Support ratelimit headers

TheAwiteb opened this pull request 12 months ago
oapi 的 QueryParam 不支持 struct类型

z91300 opened this issue 12 months ago
ws 发送消息会出现消息丢失

thep0y opened this issue 12 months ago
[Feature Request] Support for rate limiting headers

TheAwiteb opened this issue 12 months ago
Add `Debug` constraint to `Extractible` trait

zhangkai803 opened this pull request 12 months ago
使用openapi通过query提取参数,序列化失败

Linken-code opened this issue 12 months ago
Upgrade Swagger UI to v5.11.0

chrislearn opened this pull request 12 months ago
Upgrade salvo-http3 to 0.0.9

chrislearn opened this pull request 12 months ago
Add hoops support to Service

chrislearn opened this pull request 12 months ago
The Standard 404 error is not logged with the default logger

rustafariandev opened this issue 12 months ago
Find a way to rename OpenAPI object and operation globally

ollyde opened this issue almost 1 year ago
Fix extract attribute conflict with serde

chrislearn opened this pull request almost 1 year ago
resolved #615 , Remove WARN for none content-type redirection response

18o opened this pull request almost 1 year ago
fix: ToParameters will fail when using rename when deserializing

chrislearn opened this pull request almost 1 year ago
ToParameters will fail when using rename when deserializing

immno opened this issue about 1 year ago
Add testcases for `crates/oapi/src/extract/parameter/*.rs`

zhangkai803 opened this pull request about 1 year ago
Allow define `paramter_in` for each struct field

chrislearn opened this pull request about 1 year ago
[OpenAPI Tags]

ollyde opened this issue about 1 year ago
Use simple tracing format

astoring opened this pull request about 1 year ago
Allow `proc-macro-crate` version 2 also works to avoid conflict

astoring opened this pull request about 1 year ago
extract: Set status code to 400 if extract failed and status code is not error.

astoring opened this pull request about 1 year ago
tests: add testcases for `openapi/schema/*.rs`

zhangkai803 opened this pull request about 1 year ago
Update: support msg in all README

zhangkai803 opened this pull request about 1 year ago
Upgrade to hyper 1.1.0

rustafariandev opened this pull request about 1 year ago
chore(deps): update proc-macro-crate requirement from 2 to 3

dependabot[bot] opened this pull request about 1 year ago
Update Rust version to 1.75 and Extractible trait for custom error

chrislearn opened this pull request about 1 year ago
tests: add testcases for `openapi/mod.rs`

zhangkai803 opened this pull request about 1 year ago
tests: add testcases for openapi/path

zhangkai803 opened this pull request about 1 year ago
tests: add testcases for `openapi/parameter.rs`

zhangkai803 opened this pull request about 1 year ago
QueryParam and Err in OpenApi are not flexible enough

immno opened this issue about 1 year ago
poxy: Use async fn elect in Upstreams`

chrislearn opened this pull request about 1 year ago
IPv6 & IPv4 use same port crash.

dryBranch opened this issue about 1 year ago
Show the response types in OpenAPI

ollyde opened this issue about 1 year ago
tests: add testcases for `openapi/operations`

zhangkai803 opened this pull request about 1 year ago
Would be nice to have validation on OpenAPI

ollyde opened this issue about 1 year ago
tests: add testcases for openapi mods

zhangkai803 opened this pull request about 1 year ago
tests: add testcases for `openapi/content` && `openapi/encoding`

zhangkai803 opened this pull request about 1 year ago
Remove unsafe code from examples

astoring opened this pull request about 1 year ago
tests: add testcases for openapi/security

zhangkai803 opened this pull request about 1 year ago
tests: add testcases for openapi/server

zhangkai803 opened this pull request about 1 year ago
tests: add test case for openapi/tag and openapi/xml

zhangkai803 opened this pull request about 1 year ago
style: remove trailing spaces

zhangkai803 opened this pull request about 1 year ago
Is there a way to give name alias for OpenApi query parameter?

mmittnacht opened this issue about 1 year ago
Improve debug info for `ReqBody` and `ResBody`

chrislearn opened this pull request about 1 year ago
Make it easy to debug request body

prabirshrestha opened this issue about 1 year ago
Add `server` feature

chrislearn opened this pull request about 1 year ago
Read all cookie headers to fill `CookieJar`

chrislearn opened this pull request about 1 year ago
oapi: Fix ToSchema #[serde(default)] conflict

chrislearn opened this pull request about 1 year ago