1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 23:51:06 +01:00

Commit Graph

  • 55204c829c update tests Nikolay Kim 2017-12-13 08:00:25 -0800
  • 2e83c5924d cleanup and optimize some code Nikolay Kim 2017-12-12 21:32:58 -0800
  • ab6efd2421 handle http connections in different threads Nikolay Kim 2017-12-12 17:21:00 -0800
  • 55818028cb state does not need to be Send Nikolay Kim 2017-12-12 08:51:16 -0800
  • e9aa67b75d http server accepts factory of HttpHandlers Nikolay Kim 2017-12-12 07:40:36 -0800
  • b9da09ddf0 update readme Nikolay Kim 2017-12-11 19:17:37 -0800
  • d7efbb516d fix guide tests Nikolay Kim 2017-12-11 19:16:45 -0800
  • 6e3f598c50 fix guide page Nikolay Kim 2017-12-11 16:50:51 -0800
  • 007b7ce62f unify route not found handling Nikolay Kim 2017-12-11 16:26:51 -0800
  • b1ae7f95cc update readme example Nikolay Kim 2017-12-11 15:57:37 -0800
  • 96381f5d6a fix doc Nikolay Kim 2017-12-11 14:27:09 -0800
  • 0f75d066f2 simplify Application creation; update url dispatch guide section Nikolay Kim 2017-12-11 14:16:29 -0800
  • caca907c23 update guide Nikolay Kim 2017-12-09 14:06:22 -0800
  • c5490a851c add guid for path normalization Nikolay Kim 2017-12-09 13:58:24 -0800
  • 0388a464ba tests for NormalizePath Nikolay Kim 2017-12-09 13:25:06 -0800
  • 71bbe2a5dd update doc string for NormalizePath Nikolay Kim 2017-12-09 11:55:55 -0800
  • 7addd2800d add NormalizePath handler Nikolay Kim 2017-12-09 11:39:13 -0800
  • 273de2260d refactor pipeline Nikolay Kim 2017-12-09 05:54:04 -0800
  • b98ab2eebe use trait instead of pipeline Nikolay Kim 2017-12-09 04:33:40 -0800
  • 4a40b026a4 more error wrappers Nikolay Kim 2017-12-08 15:52:46 -0800
  • a44f71d8c2 make ErrorBadRequest type useful Nikolay Kim 2017-12-08 15:25:37 -0800
  • 9043e7286d tests for default predicates Nikolay Kim 2017-12-08 12:51:44 -0800
  • 3e91b06241 fix static files Nikolay Kim 2017-12-08 12:29:28 -0800
  • 774bfc0a86 use server settings for scheme and host values Nikolay Kim 2017-12-08 09:48:53 -0800
  • 1293619096 set server settings to HttpHandler Nikolay Kim 2017-12-08 09:24:05 -0800
  • 2192d14eff added ServerSettings Nikolay Kim 2017-12-07 22:54:44 -0800
  • b71ddf7b4c pass local addr to channel; use bitflags Nikolay Kim 2017-12-07 21:52:46 -0800
  • 3f06439d3e update examples Nikolay Kim 2017-12-07 18:08:16 -0800
  • d595dd850e load cookies automatically Nikolay Kim 2017-12-07 18:00:20 -0800
  • 0abb3863dc simplify api Nikolay Kim 2017-12-07 17:38:18 -0800
  • 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