1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-09-01 09:17:19 +02:00
Commit Graph

22 Commits

Author SHA1 Message Date
Rob Ede
a2a42ec152 use anybody in doc test 2021-11-22 01:35:33 +00:00
Rob Ede
194a691537 files: 304 Not Modified responses omit Content-Length header (#2453) 2021-11-19 14:04:12 +00:00
fakeshadow
168a7284d3 fix actix_http::Error conversion. (#2449) 2021-11-17 13:13:05 +00:00
Rob Ede
668a33c793 remove internal usage of Body 2021-11-16 22:10:30 +00:00
Rob Ede
d8cbb879dd make AnyBody generic on Body type (#2448) 2021-11-16 21:41:35 +00:00
Rob Ede
4df1cd78b7 simplify AnyBody and BodySize (#2446) 2021-11-16 09:21:10 +00:00
Rob Ede
dade818eba add middleware composition tests (#2375) 2021-08-31 04:18:54 +01:00
Rob Ede
ae35e69382 use rust 1.51 features 2021-08-31 02:52:29 +01:00
Rob Ede
5128b1bdfc bump msrv to 1.51 2021-08-30 23:19:03 +01:00
Rob Ede
532f7b9923 refined error model (#2253) 2021-06-17 17:57:58 +01:00
Rob Ede
2a8c650f2c move internalerror to actix web (#2215) 2021-05-14 16:40:00 +01:00
Rob Ede
900c9e270e remove responsebody indirection from response (#2201) 2021-05-09 20:12:48 +01:00
Rob Ede
ddaf8c3e43 add associated error type to MessageBody (#2183) 2021-05-05 18:36:02 +01:00
fakeshadow
845c02cb86 Add responder impl for Cow<str> (#2164) 2021-04-16 00:54:51 +01:00
Rob Ede
037ac80a32 document messagebody trait items 2021-04-14 03:23:15 +01:00
Rob Ede
387c229f28 move response builder code to own file 2021-04-14 02:12:47 +01:00
Rob Ede
02ced426fd add body to_bytes helper (#2158) 2021-04-13 13:34:22 +01:00
Rob Ede
edd9f14752 remove unpin from body types (#2152) 2021-04-13 11:16:12 +01:00
Rob Ede
981c54432c remove json and url encoded form support from -http (#2148) 2021-04-12 10:30:28 +01:00
Rob Ede
c8ed8dd1a4 migrate to -utils beta 4 (#2127) 2021-04-01 15:26:13 +01:00
Rob Ede
17b3e7e225 pool doc nits (#1999) 2021-02-16 09:08:30 +00:00
Rob Ede
55db3ec65c split up http body module 2021-02-15 12:20:43 +00:00