Nikolay Kim
|
cac162aed7
|
update actix-http changes
|
2019-06-28 12:34:43 +06:00 |
|
messense
|
313ac48765
|
Use encoding_rs crate instead of unmaintained encoding crate (#922)
* Use encoding_rs crate instead of unmaintained encoding crate
* Update changelog
|
2019-06-18 12:43:25 +06:00 |
|
Nikolay Kim
|
7c0f570845
|
Do not compress NoContent (204) responses #918
|
2019-06-16 21:54:17 +06:00 |
|
Nikolay Kim
|
b1cfbdcf7a
|
prepare actix-http release
|
2019-06-02 13:05:22 +06:00 |
|
Nikolay Kim
|
666756bfbe
|
body helpers
|
2019-06-01 17:57:25 +06:00 |
|
Nikolay Kim
|
21418c7414
|
prep actix-http release
|
2019-05-29 16:15:12 -07:00 |
|
Nikolay Kim
|
1eb89b8375
|
remove debug prints
|
2019-05-25 03:16:53 -07:00 |
|
Nikolay Kim
|
7f12b754e9
|
Handle socket read disconnect
|
2019-05-25 03:07:40 -07:00 |
|
Nikolay Kim
|
beae9ca0f7
|
update changes
|
2019-05-12 09:57:16 -07:00 |
|
Nikolay Kim
|
07b9707ca1
|
prepare actix-http release
|
2019-05-12 09:56:55 -07:00 |
|
Nikolay Kim
|
df08baf67f
|
update actix-net dependencies
|
2019-05-12 08:34:51 -07:00 |
|
Nikolay Kim
|
3d1af19080
|
prepare actix-http release
|
2019-05-04 19:51:13 -07:00 |
|
Nikolay Kim
|
fc19ce41c4
|
Clean up response extensions in response pool #817
|
2019-05-03 15:26:34 -07:00 |
|
Nikolay Kim
|
2bc937f6c3
|
prepare release
|
2019-04-24 12:50:44 -07:00 |
|
Nikolay Kim
|
f429d3319f
|
Read until eof for http/1.0 responses #771
|
2019-04-24 11:57:40 -07:00 |
|
Nikolay Kim
|
2e19f572ee
|
add tests for camel case headers rendering
|
2019-04-24 11:27:57 -07:00 |
|
Nikolay Kim
|
d2b0afd859
|
Fix http client pool and wait queue management
|
2019-04-23 14:57:03 -07:00 |
|
Nikolay Kim
|
5d531989e7
|
Fix BorrowMutError panic in client connector #793
|
2019-04-23 09:42:19 -07:00 |
|
Nikolay Kim
|
fc9b14a933
|
allow to specify server address for http and ws requests
|
2019-04-19 18:03:44 -07:00 |
|
Nikolay Kim
|
7292d0b696
|
drop chrono and use i64 for max age
|
2019-04-19 17:23:17 -07:00 |
|
Nikolay Kim
|
3744957804
|
actix_http::encoding always available
|
2019-04-16 10:27:58 -07:00 |
|
Nikolay Kim
|
a116c4c2c7
|
Expose peer addr via Request::peer_addr() and RequestHead::peer_addr
|
2019-04-16 09:54:02 -07:00 |
|
Nikolay Kim
|
1eebd47072
|
fix warnings
|
2019-04-14 21:00:16 -07:00 |
|
Nikolay Kim
|
002c41a7ca
|
update trust-dns
|
2019-04-14 20:45:44 -07:00 |
|
Nikolay Kim
|
1f2b15397d
|
prepare alpha5 release
|
2019-04-12 14:00:45 -07:00 |
|
Nikolay Kim
|
d115b3b3ed
|
ws verifyciation takes RequestHead; add SendError utility service
|
2019-04-11 14:00:32 -07:00 |
|
Nikolay Kim
|
9bb40c249f
|
add h1::SendResponse future; renamed to MessageBody::size
|
2019-04-10 12:24:17 -07:00 |
|
Nikolay Kim
|
561f83d044
|
add upgrade service support to h1 dispatcher
|
2019-04-08 17:51:14 -07:00 |
|
Nikolay Kim
|
53da55aa3c
|
alpha4 release
|
2019-04-07 23:42:05 -07:00 |
|
Nikolay Kim
|
1f5c0f50f9
|
Add minimal std::error::Error impl for Error
|
2019-04-04 13:23:38 -07:00 |
|
Nikolay Kim
|
d8bc66a18e
|
Use thread pool for response body comression
|
2019-04-04 13:17:55 -07:00 |
|
Nikolay Kim
|
1e2bd68e83
|
Render error and return as response body
|
2019-04-03 19:55:19 -07:00 |
|
Nikolay Kim
|
dfa0abf5a5
|
Export IntoHeaderValue
|
2019-04-03 12:44:47 -07:00 |
|
Nikolay Kim
|
e738361e09
|
move multipart support to separate crate
|
2019-04-03 12:28:58 -07:00 |
|
Nikolay Kim
|
f56072954b
|
remove PayloadBuffer
|
2019-04-03 03:20:20 -07:00 |
|
Nikolay Kim
|
442f5057dd
|
alpha.3 release
|
2019-04-02 21:49:31 -07:00 |
|
Nikolay Kim
|
51d5006ccf
|
Detect socket disconnection during protocol selection
|
2019-04-02 20:50:25 -07:00 |
|
Nikolay Kim
|
c27fbdc35f
|
Preallocate read buffer for h1 codec, #749
|
2019-04-02 10:19:56 -07:00 |
|
Nikolay Kim
|
96fd61f3d5
|
rust 1.31.0 compatibility
|
2019-04-01 10:26:09 -07:00 |
|
Nikolay Kim
|
3220777ff9
|
Added ws::Message::Nop, no-op websockets message
|
2019-03-29 18:22:49 -07:00 |
|
Nikolay Kim
|
3b897da8e2
|
Do not use thread pool for decomression if chunk size is smaller than 2048
|
2019-03-28 21:15:26 -07:00 |
|
Nikolay Kim
|
9cca86e60d
|
prepear actix-http release
|
2019-03-28 12:45:41 -07:00 |
|
Nikolay Kim
|
c7ad677804
|
Merge actix-http project
|
2019-03-26 11:54:35 -07:00 |
|