Commit Graph

694 Commits

Author SHA1 Message Date
Nikolay Kim 5a5497b745 add close ws test 2018-01-30 16:04:04 -08:00
Nikolay Kim b698e3546b link to websocket example 2018-01-30 15:26:58 -08:00
Nikolay Kim e99a5e8144 drop local actix ref 2018-01-30 15:19:30 -08:00
Nikolay Kim 577f91206c added support for websocket testing 2018-01-30 15:13:33 -08:00
Nikolay Kim 76f9542df7 rename module 2018-01-30 13:04:52 -08:00
Nikolay Kim 9739168d48 fix limit usage for Request/Response Body future 2018-01-30 12:44:14 -08:00
Nikolay Kim 5cbaf3a1b8 add client ssl support 2018-01-30 11:17:17 -08:00
Nikolay Kim a02e0dfab6 initial work on client connector 2018-01-29 23:01:20 -08:00
Nikolay Kim 5cc3bba5cc change ws client names 2018-01-29 15:45:37 -08:00
Nikolay Kim 6e51573975 app veyor config 2018-01-29 14:51:34 -08:00
Nikolay Kim b686f39d0b complete impl for client request and response 2018-01-29 14:44:25 -08:00
Nikolay Kim 6416a796c3 add ClientRequest and ClientRequestBuilder 2018-01-29 11:45:33 -08:00
Nikolay Kim b6a394a113 added StaticFiles::inex_file config 2018-01-29 03:23:45 -08:00
Nikolay Kim 456fd1364a add handle method to contexts 2018-01-28 09:47:46 -08:00
Nikolay Kim f3cce6a04c update websocket example 2018-01-28 09:07:12 -08:00
Nikolay Kim 9835a4537a update websocket example 2018-01-28 08:58:18 -08:00
Nikolay Kim 715ec4ae2f update actix 2018-01-28 08:26:36 -08:00
Nikolay Kim 55b2fb7f77 update example 2018-01-28 01:04:58 -08:00
Nikolay Kim 7c7743c145 use right path 2018-01-27 22:52:17 -08:00
Nikolay Kim 826fc62299 disable websocket-chat example 2018-01-27 22:44:50 -08:00
Nikolay Kim 5dd2e7523d basic websocket client 2018-01-27 22:03:03 -08:00
Nikolay Kim 4821d51167 fix actix compatibility 2018-01-27 11:15:03 -08:00
Nikolay Kim c446be48e3 min rust version 1.21 2018-01-27 10:58:09 -08:00
Nikolay Kim 042f8391bb Merge branch 'master' of github.com:actix/actix-web 2018-01-27 10:05:07 -08:00
Nikolay Kim d4bc3294a3 actix compatibility 2018-01-27 10:04:56 -08:00
Nikolay Kim 04d53d6f57
Merge pull request #59 from andreevlex/fix-cors
spelling check cors example
2018-01-26 21:42:36 -08:00
Alexander Andreev 881e0e0346 spelling check 2018-01-27 08:38:17 +03:00
Nikolay Kim b9f8a00ba3 update cors example readme 2018-01-26 19:56:34 -08:00
Nikolay Kim 99bed67bec rename cors example 2018-01-26 19:52:20 -08:00
Nikolay Kim 52a454800f cleanup cors example 2018-01-26 19:51:13 -08:00
Nikolay Kim c09c8e4980
Merge pull request #58 from krircc/master
add actix-web-cors example
2018-01-26 19:43:40 -08:00
Nikolay Kim b931dda1fe
Merge branch 'master' into master 2018-01-26 19:42:06 -08:00
krircc 74166b4834 add actix-web-cors example 2018-01-27 11:00:26 +08:00
Nikolay Kim 4abb769ee5 fix request json loader; mime_type() method 2018-01-25 21:50:28 -08:00
Nikolay Kim e8e2ca1526 refactor alpn support; upgrade openssl to 0.10 2018-01-25 10:24:04 -08:00
Nikolay Kim 78967dea13 stop http context immediately 2018-01-24 20:17:14 -08:00
Nikolay Kim 58a5d493b7 re-eanble write backpressure for h1 connections 2018-01-24 20:12:49 -08:00
Nikolay Kim c5341017cd fix typo 2018-01-23 15:39:53 -08:00
Nikolay Kim f4873fcdee stop websocket context 2018-01-23 15:35:39 -08:00
Nikolay Kim 35efd017bb impl waiting for HttpContext 2018-01-23 09:42:04 -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 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