axum/axum-macros/tests/debug_handler/fail
Marek Kuskowski 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 <david.pdrsn@gmail.com>
2022-09-24 11:29:53 +00:00
..
.gitkeep Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
argument_not_extractor.rs Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
argument_not_extractor.stderr Remove ContentLengthLimit (#1400) 2022-09-24 11:29:53 +00:00
doesnt_implement_from_request_parts.rs Generate correct bound for non-last extractor in #[debug_handler] (#1299) 2022-08-22 15:34:17 +02:00
doesnt_implement_from_request_parts.stderr Remove ContentLengthLimit (#1400) 2022-09-24 11:29:53 +00:00
duplicate_args.rs Support changing state type in #[debug_handler] (#1271) 2022-08-18 11:41:14 +02:00
duplicate_args.stderr Support changing state type in #[debug_handler] (#1271) 2022-08-18 11:41:14 +02:00
extract_self_mut.rs Only allow last extractor to mutate the request (#1272) 2022-08-22 12:23:20 +02:00
extract_self_mut.stderr Only allow last extractor to mutate the request (#1272) 2022-08-22 12:23:20 +02:00
extract_self_ref.rs Only allow last extractor to mutate the request (#1272) 2022-08-22 12:23:20 +02:00
extract_self_ref.stderr Only allow last extractor to mutate the request (#1272) 2022-08-22 12:23:20 +02:00
generics.rs Avoid unhelpful compiler suggestion (#1251) 2022-08-12 10:06:38 +00:00
generics.stderr Avoid unhelpful compiler suggestion (#1251) 2022-08-12 10:06:38 +00:00
invalid_attrs.rs Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
invalid_attrs.stderr Support changing state type in #[debug_handler] (#1271) 2022-08-18 11:41:14 +02:00
multiple_paths.rs Check Request and Path in debug_handler (#1035) 2022-05-16 10:05:17 +00:00
multiple_paths.stderr Check Request and Path in debug_handler (#1035) 2022-05-16 10:05:17 +00:00
not_a_function.rs Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
not_a_function.stderr Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
not_async.rs Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
not_async.stderr Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
not_send.rs Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
not_send.stderr Update trybuild test to rust 1.59 output 2022-02-25 11:30:10 +01:00
too_many_extractors.rs Check for multiple body extractors in debug_handler (#1036) 2022-05-16 14:11:40 +00:00
too_many_extractors.stderr Check for multiple body extractors in debug_handler (#1036) 2022-05-16 14:11:40 +00:00
wrong_return_type.rs Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
wrong_return_type.stderr Remove ContentLengthLimit (#1400) 2022-09-24 11:29:53 +00:00