Commit Graph

885 Commits

Author SHA1 Message Date
Nikolay Kim 32b5544ad9 port hyper header 2018-03-06 00:43:25 -08:00
Nikolay Kim e182ed33b1 add Header trait 2018-03-05 19:28:42 -08:00
Nikolay Kim 0c30057c8c move headers to separate module; allow custom HeaderValue conversion 2018-03-05 16:45:54 -08:00
Nikolay Kim 05e49e893e allow only GET and HEAD for NamedFile 2018-03-05 14:04:30 -08:00
Nikolay Kim c8844425ad Enable compression support for NamedFile 2018-03-05 13:31:30 -08:00
Nikolay Kim b282ec106e Add ResponseError impl for SendRequestError 2018-03-05 13:02:31 -08:00
Nikolay Kim ea2a8f6908 add http proxy example 2018-03-05 11:12:19 -08:00
Nikolay Kim 2b942ec5f2 add uds example readme 2018-03-05 09:47:17 -08:00
Nikolay Kim bf77be0337
Merge pull request #95 from messense/feature/unix-socket-example
Add unix domain socket example
2018-03-05 09:37:00 -08:00
messense c2741054bb
Add unix domain socket example 2018-03-05 22:14:25 +08:00
Nikolay Kim e708f51156 prep release 2018-03-04 20:28:06 -08:00
Nikolay Kim cbb821148b explicitly set tcp nodelay 2018-03-04 20:14:58 -08:00
Nikolay Kim d6b021e185
Merge pull request #94 from messense/feature/str-repeat
Use str::repeat
2018-03-04 19:57:49 -08:00
messense 0adb7e8553
Use str::repeat 2018-03-05 09:54:58 +08:00
Nikolay Kim dbfa1f0ac8 fix example 2018-03-04 10:44:41 -08:00
Nikolay Kim 11347e3c7d Allow to use Arc<Vec<u8>> as response/request body 2018-03-04 10:33:18 -08:00
Nikolay Kim 631fe72a46 websockets text() is more generic 2018-03-04 10:18:42 -08:00
Nikolay Kim f673dba759 Fix handling of requests with an encoded body with a length > 8192 #93 2018-03-04 09:48:34 -08:00
Nikolay Kim ab978a18ff unix only test 2018-03-03 18:50:00 -08:00
Nikolay Kim 327df159c6 prepare release 2018-03-03 18:46:22 -08:00
Nikolay Kim 2ccbd5fa18 fix socket polling 2018-03-03 12:17:26 -08:00
Nikolay Kim 058630d041 simplify channels list management 2018-03-03 11:16:55 -08:00
Nikolay Kim f456be0309 simplify linked nodes 2018-03-03 10:06:13 -08:00
Nikolay Kim 9bd6cb03ac Merge branch 'master' of github.com:actix/actix-web 2018-03-03 09:29:46 -08:00
Nikolay Kim 16afeda79c update changes 2018-03-03 09:29:36 -08:00
Nikolay Kim 83fcdfd91f fix potential bug in payload processing 2018-03-03 09:27:54 -08:00
Nikolay Kim 8f94ae41cc
Merge pull request #90 from rvlzzr/master
move reuse_address before bind
2018-03-02 23:08:33 -08:00
Anti Revoluzzer 4e41347de8 move reuse_address before bind 2018-03-02 22:57:11 -08:00
Nikolay Kim 6acb6dd4e7 set release date 2018-03-02 22:31:58 -08:00
Nikolay Kim 791a980e2d update tests 2018-03-02 22:08:56 -08:00
Nikolay Kim c2d8abcee7 Fix disconnect on idle connections 2018-03-02 20:47:23 -08:00
Nikolay Kim 16c05f07ba make HttpRequest::match_info_mut() public 2018-03-02 20:40:08 -08:00
Nikolay Kim 2158ad29ee add Pattern::with_prefix, make it usable outside of actix 2018-03-02 20:39:22 -08:00
Nikolay Kim feba5aeffd bump version 2018-03-02 14:31:23 -08:00
Nikolay Kim 343888017e
Update CHANGES.md 2018-03-02 12:26:31 -08:00
Nikolay Kim 3a5d445b2f
Merge pull request #89 from niklasf/csrf-middleware
add csrf filter middleware
2018-03-02 12:25:23 -08:00
Nikolay Kim e60acb7607
Merge branch 'master' into csrf-middleware 2018-03-02 12:25:05 -08:00
Nikolay Kim bebfc6c9b5 sleep for test 2018-03-02 11:32:37 -08:00
Nikolay Kim 3b2928a391 Better naming for websockets implementation 2018-03-02 11:29:55 -08:00
Niklas Fiekas 10f57dac31 add csrf filter middleware 2018-03-02 20:13:43 +01:00
Nikolay Kim b640b49b05 adjust low buf size 2018-03-01 20:13:50 -08:00
Nikolay Kim 1fea4bd9a6 prepare release 2018-03-01 20:01:25 -08:00
Nikolay Kim 206c4e581a rename httpcodes 2018-03-01 19:12:59 -08:00
Nikolay Kim 4e13505b92 rename .p to a .filter 2018-03-01 18:42:50 -08:00
Nikolay Kim 5b6d7cddbf Fix payload parse in situation when socket data is not ready 2018-03-01 18:27:04 -08:00
Nikolay Kim 4aaf9f08f8 update readme 2018-02-28 22:31:54 -08:00
Nikolay Kim b0ba23ff55
Merge pull request #88 from rofrol/patch-2
be consistent with host - had CORS preflight once
2018-02-28 17:07:57 -08:00
Nikolay Kim 42b19b1819
Merge branch 'master' into patch-2 2018-02-28 17:07:44 -08:00
Nikolay Kim 0335fde3f9
Update README.md 2018-02-28 16:58:05 -08:00
Roman Frołow f27edbff89
be consistent with host - had CORS preflight once 2018-03-01 01:01:27 +01:00