1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-08-01 18:25:04 +00:00
Commit graph

207 commits

Author SHA1 Message Date
Nikolay Kim 48e7013997 update guide examples 2018-04-09 07:57:50 -07:00
Nikolay Kim fffaf2bb2d App::route method 2018-04-06 21:18:42 -07:00
Nikolay Kim 7becb95a97 fix guide example 2018-04-06 20:24:49 -07:00
Nikolay Kim 542315ce7f simplify StaticFiles 2018-04-06 19:34:55 -07:00
memoryruins 18b706d4fb Guide: tweak to websocket and testing. 2018-04-06 19:44:52 -04:00
memoryruins 94b41fd484 Guide: tweak to database integration. 2018-04-06 19:42:18 -04:00
memoryruins 3a80cb7bf3 Guide: tweak to http/2. 2018-04-06 19:37:14 -04:00
memoryruins e4a85a53f4 Guide: additional tweaks to Middleware. 2018-04-06 19:35:11 -04:00
memoryruins 1a45dbd768 Guide: additional tweak to testing chapter. 2018-04-06 19:26:07 -04:00
memoryruins 7cff5d9ade Guide: additional tweaks to request and response chapter. 2018-04-06 19:17:03 -04:00
memoryruins c04e0fdec4 Merge branch 'master' into guide 2018-04-06 19:04:50 -04:00
memoryruins 0f0fe5f148 Guide: updates to the Database integration chapter. 2018-04-06 19:02:11 -04:00
memoryruins e7f9f5b46d Guide: updates to HTTP/2 chapter. 2018-04-06 18:46:56 -04:00
memoryruins c3fbba2678 Guide: updates to static file handling chapter. 2018-04-06 18:40:57 -04:00
memoryruins a88e97edba Guide: updates to Middleware chapter. 2018-04-06 18:29:18 -04:00
memoryruins 1f08100f6f Guide: updates to the WebSockets chapter. 2018-04-06 18:04:42 -04:00
memoryruins ab60ec6e1d Guide: updates to the Testing chapter. 2018-04-06 18:03:30 -04:00
memoryruins 0fbd05009d Guide: tweaks to the request and response chapter. 2018-04-06 17:31:18 -04:00
Nikolay Kim fdb7419e24 use actix-web from master 2018-04-06 14:11:04 -07:00
memoryruins 5d8cbccfe9 Remove article. 2018-04-06 15:12:06 -04:00
Nikolay Kim 2dafd9c681 do not re-export HttpServer from server module 2018-04-06 08:40:11 -07:00
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