Nikolay Kim
|
fd141ef9b1
|
move json to actix-web
|
2019-03-16 22:10:15 -07:00 |
|
Nikolay Kim
|
ce4a2629f3
|
update actix-connect
|
2019-03-14 22:56:06 -07:00 |
|
Nikolay Kim
|
15ba40d3ab
|
fix non ssl connector
|
2019-03-14 13:08:05 -07:00 |
|
Nikolay Kim
|
76bb30dc3a
|
fix names
|
2019-03-14 13:06:29 -07:00 |
|
Nikolay Kim
|
b8bfd29d2c
|
use Uri as client connect message
|
2019-03-14 11:52:52 -07:00 |
|
Nikolay Kim
|
d2c755bb47
|
update client connector
|
2019-03-13 22:57:28 -07:00 |
|
Nikolay Kim
|
3a24a75d13
|
update dep
|
2019-03-13 16:56:11 -07:00 |
|
Nikolay Kim
|
033a8d890c
|
update actix connect
|
2019-03-13 15:57:33 -07:00 |
|
Nikolay Kim
|
1941aa0217
|
use actix-connect crate
|
2019-03-13 14:41:40 -07:00 |
|
Nikolay Kim
|
f627d01055
|
update actix-server
|
2019-03-12 17:04:08 -07:00 |
|
Nikolay Kim
|
e271d4e47a
|
Merge branch 'master' of github.com:actix/actix-http
|
2019-03-12 16:55:38 -07:00 |
|
Nikolay Kim
|
402a40ab27
|
update actix-server dep
|
2019-03-12 16:55:16 -07:00 |
|
Nikolay Kim
|
00d47acedc
|
Update README.md
|
2019-03-11 17:56:48 -07:00 |
|
Nikolay Kim
|
409888fcd5
|
remove debug print, remove unused flags
|
2019-03-11 16:47:12 -07:00 |
|
Nikolay Kim
|
e15e4f18fd
|
update tests
|
2019-03-11 16:42:33 -07:00 |
|
Nikolay Kim
|
ad43ca735b
|
update server service requirenments
|
2019-03-11 15:09:42 -07:00 |
|
Nikolay Kim
|
6436004194
|
set test cookie if it is not empty
|
2019-03-10 17:06:43 -07:00 |
|
Nikolay Kim
|
50a0cb5653
|
do no move self
|
2019-03-10 17:02:14 -07:00 |
|
Nikolay Kim
|
615fbb49bd
|
support cookies in TestRequest
|
2019-03-10 17:00:03 -07:00 |
|
Nikolay Kim
|
d755772039
|
add From impls for ResponseBuilder
|
2019-03-10 15:30:31 -07:00 |
|
Nikolay Kim
|
513ce0b08d
|
add json and form client request's method
|
2019-03-09 17:42:35 -08:00 |
|
Nikolay Kim
|
6c4be45787
|
update deps
|
2019-03-09 14:33:33 -08:00 |
|
Nikolay Kim
|
9c7056e9b8
|
fix connector
|
2019-03-09 13:38:56 -08:00 |
|
Nikolay Kim
|
d026821924
|
unify service builders
|
2019-03-09 10:39:06 -08:00 |
|
Nikolay Kim
|
ca73f178c9
|
revert generic service request; add ServerConfig to service factories
|
2019-03-09 07:37:23 -08:00 |
|
Nikolay Kim
|
e324522389
|
listen method has different signature
|
2019-03-08 22:47:49 -08:00 |
|
Nikolay Kim
|
6d639ae3df
|
allow to create http services with config
|
2019-03-06 22:59:56 -08:00 |
|
Nikolay Kim
|
3b069e0568
|
added combined http1/2 service
|
2019-03-06 22:56:34 -08:00 |
|
Nikolay Kim
|
e25483a0d5
|
fix warnings
|
2019-03-06 21:12:35 -08:00 |
|
Nikolay Kim
|
b689bb9260
|
add failure support
|
2019-03-06 11:45:33 -08:00 |
|
Nikolay Kim
|
ad08e856d7
|
update actix-rt
|
2019-03-06 10:30:17 -08:00 |
|
Nikolay Kim
|
889d67a356
|
add Stream impl for ResponseBody
|
2019-03-05 21:19:12 -08:00 |
|
Nikolay Kim
|
34c8b95a35
|
allow to extract body from response
|
2019-03-05 21:15:18 -08:00 |
|
Nikolay Kim
|
d85468f7e1
|
do not expose headers_mut via HttpMessage
|
2019-03-05 19:07:07 -08:00 |
|
Nikolay Kim
|
496ee8d039
|
remove more MessageBody constraints from Response
|
2019-03-05 18:14:30 -08:00 |
|
Nikolay Kim
|
0d2116156a
|
Messagebody constraint is not required from Response::into_body
|
2019-03-05 17:24:24 -08:00 |
|
Nikolay Kim
|
200cae19a9
|
add HttpMessage impl &mut T
|
2019-03-05 14:39:06 -08:00 |
|
Nikolay Kim
|
96477d42cb
|
extend HttpMessage trait, add api to work with requests cookies
|
2019-03-05 13:16:26 -08:00 |
|
Nikolay Kim
|
01329af1c2
|
fix non ssl code
|
2019-03-05 10:18:46 -08:00 |
|
Nikolay Kim
|
ce0b172598
|
update actix-service
|
2019-03-05 09:30:11 -08:00 |
|
Nikolay Kim
|
3a456ec148
|
update actix-service dependency
|
2019-03-04 20:46:33 -08:00 |
|
Nikolay Kim
|
65a313c78b
|
update utils dep
|
2019-03-04 19:51:09 -08:00 |
|
Nikolay Kim
|
a88b3b090d
|
allow to specify service config for h1 service
|
2019-03-04 15:58:39 -08:00 |
|
Nikolay Kim
|
b535adf637
|
add IntoFuture impl for Response and ResponseBuilder
|
2019-03-02 21:22:01 -08:00 |
|
Nikolay Kim
|
2d0495093c
|
add Payload::take method
|
2019-03-02 18:37:09 -08:00 |
|
Nikolay Kim
|
00ea195601
|
TestRequest::take public
|
2019-03-02 16:04:43 -08:00 |
|
Nikolay Kim
|
0081b9d446
|
improve ergomonics of TestRequest
|
2019-03-02 15:59:05 -08:00 |
|
Nikolay Kim
|
de9b38295f
|
update deps
|
2019-03-02 15:08:10 -08:00 |
|
Nikolay Kim
|
5fff07402e
|
downgrade tarpaulin
|
2019-03-01 21:36:37 -08:00 |
|
Nikolay Kim
|
650474ca39
|
choose openssl version for travis
|
2019-03-01 21:02:56 -08:00 |
|