Search code examples
Rust Axum pass state to nested routers...


rustrust-axum

Read More
Axum + TLS | How to specify config?...


sslrusttls1.2rust-axum

Read More
Overlapping method route | Rust axum (utoipa)...


restrustswaggeropenapirust-axum

Read More
Deadpool-postgres connection...


postgresqlrustrust-axum

Read More
Invalid `boundary` for `multipart/form-data` request error in Axum...


rustpostmanmultipartform-datarust-axum

Read More
How to handle Json and Html in the same handler with Axum?...


httprustrust-axum

Read More
When converting a service error to a client error in axum I can’t pass a response with an error stor...


rustrust-axum

Read More
Rust axum middleware always returning an error when applying to routes...


rustrust-axum

Read More
How to create argon2 password hashes with axum_login?...


rusthashrust-axumaxum-loginargon2

Read More
How to obtain full body in Axum handler?...


rustrust-axum

Read More
Type annotations needed for Axum handler with more than one generics...


rustrust-axum

Read More
How create signature for return type when wrapping complex library func?...


rustrust-axum

Read More
Why does generic Axum route not compile with inner async call?...


rustasync-awaitrust-axum

Read More
How to Trigger Specific Error for Enum Deserialization Failure in Axum with Serde?...


rustserderust-axum

Read More
Is it ok to clone a connection pool in rust/axum?...


rustrust-axum

Read More
sea-orm for Postgres generating cast syntax for enum value and it doesn't work...


postgresqlrustrust-axumsea-orm

Read More
How are event handlers with unknown number of parameters done in popular crates?...


rustbevyrust-axum

Read More
How can I use a local variable as key to insert into a `http::HeaderMap`?...


rustrust-axum

Read More
Why with axum v0.7 the stream is no Sync anymore?...


rusthyperrust-axum

Read More
How can I return a header and string body inline when defining axum router?...


rustrust-axum

Read More
How to route to multiple axum handlers based on URL path parameter type?...


rustrust-axum

Read More
The Axum framework in Rust is unable to compile the code, following the official tutorial...


rustrust-tokiorust-axum

Read More
What is the name of Rust function signatures with type on left of parameter?...


rustsyntaxrust-axum

Read More
How to pass parameters to axum handlers?...


rustrust-axumjwt-simple

Read More
How to set a response header in an axum handler?...


rusthttp-headersresponse-headersrust-axum

Read More
How to add axum handlers to router based on generic type?...


rustrust-axum

Read More
How to make axum handler work with Mutex-protected cache?...


rustrust-axum

Read More
How to fix Service trait error when using from_fn_with_state for middleware?...


rustmiddlewaretraitsrust-axum

Read More
Is an Axum handler cancelled if the requester disconnects?...


rustcancellationrust-axumrust-futures

Read More
Why does my axum handler not implement Handler?...


rustcompiler-errorsrust-axum

Read More
BackNext