David Pedersen
9a410371a6
Move axum-handle-error-extract
into axum ( #534 )
...
* Move `axum-handle-error-extract` into axum
With 0.4 underway we can now nuke `axum-handle-error-extract` and move
its code directly into axum.
So this replaces the old `HandleErrorLayer` with one that supports async
functions and extractors.
* changelog
* fix CI
2021-11-17 19:09:58 +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
David Pedersen
f10508db0b
Revamp error handling model ( #402 )
...
* Revamp error handling model
* changelog improvements and typo fixes
* Fix a few more Infallible bounds
* minor docs fixes
2021-10-24 17:33:03 +00:00
Andrei Zolkin
9df57e6ff2
Migrate all examples to use std::env::var_os
( #312 )
2021-09-12 17:39:43 +02:00
David Pedersen
39a0c26795
Add print-request-response
example ( #216 )
...
* Add `print-request-response` example
Someone asked about this on Discord. I think its worth adding as an
example.
* add missing feature
2021-08-20 09:26:31 +02:00