1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-09-09 05:08:32 +00:00
Commit graph

572 commits

Author SHA1 Message Date
ami44
41c94a1220 fix url 2018-01-08 19:10:47 +01:00
Nikolay Kim
c7798ef45d update examples 2018-01-07 19:40:42 -08:00
Nikolay Kim
d696c1692e Merge branch 'master' of github.com:actix/actix-web 2018-01-07 19:10:55 -08:00
Nikolay Kim
f90bc0caae do no stop on write_eof 2018-01-07 19:10:42 -08:00
Nikolay Kim
f802fe09e6 fix context poll 2018-01-07 17:13:49 -08:00
Nikolay Kim
513fcd4a47
Update README.md 2018-01-07 08:33:06 -08:00
Nikolay Kim
c28d052d22
Merge pull request #44 from krircc/master
IT's not true, actix-web are more features than other rust web frameworks
2018-01-07 08:32:08 -08:00
Nikolay Kim
550f68ca05
Merge branch 'master' into master 2018-01-07 08:31:57 -08:00
Nikolay Kim
3074071d03
Merge branch 'master' into master 2018-01-07 08:31:31 -08:00
Nikolay Kim
3ffefb8b29
Merge pull request #42 from ami44/master
upd examples basics
2018-01-07 08:30:42 -08:00
Ami44
3cf2fbbb23
Merge branch 'master' into master 2018-01-07 12:00:24 +01:00
Nikolay Kim
896981cdf8 update examples 2018-01-06 23:22:10 -08:00
Nikolay Kim
71da72efdb use general context impl 2018-01-06 22:59:39 -08:00
krircc
5e9b94a6dd
Update README.md 2018-01-07 11:07:51 +08:00
ami44
665f4edf6b upd examples basics 2018-01-06 16:43:59 +01:00
Nikolay Kim
247c23c1ea no need for StreamHandler 2018-01-06 01:06:35 -08:00
Nikolay Kim
3ed9e872ad subscriber to os signals automatically 2018-01-05 16:32:36 -08:00
Nikolay Kim
473ec38439 use dev cookies package as temp solution for ring problem 2018-01-05 14:50:33 -08:00
Nikolay Kim
524493e0b0 pin nightly 2018-01-05 14:29:40 -08:00
Nikolay Kim
5ae646332e update example to use actix 0.4 2018-01-05 14:01:19 -08:00
Nikolay Kim
5ff35f5b99 upgrade to actix 0.4 2018-01-05 13:30:21 -08:00
Nikolay Kim
dea354d6d8 fix basic example in guide 2018-01-04 16:21:18 -08:00
Nikolay Kim
20d5c61c11 set nodelay for streams 2018-01-04 09:32:47 -08:00
Nikolay Kim
91230afc44 fix time calculations 2018-01-04 09:32:33 -08:00
Nikolay Kim
afeffe4b19 encode returns result 2018-01-04 09:32:15 -08:00
Nikolay Kim
fdf7726831 update changelog 2018-01-03 23:59:12 -08:00
Nikolay Kim
9559f6a175 introduce IoStream trait for low level stream operations 2018-01-03 23:41:55 -08:00
Nikolay Kim
1f7aee23df shutdown io streams before exit 2018-01-03 22:43:44 -08:00
Nikolay Kim
bf11bfed8e use explicit actix:: mod 2018-01-03 19:11:40 -08:00
Nikolay Kim
e439d0546b * fix force_close
* shutdown io before exit

* fix response creation with body from pool
2018-01-03 18:21:34 -08:00
Nikolay Kim
8348c830e2 no need for mut ref 2018-01-03 10:57:57 -08:00
Nikolay Kim
ae084d1146 added helper future for reading request body 2018-01-03 09:23:58 -08:00
Nikolay Kim
88031b7fde remove debug prints 2018-01-03 09:00:22 -08:00
Nikolay Kim
70ea43b3c0 fix drain support for actor; make pattern more reusable 2018-01-02 23:43:17 -08:00
Nikolay Kim
9e6d090fd0 update readme example 2018-01-02 19:57:25 -08:00
Nikolay Kim
7af3b3f956 update example 2018-01-02 19:43:59 -08:00
Nikolay Kim
3a59344ffb update h2 lib 2018-01-02 19:37:33 -08:00
Nikolay Kim
3768a2885d fix examples 2018-01-02 15:52:11 -08:00
Nikolay Kim
f0fdcc9936 handle application prefix for handlers; use handler for StaticFiles 2018-01-02 15:23:31 -08:00
Nikolay Kim
77ba1de305 flush encoder 2018-01-02 14:53:51 -08:00
Nikolay Kim
fb2c78d9fc add hello-world example 2018-01-02 13:42:30 -08:00
Nikolay Kim
b49eadf7e5 fix content length serialization #33 2018-01-02 13:39:32 -08:00
Nikolay Kim
9040f588af allow to handle entire sub path 2018-01-02 13:09:02 -08:00
Nikolay Kim
284b59722a update websocket example 2018-01-01 09:31:42 -08:00
Ami44
e798af26a2
Merge pull request #27 from ami44/master
move examples/websocket.rs to examples/websocket
2018-01-01 12:26:07 +01:00
ami44
fc88bb294a Merge remote-tracking branch 'upstream/master' 2018-01-01 12:22:03 +01:00
Nikolay Kim
f3a90a2829 add example to workspace 2017-12-31 22:22:56 -08:00
Nikolay Kim
d2f54b7d19 use workspace 2017-12-31 21:55:25 -08:00
Nikolay Kim
8e89ff1d1e fix examples 2017-12-31 20:08:35 -08:00
Nikolay Kim
cc38b30f7b refactor http actor usage 2017-12-31 17:26:32 -08:00