1
0
mirror of https://github.com/actix/actix-website synced 2024-11-24 00:41:07 +01:00
Commit Graph

18 Commits

Author SHA1 Message Date
Rob Ede
cdbb5dd2b2
use Bytes re-export
closes #202
2020-11-27 01:10:05 +00:00
Rob Ede
4d8d53cea5
v3 (#188) 2020-09-12 16:21:54 +01:00
Chris Morin
c8495075e9
Update extractors.md 2020-05-24 23:51:38 -07:00
Nikolay Kim
b8e2a2310c update extractors 2020-01-02 18:33:33 +06:00
Yuki Okushi
f8e3430d1a Point to v2 docs 2019-12-29 00:38:07 +09:00
Cameron Dershem
b9c78c1a58 All links in markdown are now footnotes for easier updating. 2019-06-24 23:36:32 -04:00
Cameron Dershem
339ac43814 Fixes missed example and config for extractors. 2019-06-20 04:26:34 -04:00
Cameron Dershem
c4c32091a6 extractors: done-ish. 2019-06-20 04:20:12 -04:00
Cameron Dershem
f922e8fb96 First pass at Extractors. 2019-06-16 23:17:17 -04:00
Nikolay Kim
4a41b92cc7 update user guide 2018-07-21 05:40:42 -07:00
Hung-I Wang
51265305a6 Fix two typos in Basics/{Server, Extractors}. 2018-06-28 08:24:48 +08:00
Nikolay Kim
790afd3fb7 use tuple for multiple extractors 2018-06-02 08:31:38 -07:00
Nikolay Kim
259a2ac6f1 use tuple 2018-06-01 10:53:53 -07:00
Nikolay Kim
0b003828b3
Merge pull request #15 from hellp/patch-1
Improve extractor examples
2018-06-01 08:56:35 -07:00
Matthias Endler
b96f63841b
Fix some typos and change wording 2018-06-01 17:11:25 +02:00
Fabian Neumann
1019dd2fb4
Improve extractor examples
To use `SomeType::extract(&req)` it should be mentioned at least once that `use actix_web::FromRequest` is required. Also extract takes `HttpRequest` by reference.
2018-05-28 20:55:13 +02:00
dowwie
f7bf9e21a8 added section on accessing Extractors 2018-05-25 15:51:16 -04:00
Armin Ronacher
be2e12d2d2 Update website 2018-05-22 23:15:08 +02:00