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

25 commits

Author SHA1 Message Date
Nikolay Kim 22385505a3 clippy warnings and fmt 2018-07-16 11:17:45 +06:00
Douman 7d753eeb8c
Private serde fork (#390)
* Fork serde_urlencoded

* Apply enum PR https://github.com/nox/serde_urlencoded/pull/30

* Add test to verify enum in query

* Docs are updated to show example of how to use enum.
2018-07-13 09:59:09 +03:00
Nikolay Kim b7d813eeba update tests 2018-06-21 12:04:00 +06:00
Nikolay Kim ebc59cf7b9 add unsafe checks #331 2018-06-21 11:20:21 +06:00
Nikolay Kim 8261cf437d update actix api 2018-06-13 23:37:19 -07:00
Dursun Akkurt 0a080d9fb4 add test for form extractor 2018-06-13 01:33:28 +03:00
Dursun Akkurt ed7cbaa772 fix form_extractor test 2018-06-12 23:04:54 +03:00
Dursun Akkurt e6bbda0efc add serialize 2018-06-12 22:42:15 +03:00
Dursun Akkurt 94283a73c2 make into_string, to_string 2018-06-12 22:31:33 +03:00
Dursun Akkurt ffca416463 add test for ClientRequestBuilder::form() 2018-06-12 22:16:20 +03:00
Nikolay Kim 3e0a71101c drop with2 and with3 2018-06-01 10:54:23 -07:00
Nikolay Kim 690169db89 migrate to tokio 2018-05-24 21:03:16 -07:00
Nikolay Kim 68eb2f26c9 Allow to use path without traling slashes for scope registration #241 2018-05-23 13:21:29 -07:00
Nikolay Kim 082ff46041 Fix scope resource path extractor #234 2018-05-20 17:04:23 -07:00
Nikolay Kim 45e9aaa462 rustfmt 0.7 2018-05-17 12:20:20 -07:00
Nikolay Kim 18575ee1ee Add Router::with_async() method for async handler registration 2018-05-09 16:27:31 -07:00
Nikolay Kim fa81d97004 more handler tests 2018-05-06 20:05:31 -07:00
Nikolay Kim c54f045b39 more handler tests 2018-05-06 15:11:36 -07:00
Nikolay Kim c72d1381a6 clippy warnings 2018-04-29 09:09:08 -07:00
Nikolay Kim de49796fd1 clippy warnings; fmt 2018-04-28 22:55:47 -07:00
Nikolay Kim a826d113ee add custom request path quoter #182 2018-04-17 12:55:13 -07:00
Nikolay Kim 113f5ad1a8 add rustfmt config 2018-04-13 16:02:01 -07:00
Nikolay Kim 45dec8d0c0 optimize with and with2 method impls and tests 2018-03-28 21:33:40 -07:00
Nikolay Kim 90e3aaaf8a fix router cannot parse Non-ASCII characters in URL #137 2018-03-28 16:10:58 -07:00
Nikolay Kim 65700281e8 add support for multiple extractors 2018-03-28 14:24:32 -07:00