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

Implement FromRequest for BytesMut

jplatte opened this pull request 11 months ago
Example in `MethodRouter::layer` documentation doesn't work

jorendorff opened this issue 11 months ago
Document usage of concrete state in `FromRequest` macro (#2550)

mladedav opened this pull request 11 months ago
Handler not implemented for Or

Natureshadow opened this issue 11 months ago
Axum in docker fails returns 404 but cargo run works fine

thebetterjort opened this issue 11 months ago
Is "Rewriting request URI in middleware" out of date?

maxcountryman opened this issue 11 months ago
route.md: Add wildcard example code

Enselic opened this pull request 11 months ago
Run cargo clippy --fix to fix CI

Enselic opened this pull request 11 months ago
examples: Add wildcard-route

Enselic opened this pull request 11 months ago
Update ECOSYSTEM.md

robatipoor opened this pull request 11 months ago
release axum v0.6.21

jonassmedegaard opened this issue 11 months ago
Fix blocking-mode tcp listener in auto-reload example

jplatte opened this pull request 11 months ago
impl FromRequest for BytesMut

K4rakara opened this issue 11 months ago
Ability to return errors from middleware

justhaug opened this issue 11 months ago
feat: add simple tokio redis example

drbh opened this pull request 11 months ago
Fix typos in testing example

rdbo opened this pull request 11 months ago
`Router::route_service()` example code is out of date

jwodder opened this issue 11 months ago
Added MongoDB example

tr1sm0s1n opened this pull request 11 months ago
Implement CSRF token verification for OAuth example

loganbnielsen opened this pull request 11 months ago
Update ECOSYSTEM.md

maxcountryman opened this pull request 11 months ago
Implement axum_extra query rejection tracing

ghashy opened this pull request 11 months ago
Fix fallback handlers on nested routers returning 404

dalton-oliveira opened this pull request 11 months ago
add minijinja templating example

Deffendor opened this pull request 11 months ago
Set tcp nodelay on sockets

Clueliss opened this issue 11 months ago
Grammar: Fix "it's" vs "its" in several places

DominoTree opened this pull request 11 months ago
Improve documentation of `axum_extra::extract::Query`

AlphaKeks opened this pull request 11 months ago
Update axum prometheus-metrics example

dayvejones opened this pull request 11 months ago
Allow enumerating routes on service

casey opened this issue 11 months ago
docs: add Axum Test to ECOSYSTEM.md

JosephLenton opened this pull request 11 months ago
Add note about missing CSRF validation in oauth example

davidpdrsn opened this pull request 11 months ago
oauth example doesn't validate CSRF token

davidpdrsn opened this issue 11 months ago
Release

davidpdrsn opened this pull request 11 months ago
Re-export `BodyDataStream` from axum

davidpdrsn opened this pull request 12 months ago
Add Scheme extractor

bengsparks opened this pull request 12 months ago
Add Scheme extractor

bengsparks opened this issue 12 months ago
feat(typed_header_rejection): add is_missing utility to the reason

joshuachp opened this pull request 12 months ago
fix link to serde::Deserialize

yanns opened this pull request 12 months ago
chore: remove outdated link

qrilka opened this pull request 12 months ago
Broken link in axum::extract

qrilka opened this issue 12 months ago
Update actions/checkout action to v4

taiki-e opened this pull request 12 months ago
Built-in TLS Support 🎯

NiiightmareXD opened this issue 12 months ago
Implement `TypedPath` for `WithRejection<TypedPath, _>`

davidpdrsn opened this pull request 12 months ago
Implement `TypedPath` for `WithRejection<TypedPath, _>`

gpluscb opened this issue 12 months ago
Support iouring

iamazy opened this issue 12 months ago
Add `must_use` attribute to `Serve`

sam-kirby opened this pull request 12 months ago
Internally `Arc` `Router`, without breaking changes

davidpdrsn opened this pull request 12 months ago
Make Router Sync without breaking the API

jplatte opened this pull request 12 months ago
chore: update feature flag description

lvillis opened this pull request 12 months ago
Make `serve` generic over the listener and IO types

davidpdrsn opened this pull request 12 months ago
Remove duplication in serving with and without graceful shutdown

davidpdrsn opened this pull request 12 months ago
Add websocket integration test

davidpdrsn opened this pull request 12 months ago
Internally `Arc` `Router`

davidpdrsn opened this pull request 12 months ago
Add a separate trait for optional extractors

jplatte opened this pull request 12 months ago
Add `serve_uds` to axum-extra

davidpdrsn opened this issue 12 months ago
Require `Sync` for services

davidpdrsn opened this pull request 12 months ago
`impl IntoResponseParts for ()`

davidpdrsn opened this pull request 12 months ago
Use `IntoFuture` for test `RequestBuilder`

davidpdrsn opened this pull request 12 months ago
Replace futures-util with futures-lite

notgull opened this pull request 12 months ago
Fix `IntoResponse` for tuples overriding error response codes

davidpdrsn opened this pull request 12 months ago
Fix out of date links to error-handling example

davidpdrsn opened this pull request 12 months ago
Add dependency injection example

davidpdrsn opened this pull request 12 months ago
Add an example integration test for SSE

chenhunghan opened this pull request 12 months ago
Add hatsu to ECOSYSTEM.md

kwaa opened this pull request 12 months ago
Release

davidpdrsn opened this pull request 12 months ago
Enable tracing by default

davidpdrsn opened this pull request 12 months ago
`axum::serve` deadlocks in `#[tokio::test]`

Swatinem opened this issue 12 months ago
Updating `tls-rustls` example

FemLolStudio opened this pull request 12 months ago
Implement `Clone` for `RouterIntoService`

bryanburgers opened this pull request 12 months ago
RouterIntoService not Clone?

bryanburgers opened this issue 12 months ago
Update lib.rs doc : naming

DjebbZ opened this pull request 12 months ago
tower_http::trace::TraceLayer.on_eos can not be called

kobe2000 opened this issue 12 months ago
Updated docs regarding constraints of Handler arguments

hydrogen602 opened this pull request 12 months ago
docs: add clarification about building middleware and error types

jondot opened this pull request 12 months ago
Update Cargo.toml readme field to point to workspace file

trchopan opened this pull request 12 months ago
redirect in form example

rustrust opened this issue almost 1 year ago
Json() into_response doesn't set `Content-Type` charset

0xpr03 opened this issue about 1 year ago
make doc more rigorous

takkuumi opened this pull request about 1 year ago
Ecosystem: add loco.rs

jondot opened this pull request about 1 year ago
Fix comments on reqwest-response example for axum 0.7

gerardcl opened this pull request about 1 year ago
Upgrade tokio-tungstenite to 0.21

takkuumi opened this pull request about 1 year ago
Fix CI

davidpdrsn opened this pull request about 1 year ago
Update multer

davidpdrsn opened this pull request about 1 year ago
JsonDeserializer extractor for zero-copy deserialization

future-highway opened this pull request about 1 year ago
Update example-reqwest-response

gerardcl opened this pull request about 1 year ago
Enable example reqwest-response back

gerardcl opened this issue about 1 year ago
How do I return JSON in middleware?

programlife555 opened this issue about 1 year ago