David Pedersen
|
028c472c84
|
Add Multipart extractor for consuming multipart/form-data requests (#32)
Multipart implementation on top of `multer`
|
2021-07-14 16:53:37 +02:00 |
|
David Pedersen
|
341ad61240
|
Clarify body extractors
|
2021-07-10 23:46:14 +02:00 |
|
David Pedersen
|
62da1eac00
|
Allow extractor_middleware to extract the body
|
2021-07-10 23:39:40 +02:00 |
|
David Pedersen
|
1cbd43cfc4
|
Add extractor_middleware (#29)
Converts an extractor into a middleware so it can be run for many routes
without having to repeat it in the function signature.
|
2021-07-09 23:38:59 +02:00 |
|
David Pedersen
|
5a5710d290
|
Rename to axum (#28)
|
2021-07-09 21:36:14 +02:00 |
|
David Pedersen
|
44577a0108
|
Add testing example (#24)
|
2021-06-19 13:44:21 +02:00 |
|
David Pedersen
|
356f1c8424
|
Generic request body (#22)
Fixes #21
|
2021-06-19 12:50:33 +02:00 |
|
David Pedersen
|
b6e67eefd7
|
Add support for extracting typed headers (#18)
Uses the `headers` crate.
|
2021-06-15 21:27:21 +02:00 |
|
David Pedersen
|
c41c9e0f78
|
Support extracting URL params multiple times (#15)
Useful when building higher order extractors.
|
2021-06-13 13:06:33 +02:00 |
|
David Pedersen
|
2b360a7873
|
Support getting error from extractors (#14)
Makes `Result<T, T::Rejection>` an extractor and makes all extraction errors enums so no type information is lost.
|
2021-06-13 12:06:59 +02:00 |
|
David Pedersen
|
1002685a20
|
Rename to awebframework (#13)
|
2021-06-13 11:22:02 +02:00 |
|
David Pedersen
|
27ebb3db7a
|
Add Form extractor (#12)
Fixes https://github.com/davidpdrsn/tower-web/issues/2
|
2021-06-13 11:01:40 +02:00 |
|
David Pedersen
|
b3bc4e024c
|
Add RoutingDsl::{serve, into_make_service} (#8)
|
2021-06-12 21:44:40 +02:00 |
|
David Pedersen
|
002e3f92b3
|
Misc repo setup (#7)
|
2021-06-12 20:18:21 +02:00 |
|
David Pedersen
|
c91dc7ce29
|
Make Request<Body> an extractor
|
2021-06-09 09:42:06 +02:00 |
|
David Pedersen
|
90c3e5ba74
|
Parameterize ContentLengthLimit
|
2021-06-09 08:14:20 +02:00 |
|
David Pedersen
|
09f76f3c87
|
More notes on backpressure
|
2021-06-09 07:52:04 +02:00 |
|
David Pedersen
|
1cf78fa807
|
More docs
|
2021-06-08 22:04:28 +02:00 |
|
David Pedersen
|
1f8b39f05d
|
More docs and expand key_value_store example
|
2021-06-08 12:43:16 +02:00 |
|
David Pedersen
|
d376e49eb9
|
More docs
|
2021-06-07 16:28:40 +02:00 |
|
David Pedersen
|
7620f17edc
|
Remove some needless type params
|
2021-06-06 22:41:52 +02:00 |
|
David Pedersen
|
a005427d40
|
Write some docs
|
2021-06-06 15:19:54 +02:00 |
|
David Pedersen
|
46398afc72
|
Move things around a bit
|
2021-06-06 11:37:08 +02:00 |
|