1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-25 09:59:21 +02:00
Commit Graph

350 Commits

Author SHA1 Message Date
122fcd6881 stop http actor on write_eof 2017-10-29 20:51:06 -07:00
dec4140733 added WsWriter::close 2017-10-29 19:49:59 -07:00
8ab04b39df update tests; clippy warnings 2017-10-29 15:04:44 -07:00
6b2248ecdf do not add error response if current response is in process 2017-10-29 14:51:30 -07:00
a1b7d5995e conditional response build 2017-10-29 14:51:02 -07:00
ce34eab832 better ws handshake error responses 2017-10-29 14:50:26 -07:00
af1e0bac08 add HttpContext::drain() 2017-10-29 06:05:31 -07:00
5cd25cc8b1 fix query splitting 2017-10-29 06:03:51 -07:00
b2670c94f4 added HttpRequest::content_type(), query() method returns HashMap 2017-10-29 06:03:21 -07:00
d93244aa4f Do not use as it can not parse some valid paths 2017-10-27 22:19:00 -07:00
76ffc60971 better path recognision 2017-10-27 19:26:53 -07:00
fb0270e27d refactor Payload stream 2017-10-26 23:14:33 -07:00
86583049fa Fix disconnection handling 2017-10-25 16:25:26 -07:00
da79981d90 update actix 2017-10-24 20:24:14 -07:00
5e54a80064 body tests 2017-10-24 00:09:52 -07:00
ccb3f61d70 added response's helper method finish 2017-10-23 23:52:20 -07:00
b9c11b56f8 added shared string body 2017-10-23 23:49:27 -07:00
1aac83ac96 more body conversion impls 2017-10-23 23:44:03 -07:00
4ee2a60d88 reuse BinaryBody for Frame::Payload 2017-10-23 23:39:01 -07:00
c435f16170 refactory response body 2017-10-23 23:25:32 -07:00
779b480663 more simplification for RouteRecognizer 2017-10-23 22:02:42 -07:00
d9b89ccdac simplify RouteRecognizer reuse 2017-10-23 19:28:23 -07:00
efada51f12 add exclude pattern for tests 2017-10-23 14:26:01 -07:00
4d93766a0f payload error tests 2017-10-23 14:08:11 -07:00
1cdfea39f0 wsframe tests 2017-10-23 13:31:22 -07:00
f4180e78fe response tests 2017-10-22 22:54:11 -07:00
e8936fe081 update multipart tests 2017-10-22 22:23:38 -07:00
3adddc591d multipart tests 2017-10-22 21:40:41 -07:00
5f90d0bcd6 unread_data tests 2017-10-22 20:19:20 -07:00
d49e61591f fix payload readuntil 2017-10-22 20:07:18 -07:00
32a9d9f683 payload tests 2017-10-22 19:58:50 -07:00
33d0c39af6 tests 2017-10-22 18:32:54 -07:00
5699af9795 more tests 2017-10-22 17:33:24 -07:00
26989f5591 server tests 2017-10-22 12:48:43 -07:00
71f7606baf more tests 2017-10-22 09:45:53 -07:00
6ad048d445 multipart boundary extraction 2017-10-22 09:30:05 -07:00
f85925a652 refactor error handling 2017-10-22 09:13:29 -07:00
d555fcabfc update tests 2017-10-22 08:14:23 -07:00
afe9459ce1 pass request by ref; added middleware support 2017-10-21 22:59:59 -07:00
7364e088be basic example 2017-10-21 19:35:50 -07:00
6a33b65f02 refactor server router 2017-10-21 18:54:24 -07:00
0d6e42e748 fix ws doc string 2017-10-21 15:40:16 -07:00
4560ca17b2 update actix; update examples 2017-10-21 15:21:16 -07:00
0bfe07b371 process inactive tasks 2017-10-20 23:12:36 -07:00
71dc9edf8e add simple websocket example 2017-10-20 21:08:38 -07:00
56c91adce2 add websocket example 2017-10-20 17:16:17 -07:00
1db4200621 drop skeptic for now 2017-10-19 16:41:21 -07:00
24804250a8 update multipart impl 2017-10-19 16:22:21 -07:00
aaef550bc5 multipart implementation 2017-10-18 23:43:50 -07:00
264380bf33 add multipart and urlencoded bodies support 2017-10-17 16:46:57 -07:00