1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 16:02:59 +01:00
Commit Graph

3275 Commits

Author SHA1 Message Date
Nikolay Kim
cc314cee76 add badges 2018-01-22 23:16:24 -08:00
Nikolay Kim
06e813cf03 fix crate name in readme 2018-01-22 23:14:04 -08:00
Nikolay Kim
4c60317926 add doc links 2018-01-22 23:13:18 -08:00
Nikolay Kim
1d23c14676 update readme 2018-01-22 22:50:04 -08:00
Nikolay Kim
0b9821b36c remove chat check 2018-01-22 22:46:39 -08:00
Nikolay Kim
ae292eae6d actix ver 2018-01-22 22:37:38 -08:00
Nikolay Kim
118d0de8e6 add tests 2018-01-22 22:28:29 -08:00
Nikolay Kim
fb76c490c6 mention tokio handle in guide 2018-01-22 20:10:05 -08:00
Nikolay Kim
3653c78e92 check example on stable 2018-01-22 19:49:19 -08:00
Nikolay Kim
1053c44326 pin new actix version 2018-01-22 17:01:54 -08:00
Nikolay Kim
e6ea177181 impl WebsocketContext::waiting() method 2018-01-22 16:55:50 -08:00
Nikolay Kim
5b9b8c6dd9 session code cleanup 2018-01-22 10:50:24 -08:00
Nikolay Kim
7910c7b511 comment 2018-01-22 10:43:36 -08:00
Nikolay Kim
91709bc17f cleanup impl 2018-01-22 10:42:13 -08:00
Nikolay Kim
d665d4d761 update actix api 2018-01-22 10:27:59 -08:00
Nikolay Kim
cb4a6036f8 update actix 2018-01-22 01:05:50 -08:00
Nikolay Kim
237030dbfc better connection handling 2018-01-22 00:53:46 -08:00
Nikolay Kim
1957469061 code of conduct 2018-01-21 15:29:02 -08:00
Nikolay Kim
2227120ae0 exclude examples 2018-01-21 09:09:19 -08:00
Nikolay Kim
21c8c0371d travis config 2018-01-21 08:50:29 -08:00
Nikolay Kim
1914a6a0d8 Always enable content encoding if encoding explicitly selected 2018-01-21 08:31:46 -08:00
Nikolay Kim
1cff4619e7 reduce threshold for content encoding 2018-01-21 08:12:32 -08:00
Nikolay Kim
7bb7adf89c relax InternalError constraints 2018-01-20 22:02:42 -08:00
Nikolay Kim
f55ff24925 fix guide example 2018-01-20 21:40:18 -08:00
Nikolay Kim
f5f78d79e6 update doc strings 2018-01-20 21:16:31 -08:00
Nikolay Kim
9180625dfd refactor helper error types 2018-01-20 21:11:46 -08:00
Nikolay Kim
552320bae2 add error logging guide section 2018-01-20 20:21:01 -08:00
Nikolay Kim
7cf221f767 Log request processing errors 2018-01-20 20:12:24 -08:00
Nikolay Kim
98931a8623 test case for broken transfer encoding 2018-01-20 16:51:18 -08:00
Nikolay Kim
ae10a89014 use ws masking from tungstenite project 2018-01-20 16:47:34 -08:00
Nikolay Kim
71d534dadb CORS middleware: allowed_headers is defaulting to None #50 2018-01-20 16:36:57 -08:00
Nikolay Kim
867bb1d409 Merge branch 'master' of github.com:actix/actix-web 2018-01-20 16:12:51 -08:00
Nikolay Kim
91c44a1cf1 Fix HEAD requests handling 2018-01-20 16:12:38 -08:00
Nikolay Kim
69c3ab2f92 use actix-web release 2018-01-19 10:38:36 -08:00
Nikolay Kim
3bc60a8d5d
Merge pull request #53 from andreevlex/spelling-check-2
spelling check
2018-01-16 12:07:58 -08:00
Alexander Andreev
58df8fa4b9 spelling check 2018-01-16 21:59:33 +03:00
Nikolay Kim
81f92b43e5
Merge pull request #52 from andreevlex/spelling-check
spelling check
2018-01-15 14:16:54 -08:00
Alexander Andreev
e1d9c3803b spelling check 2018-01-16 00:47:25 +03:00
Nikolay Kim
a7c24aace1 flush is useless 2018-01-14 19:28:34 -08:00
Nikolay Kim
89a89e7b18 refactor shared bytes api 2018-01-14 17:00:28 -08:00
Nikolay Kim
3425f7be40 fix tests 2018-01-14 14:58:58 -08:00
Nikolay Kim
09a6f8a34f disable alpn feature 2018-01-14 14:44:32 -08:00
Nikolay Kim
7060f298b4 use more binary 2018-01-14 14:40:39 -08:00
Nikolay Kim
33dbe15760 use Binary for writer trait 2018-01-14 13:50:38 -08:00
Nikolay Kim
e95c7dfc29 use local actix-web for examples 2018-01-13 19:04:07 -08:00
Nikolay Kim
927a92fcac impl HttpHandler for Box<HttpHandler> and add helper method Application::boxed() #49 2018-01-13 18:58:17 -08:00
Nikolay Kim
2b0f3d2a9a prepare release 2018-01-13 16:57:01 -08:00
Nikolay Kim
93fdb596d4 Allow to explicitly disable chunked encoding 2018-01-13 16:17:33 -08:00
Nikolay Kim
305666067e Do not enable chunked encoding for HTTP/1.0 2018-01-13 12:46:43 -08:00
Nikolay Kim
b805d87ee7 no need for custom cookie module 2018-01-13 11:33:42 -08:00