1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-10-21 17:33:59 +00:00
Commit graph

186 commits

Author SHA1 Message Date
memoryruins
2a543001e0 Tweaks to the URL Dispatch chapter. 2018-04-05 22:12:20 -04:00
memoryruins
0f86c596fa Tweaks to Errors chapter. 2018-04-05 21:54:39 -04:00
memoryruins
961edfd21a Tweaks to the Handler chapter. 2018-04-05 21:30:52 -04:00
memoryruins
7f0de705a3 Tweaks to Server chapter. 2018-04-05 20:55:19 -04:00
memoryruins
c2ad65a61d Various tweaks to Application chapter. 2018-04-05 19:43:17 -04:00
memoryruins
3c93e0c654 Add newline for reading source. 2018-04-05 19:25:41 -04:00
memoryruins
a0f1ff7eb3 Add src directory to main.rs and list on first codeblock. 2018-04-05 19:21:29 -04:00
memoryruins
9f45cfe492 Expand note about actix. 2018-04-05 19:12:23 -04:00
memoryruins
46e6641528 Add repository hyperlink and trim repeat. 2018-04-05 18:46:36 -04:00
memoryruins
a3f124685a Remove redundant quickstart paragraph. 2018-04-05 18:32:04 -04:00
Nikolay Kim
476b1fb36a simplify DefaultHeaders middleware 2018-04-02 21:43:50 -07:00
Nikolay Kim
3b93bff602 add ErrorHandlers middleware 2018-04-02 21:37:00 -07:00
Nikolay Kim
d292c5023f add String and Bytes extractor 2018-04-02 16:19:18 -07:00
Nikolay Kim
ef6f310060 update urlencoded example in guide 2018-04-02 15:08:49 -07:00
Nikolay Kim
16c212f853 add extractors info to guide 2018-03-31 09:18:25 -07:00
Nikolay Kim
3ee228005d rename Application 2018-03-31 00:16:55 -07:00
Nikolay Kim
44e3df82f6 simplify http response construction; deprecate httpcodes 2018-03-30 23:07:33 -07:00
Nikolay Kim
9e751de707 re-arrange modules and exports 2018-03-30 17:31:18 -07:00
Nikolay Kim
d80b84c915 add test builder guide information 2018-03-29 19:23:45 -07:00
Nikolay Kim
dfd8f1058e move NormalizePath type to separate module 2018-03-29 11:39:21 -07:00
Nikolay Kim
f5636f321b drop deprecated code 2018-03-29 11:06:44 -07:00
Nikolay Kim
32052c2750 update guide 2018-03-29 10:01:07 -07:00
Benjamin Wasty
368103dd09 guide: improve wording & style 2018-03-28 22:16:01 +02:00
Nikolay Kim
29a0feb415 fix guide example 2018-03-27 07:47:29 -07:00
Nikolay Kim
b03c7051ff add extractor info to the guide 2018-03-26 18:35:08 -07:00
Nikolay Kim
8fff2c7595 remove Path and Query from public api 2018-03-26 18:18:38 -07:00
Alexander Andreev
2d80c5053d spelling check 2018-03-24 09:35:52 +03:00
Nikolay Kim
1107fdec9d fix guide 2018-03-21 21:02:57 -07:00
Nikolay Kim
04515e4697 update guide 2018-03-21 21:02:04 -07:00
Nikolay Kim
a4c933e56e update doc string 2018-03-11 09:36:54 -07:00
Nikolay Kim
9ddf5a3550 better doc string for Either 2018-03-11 09:28:22 -07:00
Nikolay Kim
ac9eba8261 add api doc for Either 2018-03-10 10:12:44 -08:00
messense
9a404a0c03
Impl From<usize> and From<Option<usize>> for KeepAlive 2018-03-10 17:52:50 +08:00
Nikolay Kim
3dd8fdf450 fix guide 2018-03-09 21:40:51 -08:00
Nikolay Kim
7eb310f8ce fix guide 2018-03-06 00:44:45 -08:00
flip111
5b530f11b5
Update qs_14.md
fix missing semicolon
2018-03-06 01:46:16 +01:00
flip111
67f5a949a4
Update qs_14.md
fix syntax error on use statement
2018-03-06 01:35:41 +01:00
Nikolay Kim
3b2928a391 Better naming for websockets implementation 2018-03-02 11:29:55 -08:00
Nikolay Kim
206c4e581a rename httpcodes 2018-03-01 19:12:59 -08:00
Nikolay Kim
4e13505b92 rename .p to a .filter 2018-03-01 18:42:50 -08:00
Nikolay Kim
b339ea0a3a update versions in guide 2018-02-27 23:31:43 -08:00
Nikolay Kim
6c480fae90 added HttpRequest::encoding() method; fix urlencoded parsing with charset 2018-02-27 11:31:54 -08:00
Nikolay Kim
5dcb558f50 refactor websockets handling 2018-02-27 10:09:24 -08:00
Nikolay Kim
0ab8bc11f3 fix guide example 2018-02-26 16:41:57 -08:00
Nikolay Kim
d6fd4a3524 use buffer capacity; remove unused imports 2018-02-26 15:34:25 -08:00
Nikolay Kim
56ae565688 fix guide examples 2018-02-26 08:02:58 -08:00
Nikolay Kim
a2b98b31e8 refactor payload related futures for HttpRequest 2018-02-25 20:34:26 +03:00
pyros2097
3a3657cfaf
Update qs_9.md 2018-02-23 12:39:19 +05:30
Nikolay Kim
4a07430e8e remove RegexSet mention 2018-02-21 22:04:59 -08:00
Nikolay Kim
9a076c69d1 update route matching guide section 2018-02-21 22:00:22 -08:00