1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-03-18 11:12:23 +01:00

Commit Graph

  • 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
  • 7565ed8e06 use higher pripority for br Nikolay Kim 2017-11-08 19:42:13 -08:00
  • 02fb424659 add custom Debug impl for HttpResponse Nikolay Kim 2017-11-08 19:31:25 -08:00
  • 1392b2b171
    Update README.md Nikolay Kim 2017-11-08 16:48:20 -08:00
  • e558414867 add response content encoding Nikolay Kim 2017-11-08 16:44:23 -08:00
  • 76b8104f52 use version in readme Nikolay Kim 2017-11-07 16:09:37 -08:00
  • 2eb3ad0de3 better name Nikolay Kim 2017-11-07 16:08:10 -08:00
  • 6974213036 use new brotli2 version Nikolay Kim 2017-11-07 15:59:37 -08:00
  • 72c8ad9fe1 fix appveyor config for gnu target Nikolay Kim 2017-11-07 09:37:50 -08:00
  • a65fd695e1 refactor content encoding Nikolay Kim 2017-11-06 16:23:58 -08:00
  • 994d0afd80 allow to set/change responses content encoding Nikolay Kim 2017-11-06 14:56:38 -08:00
  • 2379bcbf39 added content-encoding support to h2 Nikolay Kim 2017-11-06 09:35:52 -08:00
  • bddd8e9c2e better deflate decoding Nikolay Kim 2017-11-06 09:24:19 -08:00
  • c2978a6eea add content encoding decompression Nikolay Kim 2017-11-06 01:24:49 -08:00
  • b467ddf970 test with alpn feature Nikolay Kim 2017-11-04 13:57:19 -07:00
  • 3f649b8e07 fix name Nikolay Kim 2017-11-04 14:07:15 -07:00
  • e9e247217a update readme Nikolay Kim 2017-11-04 13:49:51 -07:00
  • f23974cfb5 update readme Nikolay Kim 2017-11-04 13:49:05 -07:00
  • 53868a88fa add keep-alive for h2 connection Nikolay Kim 2017-11-04 13:24:57 -07:00