mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-17 00:00:16 +02: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 <[email protected]>