mirror of
https://github.com/tokio-rs/axum.git
synced 2025-09-28 05:20:46 +00:00

* 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>