David Pedersen
254d8fde17
Move FromRequest
and IntoResponse
into new axum-core
crate ( #564 )
...
* Move `IntoResponse` to axum-core
* Move `FromRequest` to axum-core
* some clean up
* Remove hyper dependency from axum-core
* Fix docs reference
* Use default
* Update changelog
* Remove mention of default type
2021-11-30 13:46:13 +00:00
Jonas Platte
9c77ee0295
Use nightly clippy & rustfmt for more style checks ( #487 )
2021-11-09 11:53:57 +00:00
David Pedersen
7692baf837
Reorganize method routers for handlers and services ( #405 )
...
* Re-organize method routing for handlers
* Re-organize method routing for services
* changelog
2021-10-24 20:05:16 +00:00
silvioprog
8ca5538405
Fix typo in main.rs ( #381 )
2021-10-12 18:20:27 +00:00
David Pedersen
ac291baaec
Fix dead code warnings ( #373 )
2021-10-07 16:49:57 +02:00
David Pedersen
f8154a088c
Add example showing up to customize extractor error ( #356 )
...
Lots have been asking about this so makes sense to have an example for.
Once this is merged I'll add a link to it in the docs.
2021-09-30 17:55:58 +00:00