1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-05-19 16:58:14 +00:00
Commit graph

239 commits

Author SHA1 Message Date
Rob Ede 996f1d7eae
bump msrv in ci and readme 2020-05-13 01:57:37 +01:00
Yuki Okushi 74ddc852c8
Tweak README 2020-04-08 04:48:01 +09:00
Yuki Okushi 3a5b62b550
Add dependencies instruction (#1281) 2020-01-16 23:17:17 +09:00
wojciechkepka 7bd2270290 Fix link to example in readme.md (#1236)
* Fix link to example in readme.md

* Add links to openssl and rustls examples

* Rustls should be uppercase
2019-12-26 19:42:07 +09:00
Nikolay Kim 1c75e6876b update migration 2019-12-22 17:16:07 +04:00
Jonathan Speiser 4a1695f719 fixes missing import in example (#1210) 2019-12-12 07:06:22 +06:00
Nikolay Kim 3b2e78db47 add link to chat 2019-12-08 19:27:06 +06:00
krircc 439f02b6b1
Update README.md 2019-12-06 14:59:11 +08:00
krircc e32da08a26
Update README.md 2019-12-06 14:34:14 +08:00
krircc 82110e0927
Update README.md 2019-12-06 14:29:10 +08:00
krircc 7b3354a9ad
Update README.md 2019-12-06 14:26:23 +08:00
krircc 5243e8baca
Update README.md 2019-12-06 14:23:28 +08:00
krircc 98903028c7
Update README.md 2019-12-06 14:22:29 +08:00
Nikolay Kim f2b3dc5625 update examples 2019-11-26 17:16:33 +06:00
Nikolay Kim f73f97353b refactor ResponseError trait 2019-11-26 16:07:39 +06:00
Nikolay Kim 512dd2be63 disable rustls support 2019-11-22 07:01:05 +06:00
Nikolay Kim 8683ba8bb0 rename .to_async() to .to() 2019-11-21 21:36:35 +06:00
Nikolay Kim 0d9ea41047 update min rust version 2019-07-31 06:49:46 -07:00
Nikolay Kim 8d17c8651f update bench link 2019-07-11 14:45:58 +06:00
Nikolay Kim e399e01a22 update readme 2019-06-05 09:02:44 +06:00
Nikolay Kim 48518df883 do not generate all docs; use docs.rs for 1.0 docs 2019-04-13 09:35:23 -07:00
Nikolay Kim 351df84cca update stable release api doc link 2019-03-30 11:37:56 -07:00
Nikolay Kim c126713f40 add rustls support to HttpServer 2019-03-29 16:28:32 -07:00
joekyo c4a8bbe47b fix the example in README.md (#739) 2019-03-28 20:03:17 -07:00
Nikolay Kim 1d79f16529 update release api docs link 2019-03-28 14:30:38 -07:00
Nikolay Kim 9c198a0d29 alpha.1 release 2019-03-28 13:46:26 -07:00
Nikolay Kim 5b06f2bee5 port cors middleware 2019-03-23 21:29:16 -07:00
Douman 037a1c6a24 Bump min version of rustc
Due to actix & trust-dns requirement
2018-12-24 21:17:09 +03:00
Nikolay Kim cfd9a56ff7 Add async/await ref 2018-10-28 09:24:19 -07:00
Nikolay Kim f45038bbfe remove unused code 2018-10-09 13:23:37 -07:00
Nikolay Kim b79a9aaec7 fix changelog 2018-07-24 14:18:04 -07:00
Nikolay Kim c352a69d54 fix dead links 2018-07-23 13:22:16 -07:00
Nikolay Kim f6499d9ba5 publish stable docs on actix.rs site 2018-07-21 04:19:02 -07:00
Nikolay Kim 9afc3b6737 api docs link 2018-06-10 10:31:19 -07:00
michael efb5d13280
readme: link to TechEmpower r16 benchmarks 2018-06-07 23:55:08 -04:00
Nikolay Kim f48702042b min rustc version 2018-05-24 21:09:20 -07:00
Nikolay Kim 690169db89 migrate to tokio 2018-05-24 21:03:16 -07:00
Nikolay Kim 72757887c9 update doc links 2018-05-23 11:20:12 -07:00
Nikolay Kim d6787e6c56 prepare release 2018-05-15 10:20:32 -07:00
skorgu f735da504b
Include mention of http client in README.md 2018-05-11 20:36:54 -04:00
Benjamin Gröber 2f244ea028
fix order of name and id in readme example 2018-05-10 18:12:59 +02:00
Nikolay Kim 03ded62337 bump minimum supported rustc version because of minor version change of parking_lot crate 2018-04-29 14:13:46 -07:00
Nikolay Kim d98d723f97 bump rustc version requirements 2018-04-29 08:24:19 -07:00
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