Rob Ede
|
7b8a392ef5
|
allow camel case response headers (#2587)
|
2022-01-16 03:16:26 +00:00 |
|
Rob Ede
|
1296e07c48
|
relax unpin bounds on payload types (#2545)
|
2021-12-24 17:47:47 +00:00 |
|
Rob Ede
|
17f636a183
|
split request and response modules (#2530)
|
2021-12-19 17:05:27 +00:00 |
|
Ali MJ Al-Nasrawy
|
57ea322ce5
|
simplify MessageBody::complete_body interface (#2522)
|
2021-12-17 19:09:08 +00:00 |
|
Rob Ede
|
2cf27863cb
|
remove direct dep on pin-project in -http (#2524)
|
2021-12-17 14:13:54 +00:00 |
|
Rob Ede
|
5359fa56c2
|
include source for dispatch body errors
|
2021-12-17 01:29:41 +00:00 |
|
Rob Ede
|
406f694095
|
standardize rustfmt max_width
|
2021-12-08 06:01:11 +00:00 |
|
Rob Ede
|
e49e559f47
|
fix some docs
|
2021-12-08 05:43:50 +00:00 |
|
Rob Ede
|
d35b7644dc
|
add connection level data container (#2491)
|
2021-12-07 17:23:34 +00:00 |
|
Rob Ede
|
2d053b7036
|
remove actix_http::http module (#2488)
|
2021-12-05 14:37:20 +00:00 |
|
Rob Ede
|
c7c02ef99d
|
body ergonomics v3 (#2468)
|
2021-12-04 19:40:47 +00:00 |
|
Rob Ede
|
c4b20df56a
|
convert all remaining IETF RFC links to new format
|
2021-12-02 03:45:04 +00:00 |
|
Rob Ede
|
e045418038
|
prepare for actix-tls rc.1 (#2474)
|
2021-11-30 14:12:04 +00:00 |
|
Rob Ede
|
a172f5968d
|
prepare for actix-tls v3 beta 9 (#2456)
|
2021-11-22 15:37:23 +00:00 |
|
Rob Ede
|
194a691537
|
files: 304 Not Modified responses omit Content-Length header (#2453)
|
2021-11-19 14:04:12 +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
|
591abc37c3
|
add test runtime macro (#2409)
|
2021-10-19 17:30:32 +01:00 |
|
Rob Ede
|
efdf3ab1c3
|
clippy
|
2021-10-19 01:32:58 +01: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 |
|
fakeshadow
|
ff07816b65
|
update httparse for uninit header parsing (#2374)
|
2021-08-29 01:42:22 +01:00 |
|
Thales
|
a0c0bff944
|
Don't create a slice to potential uninit data on h1 encoder (#2364)
Co-authored-by: Rob Ede <robjtede@icloud.com>
|
2021-08-13 18:41:19 +01:00 |
|
Rob Ede
|
e965d8298f
|
HRS security fixes (#2363)
|
2021-08-12 20:18:09 +01:00 |
|
Igor Aleksanov
|
262c6bc828
|
Various refactorings (#2281)
Co-authored-by: Rob Ede <robjtede@icloud.com>
|
2021-06-26 15:33:43 +01:00 |
|
Rob Ede
|
532f7b9923
|
refined error model (#2253)
|
2021-06-17 17:57:58 +01:00 |
|
fakeshadow
|
3847429d00
|
Response::from_error take impl Into<Error> (#2214)
|
2021-05-26 13:41:48 +09: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 |
|
Rob Ede
|
d8f56eee3e
|
bump service to stable v2
|
2021-04-16 20:28:21 +01:00 |
|
fakeshadow
|
a9f26286f9
|
reduce branches in h1 dispatcher poll_keepalive (#2089)
|
2021-04-14 05:20:45 +01:00 |
|
Rob Ede
|
23e0c9b6e0
|
remove http-codes builders from actix-http (#2159)
|
2021-04-14 02:00:14 +01:00 |
|
Rob Ede
|
4442535a45
|
clippy
|
2021-04-13 12:44:38 +01:00 |
|
Rob Ede
|
edd9f14752
|
remove unpin from body types (#2152)
|
2021-04-13 11:16:12 +01:00 |
|
Rob Ede
|
44c55dd036
|
remove cookie support from -http (#2065)
|
2021-04-09 18:07:10 +01:00 |
|
Rob Ede
|
c8ed8dd1a4
|
migrate to -utils beta 4 (#2127)
|
2021-04-01 15:26:13 +01:00 |
|
fakeshadow
|
1281a748d0
|
merge H1ServiceHandler requests into HttpServiceHandler (#2126)
|
2021-03-30 03:06:16 +01:00 |
|
fakeshadow
|
6822bf2f58
|
Refactor actix_http::h1::service (#2117)
|
2021-03-26 16:15:04 +00:00 |
|
fakeshadow
|
69dd1a9bd6
|
Remove ConnectionLifetime trait. Simplify Acquired handling (#2072)
|
2021-03-16 02:56:23 +00:00 |
|
fakeshadow
|
515d0e3fb4
|
change behavior of default upgrade handler (#2071)
|
2021-03-13 22:20:18 +00:00 |
|
fakeshadow
|
fe0b3f459f
|
remove localwaker from h1::payload (#2051)
|
2021-03-07 21:23:42 +00:00 |
|
Rob Ede
|
ca69b6577e
|
use iota for more content-length insertions (#2050)
|
2021-03-07 19:29:02 +00:00 |
|
Rob Ede
|
b95e1dda34
|
pin h2 to 0.3.0
|
2021-02-27 19:57:09 +00:00 |
|
fakeshadow
|
f62a982a51
|
simplify the match on h1 message type (#2006)
|
2021-02-18 10:38:27 +00:00 |
|
fakeshadow
|
dfa795ff9d
|
return poll in poll_flush (#2005)
|
2021-02-17 11:18:31 +00:00 |
|
fakeshadow
|
68d1bd88b1
|
remove unused flag upgrade (#1992)
|
2021-02-14 18:13:05 +00:00 |
|
fakeshadow
|
308b70b039
|
fix potential over read (#1991)
|
2021-02-14 17:36:18 +00:00 |
|
Rob Ede
|
3279070f9f
|
optional cookies features (#1981)
|
2021-02-13 15:08:43 +00:00 |
|
fakeshadow
|
366c032c36
|
refactor DateService (#1983)
|
2021-02-12 21:52:58 +00:00 |
|