1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-10-21 09:23:54 +00:00
Commit graph

2178 commits

Author SHA1 Message Date
Nikolay Kim
9037473e0f update client error 2019-03-25 21:52:45 -07:00
Nikolay Kim
c5c7b244be cookie is optional 2019-03-23 09:40:20 -07:00
Nikolay Kim
00b7dc7887 handle socket shutdown for h1 connections 2019-03-18 09:44:48 -07:00
Nikolay Kim
fd86d73a03 fix response upgrade type 2019-03-18 05:26:12 -07:00
Nikolay Kim
3301a46264 proper connection upgrade check 2019-03-17 22:56:13 -07:00
Nikolay Kim
f26d4b6a23 do not chunk websocket stream 2019-03-17 21:57:53 -07:00
Nikolay Kim
85c2887b30 export ws::hash_key 2019-03-17 21:09:50 -07:00
Nikolay Kim
2b5f9f0511 temp fix for tarpaulin 2019-03-17 08:52:03 -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
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