Search code examples
How to compress HTML content with Axum / Tower?...

rustaws-lambdarust-axum

Read More
Error Handling with Reqwest and Axum handlers?...

rustreqwestrust-axum

Read More
Can a Rust executable recompile and re-execute itself?...

rustexecinotifyrust-axum

Read More
How to use both a database and path-parsing in one request handler, in Axum 0.5?...

rustrust-axum

Read More
How to parse "rich" path components in Axum?...

urlrustrust-axum

Read More
Is it safe to `.clone()` Pool of `diesel_async` across threads?...

multithreadingasynchronousrustrust-dieselrust-axum

Read More
Axum sse endpoint, run asynchronous function every second with futures util stream...

rustasync-awaitrust-axumrust-futures

Read More
Why do I get a "only one runtime can be active" error when I've only specified one run...

rustrust-tokiorust-sqlxrust-axum

Read More
How to properly filter request logs with Axum?...

rustrust-axumrust-tracing

Read More
How to enable logging/tracing with Axum?...

rustrust-axumrust-tracing

Read More
CORS error on client communicating with Web API...

javascripthtmlrustcorsrust-axum

Read More
Why does returning `&'static str` from an Axum handler show on a web page but `print!` or `f...

rustrust-axum

Read More
How to avoid the double `unwrap()` when getting a string from headers?...

rustrust-axum

Read More
What signature can I use to download files using Axum and Tokio?...

rustrust-axum

Read More
Axum Middleware to log the response body...

rustrust-axum

Read More
Best way to create a session cookie if it's not present and persist to a database using axum and...

rustcookiesmiddlewarerust-axum

Read More
Implemented a Controller merging routing and handling; Getting 404 -- suspect a Rust tenant violatio...

rustrust-tokiorust-axum

Read More
Rust Axum framework - is unwrap safe?...

rustforced-unwrappingrust-axum

Read More
Axum with Leptos: how do I get AppState in [server] Macro?...

rustrust-axumleptos

Read More
How can I avoid duplication when I implement a trait for few similar types in Rust...

rustrust-axum

Read More
Handling dependency-injection and errors in Rust, using Axum...

rusterror-handlingdependency-injectiontraitsrust-axum

Read More
Unexplained trait bound no longer satisfied when modifying Axum handler body...

asynchronousrusttraitsrust-axum

Read More
How to use HTTP/2 in axum only...

httprusthttp2rust-axum

Read More
Axum State for Reqwest Client...

rustreqwestrust-axum

Read More
Send a DynamicImage as a response with axum...

imagerestrustrust-axum

Read More
Axum router rejecting CORS OPTIONS preflight with 405 even with CorsLayer...

rustcorshttp-status-code-405rust-towerrust-axum

Read More
the trait `LoadConnection` is not implemented for `deadpool::managed::Object<Manager<SqliteCon...

sqliterustrust-dieselrust-axum

Read More
Problem to get rows from db with Diesel in Axum...

sqliterustrust-dieselrust-axum

Read More
Protecting an Axum app with OpenID and Zitadel...

rustopenid-connectrust-axum

Read More
Customizing errors from Query extractor in Rust with Axum...

rustrust-axum

Read More
BackNext