1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-27 01:20:35 +00:00
Commit graph

114 commits

Author SHA1 Message Date
Nikolay Kim c446be48e3 min rust version 1.21 2018-01-27 10:58:09 -08:00
Nikolay Kim 1957469061 code of conduct 2018-01-21 15:29:02 -08:00
Nikolay Kim a9c71b2894 add link to cors middleware 2018-01-12 13:10:12 -08:00
Nikolay Kim 584d0c9e99 Merge branch 'master' of github.com:actix/actix-web 2018-01-09 10:08:14 -08:00
Nikolay Kim a159a9cd6e cleanup doc tests 2018-01-09 10:08:06 -08:00
ami44 41c94a1220 fix url 2018-01-08 19:10:47 +01: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 513fcd4a47
Update README.md 2018-01-07 08:33:06 -08:00
Nikolay Kim 3ed9e872ad subscriber to os signals automatically 2018-01-05 16:32:36 -08:00
Nikolay Kim 9e6d090fd0 update readme example 2018-01-02 19:57:25 -08:00
ami44 7962d28a6d move examples/websocket.rs to examples/websocket 2017-12-30 21:47:39 +01:00
ami44 c998c75515 move examples/state.rs to examples/state 2017-12-30 21:08:54 +01:00
ami44 df393df547 move example/basic.rs to examples/basic 2017-12-30 16:50:17 +01:00
ami44 e93af57fa7 add json example link 2017-12-30 16:07:39 +01:00
Nikolay Kim 308df19865 update readme 2017-12-28 16:27:08 -08:00
Nikolay Kim 556de72932 add server spawn method 2017-12-27 17:49:10 -08:00
Nikolay Kim 030a70841a add link to gitter 2017-12-26 11:04:25 -08:00
Nikolay Kim 65767558fb
Update README.md 2017-12-20 08:00:28 -08:00
Nikolay Kim 0a96b8c579 update readme 2017-12-19 16:17:27 -08:00
Nikolay Kim d41aade0b7 update readme 2017-12-19 16:14:47 -08:00
Nikolay Kim e9a3845e26 update license in readme 2017-12-18 16:48:30 -08:00
Nikolay Kim 3f0e7456c0 update examples links 2017-12-18 16:42:58 -08:00
Nikolay Kim 27d92f3a23 refactor server bind and start process 2017-12-17 12:35:04 -08:00
Nikolay Kim 1a51f75ecc update readme 2017-12-17 10:03:37 -08:00
Nikolay Kim 9821c6ea90 update readme 2017-12-16 11:39:56 -08:00
Nikolay Kim 167717d20e update readme 2017-12-16 11:22:39 -08:00
Nikolay Kim 91ffab8f6e update readme 2017-12-16 07:30:53 -08:00
Nikolay Kim b1f33e29ec simplify content-length calculation 2017-12-16 07:29:15 -08:00
Nikolay Kim ed8bd3d6a3 h1 cleanups 2017-12-15 22:49:48 -08:00
Nikolay Kim 1ddcce7b76 hide httpresponse box 2017-12-15 16:24:15 -08:00
Nikolay Kim c3d5e4301a cleanup h1 parse 2017-12-15 13:10:12 -08:00
Nikolay Kim 71c37bde5a
Update README.md 2017-12-15 05:44:10 -08:00
Nikolay Kim 4913e7d3c2 cleanup 2017-12-14 22:22:27 -08:00
Nikolay Kim d77156c16c fix readme 2017-12-14 20:49:09 -08:00
Nikolay Kim 106f43e874 better SharedBytes usage for h2 2017-12-14 20:48:31 -08:00
Nikolay Kim 2b0994e448 update tests 2017-12-14 20:29:49 -08:00
Nikolay Kim a2dff8a0b9 update readme 2017-12-14 20:12:28 -08:00
Nikolay Kim 355f54efe2 update api docs 2017-12-13 23:35:21 -08:00
Nikolay Kim 406ef20262 add readme 2017-12-13 21:44:16 -08:00
Nikolay Kim b9da09ddf0 update readme 2017-12-11 19:17:37 -08:00
Nikolay Kim b1ae7f95cc update readme example 2017-12-11 15:57:37 -08:00
Nikolay Kim 9043e7286d tests for default predicates 2017-12-08 12:51:44 -08:00
Nikolay Kim 3e91b06241 fix static files 2017-12-08 12:29:28 -08:00
Nikolay Kim c63f058647 simplify application creation 2017-12-06 11:00:39 -08:00
Nikolay Kim 3de43c2a46 update readme 2017-12-05 12:25:57 -08:00
Nikolay Kim bd1e9abdd8 simple readme example 2017-12-05 11:50:09 -08:00
Nikolay Kim e332c1242f use Route for Applicaiton handlers 2017-12-04 14:53:40 -08:00
Nikolay Kim f5d6179a34 renamed Route::handler to Route::f, added Route::h to register Handler 2017-12-04 14:07:53 -08:00
Nikolay Kim 3bf3738e65 introduce route predicates 2017-12-04 13:32:05 -08:00