a7fdac1043
fix expect service registration and tests
2019-04-08 10:31:29 -07:00
53da55aa3c
alpha4 release
2019-04-07 23:42:05 -07:00
aa78565453
use objects pool for HttpRequest; optimize nested services call
2019-04-07 23:06:21 -07:00
3c650ca194
remove buffer capacity for payload
2019-04-07 10:40:45 -07:00
219baf3323
remove PayloadWriter trait
2019-04-07 10:29:26 -07:00
ec09d6fbe6
optimize encode headers and body split
2019-04-07 10:03:38 -07:00
748289f0ff
use custom headers map; more optimizations
2019-04-06 15:02:02 -07:00
3872d3ba5a
refactor h1 dispatcher
2019-04-06 08:12:58 -07:00
fbedaec661
add expect: 100-continue support #141
2019-04-05 16:46:44 -07:00
02fcaca3da
add backward compatibility
2019-04-05 11:36:26 -07:00
18593d8476
updated Connector docs and renamed service() to finish() ( #757 )
...
* added Connector to actix-web::client namespace
* updated Connector, renaming service() to finish() and adding docs
* added doc for finish method on Connector
2019-04-05 11:34:27 -07:00
b6dacaa23a
remove SendError and SendResponse services
2019-04-05 11:29:42 -07:00
f89321fd01
fix import
2019-04-05 10:50:11 -07:00
0d4a8e1b1c
update actix-connect
2019-04-05 10:35:14 -07:00
a655bdac52
Fix clippy warning ( #755 )
2019-04-05 12:34:24 +03:00
309c480782
encoder sent uncompressed data before compressed
2019-04-04 15:03:40 -07:00
1f5c0f50f9
Add minimal std::error::Error impl for Error
2019-04-04 13:23:38 -07:00
d8bc66a18e
Use thread pool for response body comression
2019-04-04 13:17:55 -07:00
bc834f6a03
remove some static contraints
2019-04-04 10:59:34 -07:00
1e2bd68e83
Render error and return as response body
2019-04-03 19:55:19 -07:00
954fe21751
set response error body
2019-04-03 19:07:25 -07:00
dfa0abf5a5
Export IntoHeaderValue
2019-04-03 12:44:47 -07:00
e738361e09
move multipart support to separate crate
2019-04-03 12:28:58 -07:00
f56072954b
remove PayloadBuffer
2019-04-03 03:20:20 -07:00
442f5057dd
alpha.3 release
2019-04-02 21:49:31 -07:00
51d5006ccf
Detect socket disconnection during protocol selection
2019-04-02 20:50:25 -07:00
4227cddd30
fix dev dependencies
2019-04-02 15:00:10 -07:00
db1f7651a3
more patch cratesio
2019-04-02 14:47:59 -07:00
bca31eb7ad
remove Deref
2019-04-02 13:35:01 -07:00
49a499ce74
properly allocate read buffer
2019-04-02 11:11:32 -07:00
c27fbdc35f
Preallocate read buffer for h1 codec, #749
2019-04-02 10:19:56 -07:00
96fd61f3d5
rust 1.31.0 compatibility
2019-04-01 10:26:09 -07:00
e4b3f79458
allocate enough space
2019-03-31 17:05:02 -07:00
ce8294740e
fix tests with disabled features
2019-03-31 17:04:34 -07:00
ddf5089bff
Warn when an unsealed private cookie isn't valid UTF-8 ( #746 )
2019-03-31 16:26:56 +03:00
a20b9fd354
prepare aplha2 release
2019-03-29 22:06:14 -07:00
d846328f36
fork cookie crate
2019-03-29 21:13:39 -07:00
193f8fb2d9
update tests
2019-03-29 18:51:07 -07:00
3a954298d7
Merge branch 'master' of github.com:actix/actix-web
2019-03-29 18:23:07 -07:00
3220777ff9
Added ws::Message::Nop, no-op websockets message
2019-03-29 18:22:49 -07:00
00526f60dc
Impl BodyEncoding for Response ( #740 )
2019-03-29 16:29:11 -07:00
c126713f40
add rustls support to HttpServer
2019-03-29 16:28:32 -07:00
19a0b8046b
remove actix reference
2019-03-29 11:13:36 -07:00
1e7096a63a
add request timeout
2019-03-28 22:33:41 -07:00
3b897da8e2
Do not use thread pool for decomression if chunk size is smaller than 2048
2019-03-28 21:15:26 -07:00
a2c9ff3a33
back to development
2019-03-28 14:10:03 -07:00
9c198a0d29
alpha.1 release
2019-03-28 13:46:26 -07:00
9cca86e60d
prepear actix-http release
2019-03-28 12:45:41 -07:00
5795850bbb
decompress payload in cpu threadpool
2019-03-28 11:08:24 -07:00
e84c95968f
reuse PayloadBuffer from actix-http
2019-03-28 05:34:33 -07:00