axum/examples
Marek Kuskowski 896ffc5fba
Remove ContentLengthLimit (#1400)
* feat: remove ContentLengthLimit

* feat: remove ContentLengthLimit rejections

* fix: update multipart docs

* fix: typo

* feat: add wip extractor code

* feat: revert "feat: add wip extractor code"

* fix: update Multipart docs

* fix: update examples

* fix: missing import in an example

* fix: broken import yet again

* fix: disable default body limit for example

* fix: key value store example

* fix: update expected debug_handler output

* chore: update CHANGELOG

* Update axum/CHANGELOG.md

Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
2022-09-24 11:29:53 +00:00
..
anyhow-error-response Add example showing how to return anyhow::Errors (#1398) 2022-09-19 20:42:08 +00:00
async-graphql Add type safe state extractor (#1155) 2022-08-17 15:13:31 +00:00
chat Add type safe state extractor (#1155) 2022-08-17 15:13:31 +00:00
consume-body-in-extractor-or-middleware Only allow last extractor to mutate the request (#1272) 2022-08-22 12:23:20 +02:00
cors Bump MSRV to 1.56 and update to the 2021 edition (#1098) 2022-06-17 20:11:35 +02:00
customize-extractor-error Only allow last extractor to mutate the request (#1272) 2022-08-22 12:23:20 +02:00
customize-path-rejection Only allow last extractor to mutate the request (#1272) 2022-08-22 12:23:20 +02:00
error-handling-and-dependency-injection Only allow last extractor to mutate the request (#1272) 2022-08-22 12:23:20 +02:00
form Bump MSRV to 1.56 and update to the 2021 edition (#1098) 2022-06-17 20:11:35 +02:00
global-404-handler Add type safe state extractor (#1155) 2022-08-17 15:13:31 +00:00
graceful-shutdown Bump MSRV to 1.56 and update to the 2021 edition (#1098) 2022-06-17 20:11:35 +02:00
handle-head-request Split RouterService off of Router (#1381) 2022-09-22 12:10:55 +02:00
hello-world Bump MSRV to 1.56 and update to the 2021 edition (#1098) 2022-06-17 20:11:35 +02:00
http-proxy Split RouterService off of Router (#1381) 2022-09-22 12:10:55 +02:00
jwt Only allow last extractor to mutate the request (#1272) 2022-08-22 12:23:20 +02:00
key-value-store Remove ContentLengthLimit (#1400) 2022-09-24 11:29:53 +00:00
listen-multiple-addrs Add example for multiple listen addrs (#1179) 2022-07-20 18:33:12 +00:00
low-level-rustls Improve performance in low-level-rustls example (#1254) 2022-08-12 11:57:59 +00:00
multipart-form Remove ContentLengthLimit (#1400) 2022-09-24 11:29:53 +00:00
oauth Only allow last extractor to mutate the request (#1272) 2022-08-22 12:23:20 +02:00
parse-body-based-on-content-type Add example for parsing body based on Content-Type (#1320) 2022-08-25 16:04:54 +02:00
print-request-response Bump MSRV to 1.56 and update to the 2021 edition (#1098) 2022-06-17 20:11:35 +02:00
prometheus-metrics Bump MSRV to 1.56 and update to the 2021 edition (#1098) 2022-06-17 20:11:35 +02:00
query-params-with-empty-strings Split RouterService off of Router (#1381) 2022-09-22 12:10:55 +02:00
readme Bump MSRV to 1.56 and update to the 2021 edition (#1098) 2022-06-17 20:11:35 +02:00
rest-grpc-multiplex Split RouterService off of Router (#1381) 2022-09-22 12:10:55 +02:00
reverse-proxy Add type safe state extractor (#1155) 2022-08-17 15:13:31 +00:00
routes-and-handlers-close-together Add type safe state extractor (#1155) 2022-08-17 15:13:31 +00:00
sessions Only allow last extractor to mutate the request (#1272) 2022-08-22 12:23:20 +02:00
sqlx-postgres Only allow last extractor to mutate the request (#1272) 2022-08-22 12:23:20 +02:00
sse Add type safe state extractor (#1155) 2022-08-17 15:13:31 +00:00
static-file-server Add type safe state extractor (#1155) 2022-08-17 15:13:31 +00:00
stream-to-file Fix comment typos in stream-to-file example (#1200) 2022-07-27 11:10:00 +00:00
templates Bump MSRV to 1.56 and update to the 2021 edition (#1098) 2022-06-17 20:11:35 +02:00
testing Split RouterService off of Router (#1381) 2022-09-22 12:10:55 +02:00
tls-rustls Add type safe state extractor (#1155) 2022-08-17 15:13:31 +00:00
todos Only allow last extractor to mutate the request (#1272) 2022-08-22 12:23:20 +02:00
tokio-postgres Only allow last extractor to mutate the request (#1272) 2022-08-22 12:23:20 +02:00
tracing-aka-logging Bump MSRV to 1.56 and update to the 2021 edition (#1098) 2022-06-17 20:11:35 +02:00
unix-domain-socket Bump MSRV to 1.56 and update to the 2021 edition (#1098) 2022-06-17 20:11:35 +02:00
validator Only allow last extractor to mutate the request (#1272) 2022-08-22 12:23:20 +02:00
versioning Only allow last extractor to mutate the request (#1272) 2022-08-22 12:23:20 +02:00
websockets Add type safe state extractor (#1155) 2022-08-17 15:13:31 +00:00
Cargo.toml Replace async-graphql with link to async-graphql's own examples (#1234) 2022-08-09 14:56:50 +00:00
README.md Restructure community showcase (#454) 2021-11-03 09:20:01 +01:00

Examples

This folder contains numerous example showing how to use axum. Each example is setup as its own crate so its dependencies are clear.

For a list of what the community built with axum, please see the list here.