axum/examples
Jonas Platte 0a399ed0fa
A few small refactorings (#655)
* Simplify json content-type check

* Import HeaderMap from http instead of from headers

The headers crate is an optional dependency and its HeaderMap re-export
is `#[doc(hidden)]`.

* Use headers re-export in axum in examples
2021-12-27 14:02:38 +01:00
..
2021-12-01 20:14:25 +00:00
2021-12-27 14:02:38 +01:00
2021-12-01 20:14:25 +00:00
2021-12-01 20:14:25 +00:00
2021-12-12 14:19:30 +00:00
2021-12-01 20:14:25 +00:00
2021-12-01 20:14:25 +00:00
2021-12-01 20:14:25 +00:00
2021-12-01 20:14:25 +00: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.