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

I can't see any logs

amokfa opened this issue 5 months ago
Writer based ResponseBody

mineichen opened this issue 5 months ago
Supporting two-phase `Listener`s

SabrinaJewson opened this issue 5 months ago
feat(extract): prefixed signed&private cookies

andrzejSulkowski opened this pull request 5 months ago
Add `WebSocketUpgrade::selected_protocol`

coolreader18 opened this pull request 5 months ago
[axum-extra] Cookie Name Prefixes

teohhanhui opened this issue 5 months ago
feat(axum-core): move axum::Router to axum-core

dzmitry-lahoda opened this issue 5 months ago
chore: no need to convert to bytes firstly for protobuf

yjhmelody opened this pull request 5 months ago
fix TypedHeader link in FromRequestParts doc comment

martinetd opened this pull request 5 months ago
Fix typos

co63oc opened this pull request 5 months ago
License type is missing

christian3042 opened this issue 5 months ago
HTTP 103 Early Hints support

junderw opened this issue 5 months ago
websocket disconnect error handler not implemented

qknight opened this issue 5 months ago
Add information about the meaning of `Router<S>` to `Router` documentation

wkordalski opened this pull request 5 months ago
docs: correct TypedHeader link in axum-core/extract/request_parts.rs

K-tecchan opened this pull request 5 months ago
Add axum-html-minifier to ECOSYSTEM.md

mateolafalce opened this pull request 5 months ago
Update middleware.md - existing documentation doesn't compile

CrypticError opened this pull request 5 months ago
Slow HTTP Request parsing

mateocabanal opened this issue 5 months ago
Allowing `Handler`s to not return `IntoResponse`

mladedav opened this issue 5 months ago
`(PrivateCookieJar, Response)` doesn't set cookies

JonathanWoollett-Light opened this issue 5 months ago
OAuth example not setting cookie

dsgibbons opened this issue 6 months ago
feat: Add `struct Accepted` as a shortcut

anagno opened this pull request 6 months ago
Implement `OptionalFromRequest` for `Multipart`

mcginty opened this pull request 6 months ago
What `S` in `Router<S>` means

wkordalski opened this issue 6 months ago
`Option<Path<T>>` extractor does not return `None`

demhadais opened this issue 6 months ago
Add Baxe to ECOSYSTEM.md

iltumio opened this pull request 6 months ago
axum 0.8 and wildcard *

frederikhors opened this issue 6 months ago
Tracing, as in examples, does not work with tls/axum_server.

lasiotus opened this issue 6 months ago
Update ECOSYSTEM.md: Add tower_allowed_hosts

iamsauravsharma opened this pull request 6 months ago
feat: Add `302 Found` redirect method

DSharifi opened this pull request 6 months ago
Implement Stream::size_hint forBodyDataStream

ikrivosheev opened this pull request 6 months ago
Implement size_hint for BodyDataStream

ikrivosheev opened this issue 6 months ago
Clean up ECOSYSTEM.md

jplatte opened this pull request 6 months ago
ECOSYSTEM.md: Add axum-kit and fix formatting inconsistencies

4lkaid opened this pull request 6 months ago
axum changelog fixes

jplatte opened this pull request 6 months ago
Release axum 0.8.2 and related crates

jplatte opened this pull request 6 months ago
ci: Remove condition from typos job

jplatte opened this pull request 6 months ago
Fix broken intra-doc link

jplatte opened this pull request 6 months ago
Drop unused use in doctests

matze opened this pull request 6 months ago
Extension middleware not added to fallbacks?

Pranoy1c opened this issue 6 months ago
Update low-level-rustls example - added http2 feature flag

richardalanjones opened this pull request 6 months ago
exposing read_buffer_size

ohaddahan opened this pull request 7 months ago
Implement the OptionalFromRequestParts trait for the Host extractor

dnlsndr opened this pull request 7 months ago
axum: update changelog with the last released version

mladedav opened this pull request 7 months ago
axum changelog is missing changes for 0.8.1

tyilo opened this issue 7 months ago
No function or associated item named `from_request_parts`

Quied opened this issue 7 months ago
Choose `Listener` type at runtime

jasonaowen opened this issue 7 months ago
add api to convert axum Utf8Bytes to tungstenite Utf8Bytes

getong opened this pull request 7 months ago
refactor: make `status` a const function in rejection handling

TheAwiteb opened this pull request 7 months ago
Guarantee return value of `serve`, Pt. 2

SabrinaJewson opened this pull request 7 months ago
Add ability to set read_buffer_size for websockets

Zarathustra2 opened this pull request 7 months ago
Make <Serve as Future>::Output = !

jplatte opened this issue 7 months ago
axum-macros: move from_request.rs to from_request/mod.rs

mladedav opened this pull request 7 months ago
axum: fix new formatting string clippy lint

mladedav opened this pull request 7 months ago
axum: Move `serve.rs` to `serve/mod.rs`

mladedav opened this pull request 7 months ago
`FromRequestParts` derive macro uses wrong rejection

Turbo87 opened this issue 7 months ago
Merge fallbacks with the rest of the router

mladedav opened this pull request 7 months ago
Extension: Implement `OptionalFromRequestParts` trait

Turbo87 opened this pull request 7 months ago
The 'Extension' in the middleware is not working

silent-rain opened this issue 7 months ago
Make SSE less dependent on tokio

nanoqsh opened this pull request 7 months ago
Make SSE less dependent on tokio

nanoqsh opened this issue 7 months ago
Custom middleware error type exception

silent-rain opened this issue 7 months ago
update 0.8.0 compile error

veryitman opened this issue 7 months ago
`ConnectInfo` description is not quite correct

zacknewman opened this issue 7 months ago
Dependency cleanup

jplatte opened this pull request 7 months ago
axum: Update matchit to 0.8.6 and support capture prefixes and suffixes

mladedav opened this pull request 7 months ago
Implement `OptionalFromRequest` for the Json extractor

infiniteregrets opened this pull request 7 months ago
Properly respond with sec-websocket-protocol under http/2

coolreader18 opened this pull request 7 months ago
Update matchit to 0.8.6

ibraheemdev opened this issue 7 months ago
Remove warning about breaking changes from README.md

jplatte opened this pull request 7 months ago
Multipart via Request builder imposes length limit

ldanilek opened this issue 7 months ago
CI: Remove obsolete `prefix-key` attributes for `rust-cache` action

Turbo87 opened this pull request 7 months ago
Don't leak a tokio task when using serve without graceful shutdown

jplatte opened this pull request 7 months ago
feature: add `get_route_paths` to `path_router`

chris-windsor opened this pull request 7 months ago
CI: Remove unnecessary toolchain install step

Turbo87 opened this pull request 7 months ago
Update more hardcoded docs.rs URLs

Turbo87 opened this pull request 7 months ago
axum-extra/protobuf: Use rejection macros for `ProtobufRejection`

Turbo87 opened this pull request 7 months ago
axum-extra/multipart: Use rejection macros for `MultipartRejection`

Turbo87 opened this pull request 7 months ago
axum-extra/query: Use rejection macros for `QueryRejection`

Turbo87 opened this pull request 7 months ago
Refactor `TestClient` usage

Turbo87 opened this pull request 7 months ago
Update docs.rs links to 0.8

Turbo87 opened this pull request 7 months ago
axum-extra/form: Add `FailedToDeserializeFormBody` rejection variant

Turbo87 opened this pull request 7 months ago
axum-core/macros: Change `Display` impl to match `body_text()` result

Turbo87 opened this pull request 7 months ago
axum-core/macros: Change `$body` to require `literal` token

Turbo87 opened this pull request 7 months ago
axum-core/macros: Move `IntoResponse` impls below regular `impl` blocks

Turbo87 opened this pull request 7 months ago
Fix `cargo hack` warnings

Turbo87 opened this pull request 7 months ago
axum-extra/scheme: Use rejection macros for `SchemeMissing` rejection

Turbo87 opened this pull request 7 months ago