David Pedersen
b4bdddf9d2
Add NestedUri ( #161 )
...
Fixes https://github.com/tokio-rs/axum/issues/159
2021-08-08 14:45:31 +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
David Pedersen
75b5615ccd
Add axum::Error ( #150 )
...
Replace `BoxStdError` and supports downcasting
2021-08-07 19:56:44 +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