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

3261 Commits

Author SHA1 Message Date
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
088132fc96 prepare release 2018-01-23 10:06:43 -08:00
Nikolay Kim
35efd017bb impl waiting for HttpContext 2018-01-23 09:42:04 -08:00
Nikolay Kim
4303299568 use actix release 2018-01-23 09:26:52 -08:00
Nikolay Kim
2e481e5b7d fix crate link 2018-01-22 23:17:37 -08:00
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