1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-12-16 21:26:34 +00:00

Commit graph

  • dff7618f35 rearrange exports Nikolay Kim 2017-12-07 16:40:29 -0800
  • 968f5d39d6 added external resources; refactor route recognizer Nikolay Kim 2017-12-07 16:22:26 -0800
  • 9e3aa59155 ignore tests Nikolay Kim 2017-12-07 10:23:14 -0800
  • 2a0d5db41a more tests Nikolay Kim 2017-12-06 18:39:13 -0800
  • 4b03d03404 rearrange exports Nikolay Kim 2017-12-06 17:06:40 -0800
  • 9ea0781aba fix test Nikolay Kim 2017-12-06 16:58:49 -0800
  • 63502fa833 test for Router::has_route Nikolay Kim 2017-12-06 16:40:23 -0800
  • a18bd5dac0 add doc ref Nikolay Kim 2017-12-06 16:34:54 -0800
  • 0dd27bd224 added HttpRequest::url_for Nikolay Kim 2017-12-06 16:26:27 -0800
  • 8d52e2bbd9 tests for default resource Nikolay Kim 2017-12-06 13:02:53 -0800
  • c63f058647 simplify application creation Nikolay Kim 2017-12-06 11:00:39 -0800
  • 87c7441f7d remove Applicaiton::route, resource is enough Nikolay Kim 2017-12-06 08:03:08 -0800
  • 04ded5ba68 hide pkcs Nikolay Kim 2017-12-06 07:49:01 -0800
  • 903b391e0a move ConnectionInfo to dev Nikolay Kim 2017-12-06 07:47:42 -0800
  • c2bfc091bd fix travis Nikolay Kim 2017-12-05 22:14:38 -0800
  • 20af8822fd cleanup Nikolay Kim 2017-12-05 21:53:00 -0800
  • d7e65b6212 add ConnectionInfo tests Nikolay Kim 2017-12-05 21:38:52 -0800
  • c3de32c3b3 added ConnectionInfo Nikolay Kim 2017-12-05 17:09:15 -0800
  • d8b880e167 work on resource_path api Nikolay Kim 2017-12-05 13:31:06 -0800
  • 3de43c2a46 update readme Nikolay Kim 2017-12-05 12:25:57 -0800
  • bd1e9abdd8 simple readme example Nikolay Kim 2017-12-05 11:50:09 -0800
  • 86d7290f9e update tests Nikolay Kim 2017-12-05 11:43:41 -0800
  • a83d9b24ae extrat elements of path pattern Nikolay Kim 2017-12-05 11:31:35 -0800
  • 3c9b6ea619 update guide Nikolay Kim 2017-12-04 20:38:38 -0800
  • fd6b243cd6 update examples Nikolay Kim 2017-12-04 16:32:31 -0800
  • 2950c90c77 doc fixes Nikolay Kim 2017-12-04 16:26:40 -0800
  • f4e9fc7b6a rename async to a Nikolay Kim 2017-12-04 16:09:22 -0800
  • e98972e93b exclude example from code coverage Nikolay Kim 2017-12-04 15:35:07 -0800
  • e332c1242f use Route for Applicaiton handlers Nikolay Kim 2017-12-04 14:53:40 -0800
  • f5d6179a34 renamed Route::handler to Route::f, added Route::h to register Handler Nikolay Kim 2017-12-04 14:07:53 -0800
  • 03f7d95d88 fix fmratting Nikolay Kim 2017-12-04 13:36:28 -0800
  • a163e75318 drop tail path pattern Nikolay Kim 2017-12-04 13:34:55 -0800
  • 3bf3738e65 introduce route predicates Nikolay Kim 2017-12-04 13:32:05 -0800
  • 57fd35ffc1 added default headers middleware Nikolay Kim 2017-12-03 20:47:15 -0800
  • d35be02587 cleanup Nikolay Kim 2017-12-03 20:09:46 -0800
  • 57c53bd2a0 add encoding section Nikolay Kim 2017-12-03 18:58:15 -0800
  • 319e9bbd05 added Json response support Nikolay Kim 2017-12-03 18:51:52 -0800
  • 5decff9154 added fs tests Nikolay Kim 2017-12-03 18:15:09 -0800
  • 69f0c098e3 check show_index Nikolay Kim 2017-12-03 16:58:31 -0800
  • 5abc46034a refactor static files Nikolay Kim 2017-12-03 16:57:25 -0800
  • 7c6faaa8e0 add Item and Error to FromRequest trait Nikolay Kim 2017-12-03 14:22:04 -0800
  • 6bc7d60f52 more default impls for FromRequest Nikolay Kim 2017-12-02 17:14:55 -0800
  • fb3185de94 rename module Nikolay Kim 2017-12-02 16:47:02 -0800
  • 61744b68a1 introduce custom FromRequest traint for conversion into Reply Nikolay Kim 2017-12-02 16:37:21 -0800
  • 187948ddd1 error response for io::Error Nikolay Kim 2017-12-02 14:58:22 -0800
  • 29a26b3236 code cleanup Nikolay Kim 2017-12-02 12:14:16 -0800
  • d0b9d9c1d6 content-encoding; try cargo tarpaulin Nikolay Kim 2017-12-02 11:41:20 -0800
  • 0fc01c48d1 return bad request for param parse error Nikolay Kim 2017-12-02 11:03:41 -0800
  • ebfd3ac275 tests for PathBuf::from_param Nikolay Kim 2017-12-02 10:43:14 -0800
  • d8f27e95a6 added FromParam trait for path segment conversions, FramParam impl for PathBuf Nikolay Kim 2017-12-02 10:17:15 -0800
  • d03d1207a8 add http2 section Nikolay Kim 2017-12-02 00:36:50 -0800
  • 8f33dec026 add logging doc section Nikolay Kim 2017-12-02 00:24:26 -0800
  • 0dae109172 missing files Nikolay Kim 2017-12-01 23:42:21 -0800
  • 1a5df7192e add multiple apps example Nikolay Kim 2017-12-01 23:32:15 -0800
  • 3ffd36eee2 some more guide Nikolay Kim 2017-12-01 23:06:15 -0800
  • c3a0a4457a add appl builder async method; add async handler section Nikolay Kim 2017-12-01 21:58:19 -0800
  • e6feec62a8 simplier examples Nikolay Kim 2017-12-01 21:31:38 -0800
  • f0c346f18c handler info Nikolay Kim 2017-12-01 21:29:22 -0800
  • 186726fbad tests for Completed state Nikolay Kim 2017-12-01 19:57:34 -0800
  • 97bed17fd2 test for completed pipeline state Nikolay Kim 2017-12-01 16:10:01 -0800
  • 47645626c4 refactor pipeline Nikolay Kim 2017-12-01 15:45:15 -0800
  • 9a1ba527c0 recognizer tests Nikolay Kim 2017-11-30 19:34:33 -0800
  • 3fcd5f6935 use http::Uri for uri parsing Nikolay Kim 2017-11-30 19:01:25 -0800
  • 7135c0163b simlify code Nikolay Kim 2017-11-30 18:27:27 -0800
  • f53f35f364 added tail pattern Nikolay Kim 2017-11-30 15:48:09 -0800
  • 07cc017320 make Task private Nikolay Kim 2017-11-30 15:13:56 -0800
  • 271a292ea5 no need to store disconnected state on task Nikolay Kim 2017-11-30 14:44:58 -0800
  • 6e138bf373 refactor streaming responses Nikolay Kim 2017-11-30 14:42:20 -0800
  • a0bca2d4cf fix typo Nikolay Kim 2017-11-30 07:42:02 -0800
  • 6c4fdf604b do not set content encoding header for upgraded connection Nikolay Kim 2017-11-29 19:40:27 -0800
  • e4f8551cba do not com press upgrade connection Nikolay Kim 2017-11-29 19:36:55 -0800
  • 559b1c50a3 do not encode payload less that 1024 bytes Nikolay Kim 2017-11-29 19:18:37 -0800
  • d2eae3d5b3 simplify Handler trait Nikolay Kim 2017-11-29 15:07:49 -0800
  • 27035c9454 fixes Nikolay Kim 2017-11-29 14:22:47 -0800
  • 991dd107b1 update ws doc Nikolay Kim 2017-11-29 14:12:27 -0800
  • ffb2e3c0ab update examples Nikolay Kim 2017-11-29 14:03:18 -0800
  • acc2fff655 export and simplify HttpHandler trait Nikolay Kim 2017-11-29 13:53:52 -0800
  • 427566b90d export Handler Nikolay Kim 2017-11-29 13:41:51 -0800
  • 16ceb741b8 refactor RouteHandler trait Nikolay Kim 2017-11-29 13:26:55 -0800
  • 6f833798c7 refactor http actor handling Nikolay Kim 2017-11-29 10:31:24 -0800
  • 6177d86d97 refactor handler rtype handling Nikolay Kim 2017-11-29 09:17:00 -0800
  • e9bfab8012 add deref for payload item Nikolay Kim 2017-11-28 19:51:39 -0800
  • afeecea05f refactor reply handling Nikolay Kim 2017-11-28 19:49:17 -0800
  • 6f5b58b691 more guide Nikolay Kim 2017-11-28 18:00:10 -0800
  • 987b275c3f add response test Nikolay Kim 2017-11-28 14:29:22 -0800
  • 932e751240 add status code helper method for http response Nikolay Kim 2017-11-28 14:23:42 -0800
  • 706e2a07de add helper converters into response Nikolay Kim 2017-11-28 13:52:53 -0800
  • a3022e6d88 some overview text for guide Nikolay Kim 2017-11-28 12:44:59 -0800
  • b55d69b4c2 better handler result handling Nikolay Kim 2017-11-28 12:42:53 -0800
  • 0bd8725426 make resource handler result more generic Nikolay Kim 2017-11-28 12:28:51 -0800
  • ac3fe30d19 use git master for examples Nikolay Kim 2017-11-28 10:27:58 -0800
  • 88eb6bc6a2 build mdbook Nikolay Kim 2017-11-28 09:57:27 -0800
  • 91cefa8e2f use precompiled mdbook Nikolay Kim 2017-11-28 09:40:22 -0800
  • 26413d1d61 add link to guide Nikolay Kim 2017-11-27 19:56:14 -0800
  • 06f9b7b52f fix travis config Nikolay Kim 2017-11-27 16:49:25 -0800
  • 599f3c26e0 start working on guide Nikolay Kim 2017-11-27 16:41:37 -0800
  • b5a4f6f855 hellper method for json body Nikolay Kim 2017-11-27 10:39:47 -0800
  • 42716d3252 update tests Nikolay Kim 2017-11-26 22:59:04 -0800
  • 170d3163f3 better export naming Nikolay Kim 2017-11-26 22:53:28 -0800
  • 0519056199 consistent naming Nikolay Kim 2017-11-26 22:31:29 -0800