axum/axum-macros/tests
Marek Kuskowski bc8a507f58
Add RawForm extractor (#1487)
* Add RawForm extractor

* Change RawForm(String) to RawForm(Option<String>)

* Fix tests

* Use Bytes instead of Option<String> and add tests

* Add test for empty body

* Update CHANGELOG

* small docs tweaks

* changelog nit

Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
2022-10-20 18:03:13 +00:00
..
debug_handler Add RawForm extractor (#1487) 2022-10-20 18:03:13 +00:00
from_ref/pass Add #[derive(FromRef)] (#1430) 2022-10-10 18:40:14 +00:00
from_request Don't internally Arc the state (#1460) 2022-10-09 20:55:28 +00:00
typed_path Update expected stderr of trybuild test (#1402) 2022-09-22 18:36:31 +02:00