StNicolay
|
6f50c6ed4e
|
Made DefaultBodyLimit const friendly (#2875)
|
2024-08-16 04:12:35 -04:00 |
|
Benedikt Werner
|
6491655a80
|
Fix typo in DefaultBodyLimit docs (#2401)
|
2023-12-02 18:02:20 +01:00 |
|
Justin Sexton
|
57c59170c0
|
Updated doc link versions from 0.6.x to 0.7. (#2378)
|
2023-11-29 08:44:32 +00:00 |
|
 
|
43b14a5f02
|
Update to latest versions of hyper and http-body (#1882)
Co-authored-by: Michael Scofield <[email protected]>
Co-authored-by: Jonas Platte <[email protected]>
|
2023-11-23 11:03:03 +00:00 |
|
David Pedersen
|
54e203cd51
|
Clearly document applying DefaultBodyLimit to individual routes (#2157)
|
2023-08-08 09:57:55 +00:00 |
|
 
|
6703f8634c
|
Remove B type param: Follow ups (#1789)
Co-authored-by: Jonas Platte <[email protected]>
Co-authored-by: Michael Scofield <[email protected]>
|
2023-04-21 17:45:31 +02:00 |
|
 
|
4e4c29175f
|
Remove B type param (#1751)
Co-authored-by: Jonas Platte <[email protected]>
Co-authored-by: Michael Scofield <[email protected]>
|
2023-04-21 17:45:31 +02:00 |
|
Jonas Platte
|
f65fa22f34
|
Improve tower-http doc links (#1842)
|
2023-03-12 11:15:58 +01:00 |
|
David Pedersen
|
5606ea3f9e
|
#[must_use] all the things! (#1809)
|
2023-03-03 14:12:35 +01:00 |
|
 David PedersenandJonas Platte
|
1b6780cf6c
|
axum 0.6 and friends 🎉 (#1570)
* changelog
* bump versions
* reorder changelogs a bit
* Apply suggestions from code review
Co-authored-by: Jonas Platte <[email protected]>
* Expand fallback inheritance
* Reword tsr
* Mention `parse-body-based-on-content-type` example
Co-authored-by: Jonas Platte <[email protected]>
|
2022-11-25 12:29:58 +00:00 |
|
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 |
|