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

140 commits

Author SHA1 Message Date
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