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
doc: add with-sentry example
github.com/salvo-rs/salvo - Vision-Zhang opened this pull request 4 months ago
github.com/salvo-rs/salvo - Vision-Zhang opened this pull request 4 months ago
security fix: Jump out of the serve dir to access files on server
github.com/salvo-rs/salvo - chrislearn opened this pull request 4 months ago
github.com/salvo-rs/salvo - chrislearn opened this pull request 4 months ago
impl Display and Debug for Text and Json
github.com/salvo-rs/salvo - chrislearn opened this pull request 4 months ago
github.com/salvo-rs/salvo - chrislearn opened this pull request 4 months ago
chore(deps): update tokio-tungstenite requirement from 0.23 to 0.24
github.com/salvo-rs/salvo - dependabot[bot] opened this pull request 4 months ago
github.com/salvo-rs/salvo - dependabot[bot] opened this pull request 4 months ago
fix: higher-ranked lifetime error regarding config_stream
github.com/salvo-rs/salvo - aoiryc opened this pull request 4 months ago
github.com/salvo-rs/salvo - aoiryc opened this pull request 4 months ago
使用#[salvo::oapi::endpoint]时,遇到返回std::result::Result<(), impl salvo::Writer>的方法时报错
github.com/salvo-rs/salvo - 3517277 opened this issue 4 months ago
github.com/salvo-rs/salvo - 3517277 opened this issue 4 months ago
chore: Update opentelemetry-* dependencies
github.com/salvo-rs/salvo - chrislearn opened this pull request 4 months ago
github.com/salvo-rs/salvo - chrislearn opened this pull request 4 months ago
chore(deps): update opentelemetry-http requirement from 0.13 to 0.25
github.com/salvo-rs/salvo - dependabot[bot] opened this pull request 4 months ago
github.com/salvo-rs/salvo - dependabot[bot] opened this pull request 4 months ago
chore(deps): update opentelemetry requirement from 0.24 to 0.25
github.com/salvo-rs/salvo - dependabot[bot] opened this pull request 4 months ago
github.com/salvo-rs/salvo - dependabot[bot] opened this pull request 4 months ago
chore(deps): update opentelemetry-semantic-conventions requirement from 0.16 to 0.25
github.com/salvo-rs/salvo - dependabot[bot] opened this pull request 4 months ago
github.com/salvo-rs/salvo - dependabot[bot] opened this pull request 4 months ago
Fix links in openapi doc
github.com/salvo-rs/website - zhangkai803 opened this pull request 4 months ago
github.com/salvo-rs/website - zhangkai803 opened this pull request 4 months ago
fix: The error status code was incorrectly set to 405
github.com/salvo-rs/salvo - chrislearn opened this pull request 4 months ago
github.com/salvo-rs/salvo - chrislearn opened this pull request 4 months ago
HTTP3 cannot start in the tokio::spawn
github.com/salvo-rs/salvo - focus-wind opened this issue 4 months ago
github.com/salvo-rs/salvo - focus-wind opened this issue 4 months ago
oapi: Add support of links
github.com/salvo-rs/salvo - chrislearn opened this pull request 4 months ago
github.com/salvo-rs/salvo - chrislearn opened this pull request 4 months ago
cors: Add CallNext to control when call next handlers
github.com/salvo-rs/salvo - chrislearn opened this pull request 4 months ago
github.com/salvo-rs/salvo - chrislearn opened this pull request 4 months ago
oapi: update AnyValue parse_any
github.com/salvo-rs/salvo - chrislearn opened this pull request 4 months ago
github.com/salvo-rs/salvo - chrislearn opened this pull request 4 months ago
oapi: Add extensions support for OpenApi
github.com/salvo-rs/salvo - chrislearn opened this pull request 4 months ago
github.com/salvo-rs/salvo - chrislearn opened this pull request 4 months ago
oapi:Add parsing support for non strict integers
github.com/salvo-rs/salvo - chrislearn opened this pull request 4 months ago
github.com/salvo-rs/salvo - chrislearn opened this pull request 4 months ago
oapi: Refactor features
github.com/salvo-rs/salvo - chrislearn opened this pull request 4 months ago
github.com/salvo-rs/salvo - chrislearn opened this pull request 4 months ago
oapi: Give extractors `REQUIRED` default value
github.com/salvo-rs/salvo - chrislearn opened this pull request 4 months ago
github.com/salvo-rs/salvo - chrislearn opened this pull request 4 months ago
fix: Request Id should use header_name as headers key
github.com/salvo-rs/salvo - chrislearn opened this pull request 4 months ago
github.com/salvo-rs/salvo - chrislearn opened this pull request 4 months ago
静态文件服务用不了。按照文档上的写。没有use salvo::serve_static::StaticDir;中的serve_static没有
github.com/salvo-rs/salvo - rongzhongyang opened this issue 4 months ago
github.com/salvo-rs/salvo - rongzhongyang opened this issue 4 months ago
Add SecureMaxSize middleware to control request secure max size.
github.com/salvo-rs/salvo - chrislearn opened this pull request 5 months ago
github.com/salvo-rs/salvo - chrislearn opened this pull request 5 months ago
Update force_https doc and add example
github.com/salvo-rs/salvo - chrislearn opened this pull request 5 months ago
github.com/salvo-rs/salvo - chrislearn opened this pull request 5 months ago
fix custom-error-page bug
github.com/salvo-rs/website - liyang8246 opened this pull request 5 months ago
github.com/salvo-rs/website - liyang8246 opened this pull request 5 months ago
Allow to wrap Handler with middlewares
github.com/salvo-rs/salvo - chrislearn opened this pull request 5 months ago
github.com/salvo-rs/salvo - chrislearn opened this pull request 5 months ago
Provide ability to setup Content-Type for each file or type in StaticDir
github.com/salvo-rs/salvo - longzou opened this issue 5 months ago
github.com/salvo-rs/salvo - longzou opened this issue 5 months ago
根据例子设置自定义页面404,发现res.status_code 一直是None
github.com/salvo-rs/salvo - stevensu1977 opened this issue 5 months ago
github.com/salvo-rs/salvo - stevensu1977 opened this issue 5 months ago
fix: Derive ToSchema not work for unit enum variants
github.com/salvo-rs/salvo - chrislearn opened this pull request 5 months ago
github.com/salvo-rs/salvo - chrislearn opened this pull request 5 months ago
Change generic definition of Catcher functions
github.com/salvo-rs/salvo - chrislearn opened this pull request 5 months ago
github.com/salvo-rs/salvo - chrislearn opened this pull request 5 months ago
Add compression support to websockets
github.com/salvo-rs/salvo - rxdiscovery opened this issue 5 months ago
github.com/salvo-rs/salvo - rxdiscovery opened this issue 5 months ago
Added middleware method to service.rs
github.com/salvo-rs/salvo - clarnx opened this pull request 5 months ago
github.com/salvo-rs/salvo - clarnx opened this pull request 5 months ago
Added middleware method to catcher.rs
github.com/salvo-rs/salvo - clarnx opened this pull request 5 months ago
github.com/salvo-rs/salvo - clarnx opened this pull request 5 months ago
Added middleware method to router.rs
github.com/salvo-rs/salvo - clarnx opened this pull request 5 months ago
github.com/salvo-rs/salvo - clarnx opened this pull request 5 months ago
Rename Affix to AffixState
github.com/salvo-rs/salvo - chrislearn opened this pull request 5 months ago
github.com/salvo-rs/salvo - chrislearn opened this pull request 5 months ago
chore(deps): update tower to 0.5 and move tower_compat to salvo_extra
github.com/salvo-rs/salvo - chrislearn opened this pull request 5 months ago
github.com/salvo-rs/salvo - chrislearn opened this pull request 5 months ago
chore(deps): update tower requirement from 0.4 to 0.5
github.com/salvo-rs/salvo - dependabot[bot] opened this pull request 5 months ago
github.com/salvo-rs/salvo - dependabot[bot] opened this pull request 5 months ago
fix: OpenAPI page does not render
github.com/salvo-rs/salvo - chrislearn opened this pull request 5 months ago
github.com/salvo-rs/salvo - chrislearn opened this pull request 5 months ago
Fix respect required attribute
github.com/salvo-rs/salvo - chrislearn opened this pull request 5 months ago
github.com/salvo-rs/salvo - chrislearn opened this pull request 5 months ago
fix: http2-cleartext feature setting
github.com/salvo-rs/salvo - chrislearn opened this pull request 5 months ago
github.com/salvo-rs/salvo - chrislearn opened this pull request 5 months ago
oapi: Migrate to OpenAPI spec 3.1.0
github.com/salvo-rs/salvo - chrislearn opened this pull request 5 months ago
github.com/salvo-rs/salvo - chrislearn opened this pull request 5 months ago
docs: fixed mixed use of punctuation marks in documents
github.com/salvo-rs/salvo-cli - houseme opened this pull request 5 months ago
github.com/salvo-rs/salvo-cli - houseme opened this pull request 5 months ago
oapi: Add support for inlined enum variants
github.com/salvo-rs/salvo - chrislearn opened this pull request 5 months ago
github.com/salvo-rs/salvo - chrislearn opened this pull request 5 months ago
Allow TLS without HTTP2 and fallback to HTTP 1.1
github.com/salvo-rs/salvo - chrislearn opened this pull request 5 months ago
github.com/salvo-rs/salvo - chrislearn opened this pull request 5 months ago
Bumps eyre to at least 0.6.12 as per the advisory
github.com/salvo-rs/salvo - Dylan-DPC opened this pull request 5 months ago
github.com/salvo-rs/salvo - Dylan-DPC opened this pull request 5 months ago
fix: CombWisp match is not correct
github.com/salvo-rs/salvo - chrislearn opened this pull request 5 months ago
github.com/salvo-rs/salvo - chrislearn opened this pull request 5 months ago
fix: server logs only show `HTTP/1.1` even when `HTTP/2.0` enabled
github.com/salvo-rs/salvo - TheAwiteb opened this pull request 5 months ago
github.com/salvo-rs/salvo - TheAwiteb opened this pull request 5 months ago
Additionally, even when I disable the `http2` feature, the server still handles HTTP/2 requests. I don't think it should behave this way.
github.com/salvo-rs/salvo - TheAwiteb opened this issue 5 months ago
github.com/salvo-rs/salvo - TheAwiteb opened this issue 5 months ago
Server Logs Only Show HTTP/1.1 with `http2-cleartext` Feature in `salvo` Crate
github.com/salvo-rs/salvo - TheAwiteb opened this issue 5 months ago
github.com/salvo-rs/salvo - TheAwiteb opened this issue 5 months ago
oapi: Upgrade Swagger UI to v5.17.14
github.com/salvo-rs/salvo - chrislearn opened this pull request 5 months ago
github.com/salvo-rs/salvo - chrislearn opened this pull request 5 months ago
More flexible attribute value for macros
github.com/salvo-rs/salvo - chrislearn opened this pull request 5 months ago
github.com/salvo-rs/salvo - chrislearn opened this pull request 5 months ago
oapi: Add extensions for schemas
github.com/salvo-rs/salvo - chrislearn opened this pull request 5 months ago
github.com/salvo-rs/salvo - chrislearn opened this pull request 5 months ago
Add with_host fn to Router
github.com/salvo-rs/salvo - chrislearn opened this pull request 5 months ago
github.com/salvo-rs/salvo - chrislearn opened this pull request 5 months ago
Save and use router param without wildcard
github.com/salvo-rs/salvo - chrislearn opened this pull request 5 months ago
github.com/salvo-rs/salvo - chrislearn opened this pull request 5 months ago
fix: Fix concatenation issue in `StatusError` display
github.com/salvo-rs/salvo - TheAwiteb opened this pull request 5 months ago
github.com/salvo-rs/salvo - TheAwiteb opened this pull request 5 months ago
Error display in `StatusError` implementation
github.com/salvo-rs/salvo - TheAwiteb opened this issue 5 months ago
github.com/salvo-rs/salvo - TheAwiteb opened this issue 5 months ago
fix: Respect schema names in short `FlexNamer`
github.com/salvo-rs/salvo - TheAwiteb opened this pull request 6 months ago
github.com/salvo-rs/salvo - TheAwiteb opened this pull request 6 months ago
`oapi::ToParameters` trait requires `oapi::Extractible` trait, which is not necessary
github.com/salvo-rs/salvo - TheAwiteb opened this issue 6 months ago
github.com/salvo-rs/salvo - TheAwiteb opened this issue 6 months ago
chore: Update opentelemetry dependencies
github.com/salvo-rs/salvo - chrislearn opened this pull request 6 months ago
github.com/salvo-rs/salvo - chrislearn opened this pull request 6 months ago
chore(deps): update opentelemetry-semantic-conventions requirement from 0.15 to 0.16
github.com/salvo-rs/salvo - dependabot[bot] opened this pull request 6 months ago
github.com/salvo-rs/salvo - dependabot[bot] opened this pull request 6 months ago
chore(deps): update opentelemetry requirement from 0.23 to 0.24
github.com/salvo-rs/salvo - dependabot[bot] opened this pull request 6 months ago
github.com/salvo-rs/salvo - dependabot[bot] opened this pull request 6 months ago
chore(deps): update opentelemetry-http requirement from 0.12 to 0.13
github.com/salvo-rs/salvo - dependabot[bot] opened this pull request 6 months ago
github.com/salvo-rs/salvo - dependabot[bot] opened this pull request 6 months ago
OAPI : Short FlexNamer doesn't respect schemas name
github.com/salvo-rs/salvo - rxdiscovery opened this issue 6 months ago
github.com/salvo-rs/salvo - rxdiscovery opened this issue 6 months ago
OAPI : #[salvo(schema(name = XXX))] expects an identifier instead of a "string" literal
github.com/salvo-rs/salvo - rxdiscovery opened this issue 6 months ago
github.com/salvo-rs/salvo - rxdiscovery opened this issue 6 months ago
fix: Request local_addr doc
github.com/salvo-rs/salvo - astoring opened this pull request 6 months ago
github.com/salvo-rs/salvo - astoring opened this pull request 6 months ago
implement IP filtering at the TCP level.
github.com/salvo-rs/salvo - lithbitren opened this issue 6 months ago
github.com/salvo-rs/salvo - lithbitren opened this issue 6 months ago
chore(deps): update salvo-http3 requirement from 0.2.0 to 0.3.0
github.com/salvo-rs/salvo - dependabot[bot] opened this pull request 6 months ago
github.com/salvo-rs/salvo - dependabot[bot] opened this pull request 6 months ago
use Into<ResBody> to set response body
github.com/salvo-rs/salvo - chrislearn opened this pull request 6 months ago
github.com/salvo-rs/salvo - chrislearn opened this pull request 6 months ago
fix: Compression does not set body back if body can not compress
github.com/salvo-rs/salvo - chrislearn opened this pull request 6 months ago
github.com/salvo-rs/salvo - chrislearn opened this pull request 6 months ago
Remove once_cell and use standard library
github.com/salvo-rs/salvo - chrislearn opened this pull request 6 months ago
github.com/salvo-rs/salvo - chrislearn opened this pull request 6 months ago
Enhance Error Handling in Compression Middleware to Properly Propagate Error(StatusError) in ResBody
github.com/salvo-rs/salvo - fankaiLiu opened this issue 6 months ago
github.com/salvo-rs/salvo - fankaiLiu opened this issue 6 months ago
Add IpAddr and u16 "constructor" to conn::TcpListener
github.com/salvo-rs/salvo - Mek101 opened this issue 6 months ago
github.com/salvo-rs/salvo - Mek101 opened this issue 6 months ago
add extract doc for request
github.com/salvo-rs/website - fankaiLiu opened this pull request 6 months ago
github.com/salvo-rs/website - fankaiLiu opened this pull request 6 months ago
fix: Tokio runtime panic when using QuinnListener
github.com/salvo-rs/salvo - chrislearn opened this pull request 7 months ago
github.com/salvo-rs/salvo - chrislearn opened this pull request 7 months ago
Feature: Consider supporting handler macro for structures' methods
github.com/salvo-rs/salvo - wildonion opened this issue 7 months ago
github.com/salvo-rs/salvo - wildonion opened this issue 7 months ago
Tokio runtime panic when using QuinnListener
github.com/salvo-rs/salvo - markcda opened this issue 7 months ago
github.com/salvo-rs/salvo - markcda opened this issue 7 months ago
fix: HTTP/3 realization doesn't work
github.com/salvo-rs/salvo - chrislearn opened this pull request 7 months ago
github.com/salvo-rs/salvo - chrislearn opened this pull request 7 months ago