1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-25 08:22:43 +01:00
Commit Graph

1481 Commits

Author SHA1 Message Date
Nikolay Kim
85c2887b30 export ws::hash_key 2019-03-17 21:09:50 -07:00
Nikolay Kim
fa66a07ec5 move httpmessage futures to actix-web 2019-03-17 01:02:51 -07:00
Nikolay Kim
fd141ef9b1 move json to actix-web 2019-03-16 22:10:15 -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
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
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
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
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
b80ee71785 use new new service api 2019-02-22 14:21:35 -08:00
Nikolay Kim
2f89b12f4f remove more response containts 2019-02-20 21:05:37 -08:00
Nikolay Kim
60a8da5c05 remove Response constraint 2019-02-20 21:02:23 -08:00
Nikolay Kim
7f749ac9cc add missing end of line 2019-02-18 22:34:22 -08:00
Nikolay Kim
781f1a3fef do not skip content length is no chunking is selected 2019-02-18 22:20:00 -08:00
Nikolay Kim
c8713d045c poll payload again if framed object get flushed during same iteration 2019-02-18 21:41:38 -08:00
Nikolay Kim
842da939dc fix chunked transfer encoding handling 2019-02-18 20:24:50 -08:00
Nikolay Kim
e6e83ea57e add Response::map_body 2019-02-18 17:01:35 -08:00
Nikolay Kim
118606262b refactor payload handling 2019-02-13 13:52:11 -08:00