Commit Graph

2157 Commits

Author SHA1 Message Date
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
Nikolay Kim 38c86d4683 update tarpaulin travis config 2019-03-01 20:33:31 -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 d180b2a1e3 update tests 2019-02-18 18:46:30 -08:00
Nikolay Kim 037c3da172 enable ssl for connector 2019-02-18 18:40:40 -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