Commit Graph

  • e50be58fdb move codec to separate crate Nikolay Kim 2018-12-09 15:19:25 -0800
  • 3288b7648d update changes service-v0.1.1 ser Nikolay Kim 2018-12-09 10:16:35 -0800
  • 43e14818c4 migrate to actix-service crate Nikolay Kim 2018-12-09 10:15:49 -0800
  • a60bf691d5 add Service impl for Box<S> Nikolay Kim 2018-12-09 10:14:08 -0800
  • 5f37d85f9b move service to separate crate service-v0.1.0 Nikolay Kim 2018-12-09 09:56:23 -0800
  • ee02203ba5 fix docs Akos Vandra 2018-12-09 00:32:07 +0100
  • 5bbb05ecd2 fix AsyncResult::async vs AsyncResult::future Akos Vandra 2018-12-08 19:52:44 +0100
  • de034e4dd0
    Merge branch 'master' into feat/either-extractor Akos Vandra 2018-12-08 19:46:59 +0100
  • 7a53cb4042 add either extractor Akos Vandra 2018-12-08 19:38:52 +0100
  • 580dcb8d6f Static Files refactoring (#604) Douman 2018-11-28 19:15:18 +0300
  • 9f4d48f7a1 update tests Nikolay Kim 2018-12-06 15:03:01 -0800
  • e8aa73a44b update tests Nikolay Kim 2018-12-06 14:53:55 -0800
  • e9121025b7 convert to 2018 edition Nikolay Kim 2018-12-06 14:32:52 -0800
  • 8fe7ce533c convert to edition 2018 Nikolay Kim 2018-12-06 14:04:42 -0800
  • 42a4679635 use FnMut for apply combinator Nikolay Kim 2018-12-05 17:43:31 -0800
  • ac9fc662c6 Bump version to 0.7.15 0.7.15 Douman 2018-12-05 18:27:06 +0300
  • 0745a1a9f8 Remove usage of upcoming keyword async Douman 2018-12-05 03:07:59 -0500
  • 493cd841f0 Remove usage of upcoming keyword async Douman 2018-12-05 03:07:59 -0500
  • b1635bc0e6 Update some dependencies (#612) silwol 2018-12-04 07:58:22 +0100
  • 36a15efeac do not export cell Nikolay Kim 2018-12-03 17:46:25 -0800
  • 5937a06ebe export cell Nikolay Kim 2018-12-03 13:49:46 -0800
  • 9f04e83461 Update env_logger to 0.6 Wolfgang Silbermayr 2018-12-03 19:29:17 +0100
  • 3d029e462f Update parking_lot to 0.7 Wolfgang Silbermayr 2018-12-03 19:21:28 +0100
  • c31e950309 Update rand to 0.6 Wolfgang Silbermayr 2018-12-03 19:19:16 +0100
  • 08c7743bb8 Add set_mailbox_capacity() function Kelly Thomas Kline 2018-11-15 18:59:36 -0800
  • 68c5d6e6d6 impl `From<Cow<'static, [u8]>>` for `Binary` (#611) vemoo 2018-12-02 06:32:55 +0100
  • f17a16a1a0 added `From<Cow<'static, str>>` and tests Bernardo 2018-12-01 16:33:54 +0100
  • f87ffa6016 impl `From` for `Cow<'static, [u8]>` for `Binary` Bernardo 2018-12-01 16:00:45 +0100
  • c0f8bc9e90 fix ssl support Nikolay Kim 2018-11-30 16:04:33 -0800
  • 5003c00efb use new Service and NewService traits Nikolay Kim 2018-11-30 11:57:57 -0800
  • a16ad6b2cd cleanup clonable service Nikolay Kim 2018-11-30 11:55:30 -0800
  • 8108f19580 update tests Nikolay Kim 2018-11-29 17:17:02 -1000
  • 1b1ae01b5a migrate to new Service<Request> trait Nikolay Kim 2018-11-29 16:56:15 -1000
  • d269904fbf add cause for nested errors Nikolay Kim 2018-11-28 09:10:13 -1000
  • 06387fc778 display parse error for ws client errors Nikolay Kim 2018-11-28 09:02:31 -1000
  • 1da065fb7d Prepare change log Douman 2018-11-28 17:06:30 +0300
  • 617b8557e1
    Merge pull request #9 from alishir/new-example Nikolay Kim 2018-11-27 20:17:32 -1000
  • 4028f6f6fd http crate removed, cargo fmt Ali Shirvani 2018-11-28 09:42:04 +0330
  • 397804a786 echo example with `impl Future` Ali Shirvani 2018-11-28 09:15:08 +0330
  • 91b66de6be Move default handler to static files config Douman 2018-11-27 23:04:23 +0300
  • df42fbf304 Migrate most configuration options to StaticFilesConfig Douman 2018-11-27 22:48:23 +0300
  • 6563c9d21f Return index file instead of redirect Douman 2018-11-27 22:13:24 +0300
  • 756bf0af58
    Merge pull request #5 from alishir/echo-example Nikolay Kim 2018-11-25 20:50:17 -1000
  • f1bfdc7395 Merge branch 'master' of https://github.com/fafhrd91/actix-http Nikolay Kim 2018-11-25 20:14:58 -1000
  • 9c038ee189 allow to use Uri for client request Nikolay Kim 2018-11-25 20:14:42 -1000
  • ca1b460924
    comments aligned. Ali Shirvani 2018-11-25 05:48:33 +0330
  • c386353337 decode reserved characters when extracting path with configuration (#577) François 2018-11-24 14:54:11 +0100
  • 7a97de3a1e update readme. Ali Shirvani 2018-11-24 17:17:34 +0330
  • d5b2640342 add framed_hello.rs Ali Shirvani 2018-11-24 17:08:17 +0330
  • c3c2286e3a An other hello word example and update sample in README.md Ali Shirvani 2018-11-24 17:07:30 +0330
  • 39459b6ca1 add a method to get decoded parameter by name François Mockers 2018-11-19 08:51:50 +0100
  • 76d1a2d695 remove useless clone François Mockers 2018-11-19 08:40:51 +0100
  • 0b201dfd77 update version number François Mockers 2018-11-18 09:39:36 +0100
  • 715e9f945c add change and migration description François Mockers 2018-11-10 03:30:04 +0100
  • 1875ad7351 adding tests François Mockers 2018-11-06 01:41:04 +0100
  • 47d6d171dc improve comments François Mockers 2018-11-06 01:17:36 +0100
  • fa6477012d remove dead code François Mockers 2018-11-06 01:13:27 +0100
  • 40c1547de6 reuse percent decoder in macro François Mockers 2018-11-06 00:52:56 +0100
  • 6ea98363be add missing reserved and extra characters François Mockers 2018-11-04 22:28:46 +0100
  • 0602c2e065 decode reserved characters when extracting path with configuration François Mockers 2018-11-04 22:07:31 +0100
  • d5ca6e21e2 simple echo server. Ali Shirvani 2018-11-24 11:29:14 +0330
  • 9aab382ea8 Allow user to provide addr to custom resolver Douman 2018-11-22 19:20:07 +0300
  • 7ef6eab9af
    Merge pull request #3 from alishir/examples Nikolay Kim 2018-11-22 19:24:50 -1000
  • 41d68c87d9 hello-world example added. Ali Shirvani 2018-11-23 07:42:40 +0330
  • eb89b2385d Allow user to provide addr to custom resolver Douman 2018-11-22 19:20:07 +0300
  • c62567f85f allow to skip name resolution v0.2.4 Nikolay Kim 2018-11-21 08:07:04 -1000
  • 1a322966ff handle response errors Nikolay Kim 2018-11-21 07:49:24 -0800
  • 389cb13cd6 Export PathConfig and QueryConfig Douman 2018-11-20 23:06:38 +0300
  • ab3e12f2b4 set server response version Nikolay Kim 2018-11-20 11:23:05 -0800
  • 186d3d727a add kee-alive tests Nikolay Kim 2018-11-20 10:55:50 -0800
  • 6a93178479 Complete error helper functions. Huston Bokinsky 2018-11-17 15:25:44 -0800
  • e1fc6dea84 restore execute method Nikolay Kim 2018-11-19 16:39:40 -0800
  • 6b60c9e230 add debug impl for H1ServiceResult Nikolay Kim 2018-11-19 16:11:58 -0800
  • 3901239128 unify requedt/response encoder Nikolay Kim 2018-11-19 14:57:12 -0800
  • 1ca6b44bae add TestServer Nikolay Kim 2018-11-18 21:48:20 -0800
  • 18fcddfd63 remove backtrace dep Nikolay Kim 2018-11-18 20:25:59 -0800
  • 7d66430324 move url module to different crate Nikolay Kim 2018-11-18 20:08:43 -0800
  • 22d4523c93 update actix-net Nikolay Kim 2018-11-18 18:31:44 -0800
  • 7d3adaa6a8 replace message flags with ConnectionType Nikolay Kim 2018-11-18 18:17:38 -0800
  • adad203314 refactor encoder/decoder impl Nikolay Kim 2018-11-18 17:52:56 -0800
  • 8fea1367c7 re-introduce Body type, use Body as default body type for Response Nikolay Kim 2018-11-18 13:48:42 -0800
  • 7fed50bcae refactor response body management Nikolay Kim 2018-11-17 20:21:28 -0800
  • 410204a41e Framed::is_write_buf_empty() checks if write buffer is flushed v0.2.3 Nikolay Kim 2018-11-17 18:46:26 -0800
  • c03c48386e Complete error helper functions. Huston Bokinsky 2018-11-17 15:25:44 -0800
  • e73a97884a do not allow to set server response version Nikolay Kim 2018-11-17 09:03:35 -0800
  • f0bd4d868e simplify server response type Nikolay Kim 2018-11-17 08:56:40 -0800
  • 3a4b16a6d5 use BodyLength for request and response body Nikolay Kim 2018-11-16 21:30:37 -0800
  • aa20e2670d refactor h1 dispatcher Nikolay Kim 2018-11-16 21:09:33 -0800
  • 625469f0f4 refactor decoder Nikolay Kim 2018-11-16 19:28:07 -0800
  • 3b7bc41418 use RequestHead for Request Nikolay Kim 2018-11-15 22:34:29 -0800
  • 6b96c79802
    Add set_mailbox_capacity() function Kelly Thomas Kline 2018-11-15 18:59:36 -0800
  • 6d9733cdf7 define generic client Connection trait Nikolay Kim 2018-11-15 11:10:23 -0800
  • acd42f92d8 remove debug print Nikolay Kim 2018-11-14 19:08:52 -0800
  • 6e7560e287 SendResponse service sends body as well Nikolay Kim 2018-11-14 18:57:58 -0800
  • cd9901c928 prepare release v0.7.14 Nikolay Kim 2018-11-14 16:24:01 -0800
  • 29fe995a02 update version v0.2.2 Nikolay Kim 2018-11-14 14:26:24 -0800
  • 741b3fb1c0 Fix wrong service to socket binding Nikolay Kim 2018-11-14 14:20:33 -0800
  • 03ad9a3105 simplify client decoder Nikolay Kim 2018-11-14 10:52:40 -0800
  • dba86fbbf8 allow to force write to Framed object Nikolay Kim 2018-11-14 10:26:49 -0800
  • 6297fe0d41 refactor client response payload handling Nikolay Kim 2018-11-14 09:38:16 -0800