Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/tokio-rs/axum
Ergonomic and modular web framework built with Tokio, Tower, and Hyper
https://github.com/tokio-rs/axum
Make `serve` generic over the listener and IO types
jplatte opened this pull request 3 months ago
jplatte opened this pull request 3 months ago
Release axum-core 0.4.5 and axum 0.7.7
jplatte opened this pull request 3 months ago
jplatte opened this pull request 3 months ago
Consider adding `axum::json!`
carllerche opened this issue 3 months ago
carllerche opened this issue 3 months ago
Upgrade most example dependencies
jplatte opened this pull request 3 months ago
jplatte opened this pull request 3 months ago
Upgrade private dependencies
jplatte opened this pull request 3 months ago
jplatte opened this pull request 3 months ago
Remove unused dependencies from examples
jplatte opened this pull request 3 months ago
jplatte opened this pull request 3 months ago
core: Fix compile errors from __log_rejection
jplatte opened this pull request 3 months ago
jplatte opened this pull request 3 months ago
failed to resolve: use of undeclared crate or module `tracing`
frederikhors opened this issue 3 months ago
frederikhors opened this issue 3 months ago
Stricter path deserialization for tuples and tuple structs
LHolten opened this pull request 3 months ago
LHolten opened this pull request 3 months ago
Check that number of path parameters matches tuple path extractor exactly
LHolten opened this issue 3 months ago
LHolten opened this issue 3 months ago
Update Tungstenite to version 0.24.0
physics515 opened this issue 3 months ago
physics515 opened this issue 3 months ago
feat(axum-extra): add trait GetCachedFromRef to get cached value
azureqaq opened this pull request 3 months ago
azureqaq opened this pull request 3 months ago
ECOSYSTEM.md: add link to rust-api.dev
sapati opened this pull request 3 months ago
sapati opened this pull request 3 months ago
docs: Remove manual tables of content
jplatte opened this pull request 3 months ago
jplatte opened this pull request 3 months ago
Release axum 0.7.6 and other patch versions
jplatte opened this pull request 3 months ago
jplatte opened this pull request 3 months ago
Upgrade tower and tower-http
jplatte opened this pull request 3 months ago
jplatte opened this pull request 3 months ago
make it easier to get from State to Extension
lolbinarycat opened this issue 3 months ago
lolbinarycat opened this issue 3 months ago
Improving error handling and logging in the server loop
lonestarx1 opened this pull request 3 months ago
lonestarx1 opened this pull request 3 months ago
🏁 RoSctober 2024: The Open Source Developer Challenge is about to start! 🎉
race-of-sloths opened this issue 3 months ago
race-of-sloths opened this issue 3 months ago
Add request id example
conways-glider opened this pull request 3 months ago
conways-glider opened this pull request 3 months ago
chore: add missing symbol
tiaoxizhan opened this pull request 3 months ago
tiaoxizhan opened this pull request 3 months ago
ECOSYSTEM: add zino-rs
photino opened this pull request 3 months ago
photino opened this pull request 3 months ago
Fix warnings and errors from beta Rust
bengsparks opened this pull request 3 months ago
bengsparks opened this pull request 3 months ago
add method_not_allowed_fallback to router
Lachstec opened this pull request 3 months ago
Lachstec opened this pull request 3 months ago
Incompatibiliy between `axum::TestServer` and `tower_http::NormalizePathLayer`
agersant opened this issue 4 months ago
agersant opened this issue 4 months ago
add static web server.
zhangwuqiao opened this issue 4 months ago
zhangwuqiao opened this issue 4 months ago
fix: avoid setting content-length before middleware
SabrinaJewson opened this pull request 4 months ago
SabrinaJewson opened this pull request 4 months ago
Clarify some subtleties of routing
SabrinaJewson opened this pull request 4 months ago
SabrinaJewson opened this pull request 4 months ago
Guarantee return value of `serve`
SabrinaJewson opened this pull request 4 months ago
SabrinaJewson opened this pull request 4 months ago
Add support for WebSockets over HTTP/2
SabrinaJewson opened this pull request 4 months ago
SabrinaJewson opened this pull request 4 months ago
axum with rbatis ; the trait bound `fn() -> impl futures_util::Future<Output = impl IntoResponse> {test_strategy}: Handler<_, _>` is not satisfied
prehonor opened this issue 4 months ago
prehonor opened this issue 4 months ago
JsonRejection return incorrect error catergory
zlfn opened this issue 4 months ago
zlfn opened this issue 4 months ago
Multipart file upload error on Lambda.
uygunbodur opened this issue 4 months ago
uygunbodur opened this issue 4 months ago
Use `env!("CARGO_CRATE_NAME")` in the example to simplify the tracing setup code
hongweipeng opened this pull request 4 months ago
hongweipeng opened this pull request 4 months ago
FromRef derive macro prevents axum re-export
gpoblon opened this issue 4 months ago
gpoblon opened this issue 4 months ago
Built in support for tracing
Diggsey opened this issue 4 months ago
Diggsey opened this issue 4 months ago
feat: local_addr for Serve and WithGracefulShutdown
JosephLenton opened this pull request 4 months ago
JosephLenton opened this pull request 4 months ago
Upgrade tower and other dependencies
elichai opened this pull request 4 months ago
elichai opened this pull request 4 months ago
add means to find the socket address for Serve and WithGracefulShutdown
JosephLenton opened this issue 4 months ago
JosephLenton opened this issue 4 months ago
Ecosystem: add spring-rs
holmofy opened this pull request 4 months ago
holmofy opened this pull request 4 months ago
Missing scheme and host information from Uri.
druide opened this issue 4 months ago
druide opened this issue 4 months ago
Made DefaultBodyLimit const friendly
StNicolay opened this pull request 4 months ago
StNicolay opened this pull request 4 months ago
Duplicate dependency `sync_wrapper` with latest version of `axum` and `axum-core`
peddermaster2 opened this issue 4 months ago
peddermaster2 opened this issue 4 months ago
Drop IntoResponse trait requirement from FromRequestParts and FromRequest Rejections
MOZGIII opened this issue 5 months ago
MOZGIII opened this issue 5 months ago
0.7.5. server not reachable
DAMEK86 opened this issue 5 months ago
DAMEK86 opened this issue 5 months ago
Avoid some extra clones/allocations
novacrazy opened this pull request 5 months ago
novacrazy opened this pull request 5 months ago
How can I set `max_concurrent_streams`
shenghui0779 opened this issue 5 months ago
shenghui0779 opened this issue 5 months ago
Fix link of axum-sessions in ECOSYSTEM.md
sontixyou opened this pull request 5 months ago
sontixyou opened this pull request 5 months ago
Update ECOSYSTEM.md
marcodpt opened this pull request 5 months ago
marcodpt opened this pull request 5 months ago
Add low-level-native-tls examples
ItsEthra opened this pull request 5 months ago
ItsEthra opened this pull request 5 months ago
Avoid reallocation for String body extraction
yhx-12243 opened this pull request 5 months ago
yhx-12243 opened this pull request 5 months ago
Example for low-level-native-tls
msdrigg opened this issue 5 months ago
msdrigg opened this issue 5 months ago
Fixes: #2767 Update reqwest-response example
redforks opened this pull request 5 months ago
redforks opened this pull request 5 months ago
Handler<_, _>` is not satisfied the following other types implement trait `Handler<T, S>`:
JonnyJiang123 opened this issue 5 months ago
JonnyJiang123 opened this issue 5 months ago
Weird behavior when returning response without consuming multipart body [REPRO]
fs-99 opened this issue 5 months ago
fs-99 opened this issue 5 months ago
Macro for JsonDeserializer extractor to avoid boilerplate code
manuelgdlvh opened this pull request 5 months ago
manuelgdlvh opened this pull request 5 months ago
feat: expose inner `WebSocketStream`
0xJepsen opened this issue 5 months ago
0xJepsen opened this issue 5 months ago
Add more must_use attributes
jplatte opened this pull request 5 months ago
jplatte opened this pull request 5 months ago
`RequestBodyLimit` docs link out of date
fs-99 opened this issue 5 months ago
fs-99 opened this issue 5 months ago
Resolve clippies
hatchan opened this pull request 5 months ago
hatchan opened this pull request 5 months ago
Conversion from BodyDataStream to AsyncRead is not working
AsimmHirani opened this issue 5 months ago
AsimmHirani opened this issue 5 months ago
Upgrade tokio-tungstenite to 0.23
hatchan opened this pull request 5 months ago
hatchan opened this pull request 5 months ago
Fixing a typo in the documentation of `with_state` method of Router, making it more clear
mohamedeliwa opened this pull request 5 months ago
mohamedeliwa opened this pull request 5 months ago
axum fails tests without default features, due to incompletely declared feature "json"
jonassmedegaard opened this issue 5 months ago
jonassmedegaard opened this issue 5 months ago
Emphasize that Request extractor goes last
bittrance opened this pull request 5 months ago
bittrance opened this pull request 5 months ago
Update prost to 0.13
NOBLES5E opened this pull request 5 months ago
NOBLES5E opened this pull request 5 months ago
Content-Type for Json does not support those of aws
ValentinColin opened this issue 5 months ago
ValentinColin opened this issue 5 months ago
Fix clippy warning on `FromRef` derive macro
AlphaKeks opened this pull request 6 months ago
AlphaKeks opened this pull request 6 months ago
`FromRef` triggers `clippy::clone_of_ref_ptr`
AlphaKeks opened this issue 6 months ago
AlphaKeks opened this issue 6 months ago
chore: fix gRPC multiplex example
abhiaagarwal opened this pull request 6 months ago
abhiaagarwal opened this pull request 6 months ago
More generally useful doc example for `.with_graceful shutdown()`
bittrance opened this pull request 6 months ago
bittrance opened this pull request 6 months ago
stream-to-file can not upload big file
cuidong008 opened this issue 6 months ago
cuidong008 opened this issue 6 months ago
Report error: "implementation of `std::marker::Send` is not general enough" in route handler
ShuochengWang opened this issue 6 months ago
ShuochengWang opened this issue 6 months ago
there is no timer running, must be called from the context of Tokio runtime
1415230492 opened this issue 6 months ago
1415230492 opened this issue 6 months ago
[Reqwest example]: Include headers into response
Valerioageno opened this pull request 6 months ago
Valerioageno opened this pull request 6 months ago
Unexpected behaviour in example `static-file-server`
tobx opened this issue 6 months ago
tobx opened this issue 6 months ago
Fix a few typos in docs and comments
cpick opened this pull request 6 months ago
cpick opened this pull request 6 months ago
Bump nightly version used for ui tests
jplatte opened this pull request 6 months ago
jplatte opened this pull request 6 months ago
Bring back the breaking changes readme section
jplatte opened this pull request 6 months ago
jplatte opened this pull request 6 months ago
Remove duplication in serving with and without graceful shutdown
jplatte opened this pull request 6 months ago
jplatte opened this pull request 6 months ago
Update extract doc with optional extractors present in axum-extra
vsuryamurthy opened this pull request 6 months ago
vsuryamurthy opened this pull request 6 months ago
Cors error to return bytes of file
cyccro opened this issue 6 months ago
cyccro opened this issue 6 months ago
Remove unused dependency heck from axum-macros
vsuryamurthy opened this pull request 6 months ago
vsuryamurthy opened this pull request 6 months ago
Remove `heck` from axum-macros
vsuryamurthy opened this issue 6 months ago
vsuryamurthy opened this issue 6 months ago
0.7.5 can't get headerMap and body in one handler?
biluohc opened this issue 6 months ago
biluohc opened this issue 6 months ago
Update TLS examples to use better HTTP->HTTPS redirect
jamesqh opened this pull request 6 months ago
jamesqh opened this pull request 6 months ago
add `has_routes` function and docu to `Router`
cbeck88 opened this pull request 6 months ago
cbeck88 opened this pull request 6 months ago
Add an Attachment type to axum-extra
joeydewaal opened this pull request 6 months ago
joeydewaal opened this pull request 6 months ago
feat: allow newline runs in data
drbh opened this pull request 6 months ago
drbh opened this pull request 6 months ago
Automatic conversion of enum to `sse::Event`
jbirnick opened this issue 6 months ago
jbirnick opened this issue 6 months ago
WIP: Allow querying of HTTP status codes for query and form rejections
htrefil opened this pull request 6 months ago
htrefil opened this pull request 6 months ago
CI: pin nightly version for `cargo public-api-crates`
mladedav opened this pull request 7 months ago
mladedav opened this pull request 7 months ago
docs: remove unnecessary link targets
mladedav opened this pull request 7 months ago
mladedav opened this pull request 7 months ago
Reduce extra allocation when constructing statically known body
cynecx opened this pull request 7 months ago
cynecx opened this pull request 7 months ago
Derive `Clone` and `Copy` for `AppendHeaders`
jbirnick opened this pull request 7 months ago
jbirnick opened this pull request 7 months ago
Implement Clone for `AppendHeaders`
jbirnick opened this issue 7 months ago
jbirnick opened this issue 7 months ago
docs: add axum-postgres-template to ECOSYSTEM.md
koskeller opened this pull request 7 months ago
koskeller opened this pull request 7 months ago
Adding docs on using tokio task_local to share state
Gaelik-git opened this pull request 7 months ago
Gaelik-git opened this pull request 7 months ago
Add a File type to axum-extra
joeydewaal opened this issue 7 months ago
joeydewaal opened this issue 7 months ago
Is the `reqwest-response` example outdated?
frederikhors opened this issue 7 months ago
frederikhors opened this issue 7 months ago