Marek Kuskowski and David Pedersen
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 <[email protected] >
2022-10-20 18:03:13 +00:00
Marek Kuskowski and David Pedersen
896ffc5fba
Remove ContentLengthLimit ( #1400 )
...
* feat: remove ContentLengthLimit
* feat: remove ContentLengthLimit rejections
* fix: update multipart docs
* fix: typo
* feat: add wip extractor code
* feat: revert "feat: add wip extractor code"
* fix: update Multipart docs
* fix: update examples
* fix: missing import in an example
* fix: broken import yet again
* fix: disable default body limit for example
* fix: key value store example
* fix: update expected debug_handler output
* chore: update CHANGELOG
* Update axum/CHANGELOG.md
Co-authored-by: David Pedersen <[email protected] >
2022-09-24 11:29:53 +00:00
Marek Kuskowski
1ace8554ce
Add ws example showing how to pass data to callback ( #1185 )
2022-07-23 16:27:36 +00:00
Nylonicious
455fc46bf3
Change error type for RequestParts::try_into_request ( #639 )
2022-01-23 18:01:52 +01:00
Nylonicious
8411b78736
Document calling extractors in FromRequest impl ( #679 )
...
* Document calling extractors in FromRequest impl
* Fix typo
* Apply suggested changes
2021-12-31 16:16:33 +01:00