David Pedersen
97b53768ba
Replace RoutingDsl trait with Router type ( #214 )
...
* Remove `RoutingDsl`
* Fix typo
2021-08-19 21:24:32 +02:00
Florian Thelliez
d9a06ef14b
Remove axum::prelude ( #195 )
2021-08-18 00:04:15 +02:00
David Pedersen
4bb17cbc2d
Remove take_* methods from RequestParts for Version, Method, and Uri ( #151 )
...
* Remove `RequestParts::take_method`
* Remove `RequestParts::take_uri`
* Remove `RequestParts::take_version`
2021-08-07 20:24:13 +02:00
Sunli and David Pedersen
fb0b3b78eb
Fix Query and Form extractors giving bad request error when query string is empty ( #117 )
...
Co-Authored-By: David Pedersen <[email protected] >
Co-authored-by: David Pedersen <[email protected] >
2021-08-04 17:13:09 +02:00
David Pedersen
5c12328892
Replace hyper::Server with axum::Server in docs ( #118 )
...
* Replace `hyper::Server` with `axum::Server` in docs
* Change readme as well
2021-08-04 15:38:51 +02:00
David Pedersen
9a6bc4e962
Break up extract.rs ( #103 )
...
This breaks up `extract.rs` into several smaller submodules. The public
API remains the same.
This is done in prep for adding more tests to extractors which would get
messy if they were all in the same file.
2021-08-03 21:55:48 +02:00