.. |
client
|
Fix http client pool and wait queue management
|
2019-04-23 14:57:03 -07:00 |
cookie
|
drop chrono and use i64 for max age
|
2019-04-19 17:23:17 -07:00 |
encoding
|
add h1::SendResponse future; renamed to MessageBody::size
|
2019-04-10 12:24:17 -07:00 |
h1
|
Handle socket read disconnect
|
2019-05-25 03:07:40 -07:00 |
h2
|
update actix-net dependencies
|
2019-05-12 08:34:51 -07:00 |
header
|
use custom headers map; more optimizations
|
2019-04-06 15:02:02 -07:00 |
ws
|
ws verifyciation takes RequestHead; add SendError utility service
|
2019-04-11 14:00:32 -07:00 |
body.rs
|
add h1::SendResponse future; renamed to MessageBody::size
|
2019-04-10 12:24:17 -07:00 |
builder.rs
|
update actix-net dependencies
|
2019-05-12 08:34:51 -07:00 |
config.rs
|
export set_date
|
2019-05-14 08:48:11 -07:00 |
error.rs
|
awc: Fix typo on ResponseError documentation (#815)
|
2019-05-03 14:30:00 -07:00 |
extensions.rs
|
Merge actix-http project
|
2019-03-26 11:54:35 -07:00 |
helpers.rs
|
Fix body propagation in Response::from_error. #760
|
2019-04-10 12:43:31 -07:00 |
httpcodes.rs
|
add 422 to httpcodes.rs (#782)
|
2019-04-15 16:55:06 -07:00 |
httpmessage.rs
|
use custom headers map; more optimizations
|
2019-04-06 15:02:02 -07:00 |
lib.rs
|
actix_http::encoding always available
|
2019-04-16 10:27:58 -07:00 |
message.rs
|
Clean up response extensions in response pool #817
|
2019-05-03 15:26:34 -07:00 |
payload.rs
|
Remove generic type for request payload, always use default
|
2019-04-13 14:50:54 -07:00 |
request.rs
|
more tests
|
2019-04-17 17:48:25 -07:00 |
response.rs
|
drop chrono and use i64 for max age
|
2019-04-19 17:23:17 -07:00 |
service.rs
|
update actix-net dependencies
|
2019-05-12 08:34:51 -07:00 |
test.rs
|
Expose peer addr via Request::peer_addr() and RequestHead::peer_addr
|
2019-04-16 09:54:02 -07:00 |