1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-27 09:30:39 +00:00
Commit graph

196 commits

Author SHA1 Message Date
Nikolay Kim 2e7d323e1a add r2d2 example link 2018-04-24 09:34:38 -07:00
Nikolay Kim bcd03a9c62 link to askama example 2018-04-24 09:16:46 -07:00
Derrick Lee 2579c49865
Update README links to use new guide 2018-04-19 18:51:01 -07:00
Nikolay Kim a8567da3e2 move guide to separate repo; update links 2018-04-13 16:20:23 -07:00
Nikolay Kim 95f6277007 fix typo 2018-04-13 14:36:07 -07:00
Nikolay Kim e05aba65de examples moved to separate repo 2018-04-12 20:31:58 -07:00
Nikolay Kim c570229351
Update README.md 2018-04-11 10:49:34 -07:00
Nikolay Kim d041df6c4b update links 2018-04-10 19:27:09 -07:00
Nikolay Kim 5e6a0aa3df simplier example in readme 2018-04-10 10:39:16 -07:00
Nikolay Kim fd87eb59f8 remove reference to master 2018-04-10 10:29:10 -07:00
Vincent Ambo 1045a6c6f0 docs(README): Minor formatting and spelling fixes 2018-04-07 17:00:39 +02:00
Nikolay Kim fdb7419e24 use actix-web from master 2018-04-06 14:11:04 -07:00
Nikolay Kim 691457fbfe update tests 2018-04-06 09:45:10 -07:00
Daniel Holbert 8219a7aebe
Use https (not http) url for meritbadge
Right now this readme file uses an HTTP url to reference a meritbadge image, which ends up producing "broken https" UI on the crates.io page https://crates.io/crates/actix-web. This patch just upgrades this to an HTTPS url (which still works), to avoid that problem. (Literally a 1-character change, changing "http" to "https" in "http://meritbadge.herokuapp.com/actix-web")
2018-04-02 10:44:46 -07:00
Nikolay Kim a5a36ff194 update readme example 2018-03-31 17:15:44 -07:00
Nikolay Kim 3e98177fad added State extractor 2018-03-29 15:41:13 -07:00
Nikolay Kim d24752d9bc update example in readme 2018-03-29 15:07:12 -07:00
Nikolay Kim 46b9a9c887 update readme 2018-03-12 09:13:04 -07:00
Nikolay Kim db1e04e418 prepare release 2018-03-09 05:42:42 -08:00
Nikolay Kim 2068eee669 update readme 2018-03-08 20:58:05 -08:00
Nikolay Kim 77a111b95c prepare release 2018-03-07 21:28:54 -08:00
Nikolay Kim b950d6997d add csrf link to readme 2018-03-07 11:31:02 -08:00
Nikolay Kim 4aaf9f08f8 update readme 2018-02-28 22:31:54 -08:00
Nikolay Kim 0335fde3f9
Update README.md 2018-02-28 16:58:05 -08:00
Mustafa Paltun 33c935dccc
Fix typos in README 2018-02-28 01:13:59 +02:00
Nikolay Kim aac9b5a97c update readme 2018-02-27 12:49:11 -08:00
Nikolay Kim 7b0e1642b6
add techempower benchmark link 2018-02-15 09:53:09 -08:00
Nikolay Kim e41b175e3d
Update README.md 2018-01-31 06:40:00 -08:00
Nikolay Kim db39f122be
Update README.md 2018-01-31 06:37:37 -08:00
Nikolay Kim afd2dc4666
Update README.md 2018-01-31 06:36:15 -08:00
Nikolay Kim cba7e426a5
Update README.md 2018-01-31 06:35:47 -08:00
Nikolay Kim 01e7cc9620
Update README.md 2018-01-31 06:34:50 -08:00
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
Nikolay Kim 7c6faaa8e0 add Item and Error to FromRequest trait 2017-12-03 14:22:04 -08:00
Nikolay Kim 991dd107b1 update ws doc 2017-11-29 14:12:27 -08:00
Nikolay Kim 427566b90d export Handler 2017-11-29 13:41:51 -08:00
Nikolay Kim 6f833798c7 refactor http actor handling 2017-11-29 10:31:24 -08:00
Nikolay Kim afeecea05f refactor reply handling 2017-11-28 19:49:17 -08:00
Nikolay Kim ac3fe30d19 use git master for examples 2017-11-28 10:27:58 -08:00
Nikolay Kim 26413d1d61 add link to guide 2017-11-27 19:56:14 -08:00
Nikolay Kim 45433f71e5 impl Default trait for HttpRequest 2017-11-26 22:20:28 -08:00
Nikolay Kim 8e0a7f44d4 pass request by value 2017-11-26 20:34:20 -08:00
Nikolay Kim eb7f48a1c6 include payload into request 2017-11-26 19:00:57 -08:00
Nikolay Kim 265628750c refactor logger middleware 2017-11-10 12:29:54 -08:00
Nikolay Kim 657efb8cce fix readme 2017-11-09 22:18:59 -08:00
Nikolay Kim 4d575c6269 update readme 2017-11-08 20:25:14 -08:00
Nikolay Kim 7565ed8e06 use higher pripority for br 2017-11-08 19:42:13 -08:00
Nikolay Kim 1392b2b171
Update README.md 2017-11-08 16:48:20 -08:00
Nikolay Kim e558414867 add response content encoding 2017-11-08 16:44:46 -08:00
Nikolay Kim 76b8104f52 use version in readme 2017-11-07 16:09:37 -08:00
Nikolay Kim e9e247217a update readme 2017-11-04 13:49:51 -07:00