1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-05-23 13:33:19 +02:00

Commit Graph

  • 0fc01c48d1 return bad request for param parse error Nikolay Kim 2017-12-02 11:03:41 -08:00
  • ebfd3ac275 tests for PathBuf::from_param Nikolay Kim 2017-12-02 10:43:14 -08:00
  • d8f27e95a6 added FromParam trait for path segment conversions, FramParam impl for PathBuf Nikolay Kim 2017-12-02 10:17:15 -08:00
  • d03d1207a8 add http2 section Nikolay Kim 2017-12-02 00:36:50 -08:00
  • 8f33dec026 add logging doc section Nikolay Kim 2017-12-02 00:24:26 -08:00
  • 0dae109172 missing files Nikolay Kim 2017-12-01 23:42:21 -08:00
  • 1a5df7192e add multiple apps example Nikolay Kim 2017-12-01 23:32:15 -08:00
  • 3ffd36eee2 some more guide Nikolay Kim 2017-12-01 23:06:15 -08:00
  • c3a0a4457a add appl builder async method; add async handler section Nikolay Kim 2017-12-01 21:58:19 -08:00
  • e6feec62a8 simplier examples Nikolay Kim 2017-12-01 21:31:38 -08:00
  • f0c346f18c handler info Nikolay Kim 2017-12-01 21:29:22 -08:00
  • 186726fbad tests for Completed state Nikolay Kim 2017-12-01 19:57:34 -08:00
  • 97bed17fd2 test for completed pipeline state Nikolay Kim 2017-12-01 16:10:01 -08:00
  • 47645626c4 refactor pipeline Nikolay Kim 2017-12-01 15:45:15 -08:00
  • 9a1ba527c0 recognizer tests Nikolay Kim 2017-11-30 19:34:33 -08:00
  • 3fcd5f6935 use http::Uri for uri parsing Nikolay Kim 2017-11-30 19:01:25 -08:00
  • 7135c0163b simlify code Nikolay Kim 2017-11-30 18:27:27 -08:00
  • f53f35f364 added tail pattern Nikolay Kim 2017-11-30 15:48:09 -08:00
  • 07cc017320 make Task private Nikolay Kim 2017-11-30 15:13:56 -08:00
  • 271a292ea5 no need to store disconnected state on task Nikolay Kim 2017-11-30 14:44:58 -08:00
  • 6e138bf373 refactor streaming responses Nikolay Kim 2017-11-30 14:42:20 -08:00
  • a0bca2d4cf fix typo Nikolay Kim 2017-11-30 07:42:02 -08:00
  • 6c4fdf604b do not set content encoding header for upgraded connection Nikolay Kim 2017-11-29 19:40:27 -08:00
  • e4f8551cba do not com press upgrade connection Nikolay Kim 2017-11-29 19:36:55 -08:00
  • 559b1c50a3 do not encode payload less that 1024 bytes Nikolay Kim 2017-11-29 19:18:37 -08:00
  • d2eae3d5b3 simplify Handler trait Nikolay Kim 2017-11-29 15:07:49 -08:00
  • 27035c9454 fixes Nikolay Kim 2017-11-29 14:22:47 -08:00
  • 991dd107b1 update ws doc Nikolay Kim 2017-11-29 14:12:27 -08:00
  • ffb2e3c0ab update examples Nikolay Kim 2017-11-29 14:03:18 -08:00
  • acc2fff655 export and simplify HttpHandler trait Nikolay Kim 2017-11-29 13:53:52 -08:00
  • 427566b90d export Handler Nikolay Kim 2017-11-29 13:41:51 -08:00
  • 16ceb741b8 refactor RouteHandler trait Nikolay Kim 2017-11-29 13:26:55 -08:00
  • 6f833798c7 refactor http actor handling Nikolay Kim 2017-11-29 10:31:24 -08:00
  • 6177d86d97 refactor handler rtype handling Nikolay Kim 2017-11-29 09:17:00 -08:00
  • e9bfab8012 add deref for payload item Nikolay Kim 2017-11-28 19:51:39 -08:00
  • afeecea05f refactor reply handling Nikolay Kim 2017-11-28 19:49:17 -08:00
  • 6f5b58b691 more guide Nikolay Kim 2017-11-28 18:00:10 -08:00
  • 987b275c3f add response test Nikolay Kim 2017-11-28 14:29:22 -08:00
  • 932e751240 add status code helper method for http response Nikolay Kim 2017-11-28 14:23:42 -08:00
  • 706e2a07de add helper converters into response Nikolay Kim 2017-11-28 13:52:53 -08:00
  • a3022e6d88 some overview text for guide Nikolay Kim 2017-11-28 12:44:59 -08:00
  • b55d69b4c2 better handler result handling Nikolay Kim 2017-11-28 12:42:53 -08:00
  • 0bd8725426 make resource handler result more generic Nikolay Kim 2017-11-28 12:28:51 -08:00
  • ac3fe30d19 use git master for examples Nikolay Kim 2017-11-28 10:27:58 -08:00
  • 88eb6bc6a2 build mdbook Nikolay Kim 2017-11-28 09:57:27 -08:00
  • 91cefa8e2f use precompiled mdbook Nikolay Kim 2017-11-28 09:40:22 -08:00
  • 26413d1d61 add link to guide Nikolay Kim 2017-11-27 19:56:14 -08:00
  • 06f9b7b52f fix travis config Nikolay Kim 2017-11-27 16:49:25 -08:00
  • 599f3c26e0 start working on guide Nikolay Kim 2017-11-27 16:41:37 -08:00
  • b5a4f6f855 hellper method for json body Nikolay Kim 2017-11-27 10:39:47 -08:00
  • 42716d3252 update tests Nikolay Kim 2017-11-26 22:59:04 -08:00
  • 170d3163f3 better export naming Nikolay Kim 2017-11-26 22:53:28 -08:00
  • 0519056199 consistent naming Nikolay Kim 2017-11-26 22:31:29 -08:00
  • 45433f71e5 impl Default trait for HttpRequest Nikolay Kim 2017-11-26 22:20:28 -08:00
  • b62b303fdb remove unneeded directives Nikolay Kim 2017-11-26 22:11:51 -08:00
  • 8e80fed2af added urlencoded errors Nikolay Kim 2017-11-26 22:00:25 -08:00
  • fdafb0c848 simplify middleware api; fix examples Nikolay Kim 2017-11-26 21:47:33 -08:00
  • 5a3b6638a7 move state to request object Nikolay Kim 2017-11-26 21:18:38 -08:00
  • 8e0a7f44d4 pass request by value Nikolay Kim 2017-11-26 20:32:12 -08:00
  • eb7f48a1c6 include payload into request Nikolay Kim 2017-11-26 19:00:57 -08:00
  • 32483735ba cookie session implementation Nikolay Kim 2017-11-26 17:30:35 -08:00
  • 53ce186294 cleanup pipeline Nikolay Kim 2017-11-25 12:05:27 -08:00
  • 37c1e78c7a added helper Task::error method Nikolay Kim 2017-11-25 10:52:43 -08:00
  • 45ecb87eab allow middlware error result Nikolay Kim 2017-11-25 10:24:45 -08:00
  • 54bbc98343 cookie session prototype Nikolay Kim 2017-11-25 09:52:32 -08:00
  • f4972150cc better middleware error handling Nikolay Kim 2017-11-25 09:40:57 -08:00
  • 1fc64bc83d better pipeline error handling Nikolay Kim 2017-11-25 09:28:25 -08:00
  • 64ade803f9 store error for error response Nikolay Kim 2017-11-25 09:03:44 -08:00
  • 940bc08aba remove unused imports Nikolay Kim 2017-11-24 22:19:06 -08:00
  • 7569036dd4 refactor request pipeline Nikolay Kim 2017-11-24 22:15:52 -08:00
  • 59b8214685 better nightly detection Nikolay Kim 2017-11-24 10:28:43 -08:00
  • f33c489154 added default ErrorResponse for std::error::Error Nikolay Kim 2017-11-24 10:03:13 -08:00
  • 5529ea0428 better logger format test Nikolay Kim 2017-11-23 16:53:02 -08:00
  • 39a20fb95d use env_logger for logger tests Nikolay Kim 2017-11-23 15:48:59 -08:00
  • 155a636487 more logger tests Nikolay Kim 2017-11-23 15:37:11 -08:00
  • e571587a8c refactor logger middleware Nikolay Kim 2017-11-23 15:17:16 -08:00
  • 5945035fc3 better method name Nikolay Kim 2017-11-19 18:55:37 -10:00
  • 766e243c63 more Body tests Nikolay Kim 2017-11-19 18:32:37 -10:00
  • 83862dfbb4 update payload tests Nikolay Kim 2017-11-19 18:26:05 -10:00
  • c44e4ad100 expect error tests Nikolay Kim 2017-11-19 18:02:31 -10:00
  • 1a0e87ac3c add tests for errors Nikolay Kim 2017-11-19 17:58:47 -10:00
  • 72edd75eab add custom ExceptError Nikolay Kim 2017-11-19 17:51:14 -10:00
  • 78d8d21196 cleanup error Nikolay Kim 2017-11-19 17:26:31 -10:00
  • fd3dcdf0f6 use failure from crates Nikolay Kim 2017-11-18 06:50:56 -10:00
  • a87784ba15 use Result intead of HandlerResult Nikolay Kim 2017-11-18 06:50:07 -10:00
  • c800bf55f5 update tests Nikolay Kim 2017-11-15 20:28:02 -10:00
  • 0143e18fe9 fix extern crate Nikolay Kim 2017-11-15 20:09:37 -10:00
  • de71ad7de4 refactor error handling Nikolay Kim 2017-11-15 20:06:28 -10:00
  • c565965865 rename BinaryBody Nikolay Kim 2017-11-10 13:42:32 -08:00
  • f2520d2d79 update logger doc Nikolay Kim 2017-11-10 13:34:16 -08:00
  • be3a1ab770 use remote addr in logger if available Nikolay Kim 2017-11-10 13:26:12 -08:00
  • f369d9af0e make remote addr available to http request Nikolay Kim 2017-11-10 13:08:15 -08:00
  • 265628750c refactor logger middleware Nikolay Kim 2017-11-10 12:29:54 -08:00
  • 657efb8cce fix readme Nikolay Kim 2017-11-09 22:18:59 -08:00
  • 40c1d3b711 refactor middlewares Nikolay Kim 2017-11-09 22:08:54 -08:00
  • 51cd08ef57 store cookies load state Nikolay Kim 2017-11-08 21:01:56 -08:00
  • 2a319d733f enable secure cookies Nikolay Kim 2017-11-08 20:57:59 -08:00
  • 519a9e64f8 cleanup tls example Nikolay Kim 2017-11-08 20:29:48 -08:00
  • 4d575c6269 update readme Nikolay Kim 2017-11-08 20:25:14 -08:00
  • e9fe2ba740 use bytes::Writer Nikolay Kim 2017-11-08 20:08:16 -08:00