1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-07-03 20:45:46 +00:00
Commit graph

25 commits

Author SHA1 Message Date
François c386353337 decode reserved characters when extracting path with configuration (#577)
* decode reserved characters when extracting path with configuration

* remove useless clone

* add a method to get decoded parameter by name
2018-11-24 16:54:11 +03:00
Nikolay Kim cf54be2f17 hide new server api 2018-08-23 09:39:11 -07:00
Nikolay Kim eb1e9a785f allow to use fn with multiple arguments with .with()/.with_async() 2018-08-16 20:29:06 -07:00
Nikolay Kim 7138bb2f29 update migration 2018-07-21 01:00:50 -07:00
Nikolay Kim 62ba01fc15 update changes 2018-07-06 15:00:14 +06:00
Nikolay Kim 3de9284592 Handler::handle uses &self instead of mutabble reference 2018-06-21 17:07:54 +06:00
Nikolay Kim 0093b7ea5a refactor extractor configuration #331 2018-06-21 11:47:01 +06:00
Nikolay Kim 70244c29e0 update doc api examples 2018-06-17 04:09:07 +06:00
Nikolay Kim 9dd66dfc22 better name for error 2018-06-10 10:24:34 -07:00
Nikolay Kim 593a66324f update changelog 2018-06-02 11:45:37 -07:00
Nikolay Kim 8d905c8504 add links to migration 2018-06-02 09:28:32 -07:00
Nikolay Kim 33326ea41b fix layout 2018-06-02 09:25:11 -07:00
Nikolay Kim 0457fe4d61 add System changes to migration guide 2018-06-02 09:19:13 -07:00
Nikolay Kim 0ff5f5f448 update migration 2018-06-02 09:01:51 -07:00
Nikolay Kim ef89430f9b undeprecate query() and store query in extensions 2018-05-15 09:53:58 -07:00
Nikolay Kim 7c4941f868 update migration doc 2018-05-08 18:48:09 -07:00
Nikolay Kim b3cc43bb9b Fix connector's default keep-alive and lifetime settings #212 2018-05-08 13:41:04 -07:00
Nikolay Kim bd6e18b7fe update migration doc 2018-05-04 13:38:17 -07:00
Nikolay Kim a38acb41e5 better query example 2018-05-02 06:30:06 -07:00
Nikolay Kim 31e23d4ab1 add query deprecation info 2018-05-02 06:28:38 -07:00
Nikolay Kim 8d65468c58 refactor FromRequest trait 2018-05-01 17:19:15 -07:00
Nikolay Kim 195246573e rename threads to workers 2018-05-01 13:15:35 -07:00
Nikolay Kim d9a4fadaae make HttpRequest::extensions() readonly 2018-05-01 09:05:50 -07:00
Nikolay Kim d43ca96c5c Allow to use ssl and non-ssl connections with the same HttpServer #206 2018-04-30 19:51:55 -07:00
Nikolay Kim c5b9bed478 update changes 2018-04-26 08:01:08 -07:00
Renamed from MIGRATION-0.4-0.5.md (Browse further)