David Pedersen
|
64960bb19c
|
Type safe state inheritance (#1532)
* Make state type safe
* fix examples
* remove unnecessary `#[track_caller]`s
* Router::into_service -> Router::with_state
* fixup docs
* macro docs
* add missing docs
* fix examples
* format
* changelog
* Update trybuild tests
* Make sure fallbacks are still inherited for opaque services (#1540)
* Document nesting routers with different state
* fix leftover conflicts
|
2022-11-18 11:02:58 +00:00 |
|
David Pedersen
|
70833b9f4f
|
Document differences between DefaultBodyLimit and RequestBodyLimit (#1461)
* Document differences between `DefaultBodyLimit` and `RequestBodyLimit`
* fix grammar
* fix accidental force push
|
2022-10-10 17:43:05 +02:00 |
|
David Pedersen
|
de9909d955
|
Add DefaultBodyLimit::max to change the body size limit (#1397)
|
2022-09-19 22:41:54 +02:00 |
|
 David PedersenandJonas Platte
|
54d8439e35
|
Ship rc.2 (#1363)
* rc.2
* don't bump version of axum-macros
* fix
* Update axum/Cargo.toml
Co-authored-by: Jonas Platte <[email protected]>
* undo release of axum-extra
* fix
Co-authored-by: Jonas Platte <[email protected]>
|
2022-09-11 16:42:04 +02:00 |
|
David Pedersen
|
759e988747
|
Limit size of request bodies in Bytes extractor (#1346)
* Apply default limit to request body size
* Support disabling the default limit
* docs
* changelog
|
2022-09-10 06:36:30 +00:00 |
|