Search code examples
Error in signature when trying to pass shared state to my authorization middleware in Axum...

rustrust-axum

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

sslrusttls1.2rust-axum

Read More
How to fix "future returned by is not `Send`" when using Mutex in axum?...

rustasync-awaitmutexrust-axum

Read More
Rust HMAC can't get the right signature...

rustrust-axum

Read More
Rust Axum Access state in nested router...

rustbackendrust-axum

Read More
multiple fallbacks causes them to fail with 500 Internal Error...

rustrust-axum

Read More
How to send back the current uri except with a different pagination query parameter?...

rustrust-axum

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

rustrust-axum

Read More
Why does cargo install axum 0.8.1 even when 0.7.9 is specified as dependency...

rustrust-cargorust-axum

Read More
How to access user agent in Rust Axum's ConnectInfo custom impl?...

rustrust-axum

Read More
Rust Axum pass state to nested routers...

rustrust-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
Rust Axum router Sub directories...

rustrouterrust-tokiorust-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
BackNext