1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-03-16 02:13:05 +01:00

Commit Graph

  • c695358bcb Ignored the If-Modified-Since if If-None-Match is specified (#680) (#692) cuebyte 2019-02-08 22:33:00 +01:00
  • ed7ca7fe07 make Message clonable and expose as public Nikolay Kim 2019-02-07 21:50:20 -08:00
  • b0e36fdcf9 simplify Message api Nikolay Kim 2019-02-07 21:16:46 -08:00
  • a7a2d4cf5c fix warns Nikolay Kim 2019-02-07 19:53:48 -08:00
  • 2a6e4dc7ab use non mutable self for HttpMessage::payload() for ergonomic reasons Nikolay Kim 2019-02-07 19:26:12 -08:00
  • 5575ee7d2d use same payload type for h1 and h2 Nikolay Kim 2019-02-07 13:41:50 -08:00
  • 7d49a07f91 add h1/h2 payload Nikolay Kim 2019-02-07 13:39:15 -08:00
  • c4596b0bd6 add headers from actix-web Nikolay Kim 2019-02-07 13:24:24 -08:00
  • cd83553db7 simplify payload api; add missing http error helper functions Nikolay Kim 2019-02-07 11:06:05 -08:00
  • b018e4abaf Fixes TestRequest::with_cookie panic Jason Hills 2019-02-06 14:37:43 -07:00
  • fcace161c7 fix manifest features Nikolay Kim 2019-02-06 12:22:40 -08:00
  • 55a29d3778 add h2 server support Nikolay Kim 2019-02-06 11:44:15 -08:00
  • 346d85a884 Serve static file directly instead of redirecting (#676) Vladislav Stepanov 2019-02-04 13:20:46 +03:00
  • ef5b54a481 use released service crate Nikolay Kim 2019-02-03 14:05:44 -08:00
  • c9bb2116fe update actix-utils Nikolay Kim 2019-02-03 10:50:29 -08:00
  • e70c7f2a5d upgrade derive-more Nikolay Kim 2019-02-01 20:22:43 -08:00
  • 3269e35722 migrate to actix-service 0.2 Nikolay Kim 2019-02-01 20:18:44 -08:00
  • 76866f054f move service to submodule; update travis config Nikolay Kim 2019-01-30 10:29:15 -08:00
  • 3e6bdbd9ee rename trait Nikolay Kim 2019-01-29 10:34:27 -08:00
  • 9a4eb5a848 update readme Nikolay Kim 2019-01-29 10:17:38 -08:00
  • 4217894d48 cleaup warnings Nikolay Kim 2019-01-29 10:14:00 -08:00
  • 4a388d7ad9 add client http/2 support Nikolay Kim 2019-01-28 20:41:09 -08:00
  • 9968afe4a6 Use NamedFile with an existing File (#670) wildarch 2019-01-28 06:07:28 +01:00
  • 12fb94204f use hashbrown instead of std HashMap Nikolay Kim 2019-01-27 11:40:26 -08:00
  • c3d3e8b465 move TestServer to separate crate Nikolay Kim 2019-01-27 10:59:07 -08:00
  • 42277c5c8f update deps Nikolay Kim 2019-01-26 22:09:26 -08:00
  • f5bec968c7 Bump v_htmlescape version to 0.4 Tomas Izquierdo Garcia-Faria 2019-01-25 02:35:11 +01:00
  • a534fdd125 Add io handling for ECONNRESET when data has already been received Neil Jensen 2019-01-19 10:41:48 -07:00
  • 3431fff4d7 Fixed example in client documentation. This closes #665. rishflab 2019-01-14 14:13:37 +11:00
  • d6df2e3399 Fix HttpResponse doc spelling "os" to "of" Sameer Puri 2019-01-10 16:26:01 -06:00
  • 1fbb52ad3b 0.7.18 Bump Douman 2019-01-10 17:05:18 +03:00
  • e5cdd22720 Fix test server listener thread leak (#655) Julian Tescher 2019-01-08 10:42:22 -08:00
  • 4f2e970732 Tidy up CHANGES.md Douman 2019-01-08 10:49:03 +03:00
  • 4d45313f9d Decode special characters when handling static files Douman 2019-01-08 10:46:58 +03:00
  • 55a2a59906 Improve change askama_escape in favor of v_htmlescape (#651) Juan Aguilar 2019-01-03 20:34:18 +01:00
  • 61883042c2 Add with-cookie init-method for TestRequest (#647) Ji Qu 2019-01-02 18:24:08 +08:00
  • 799c6eb719 0.7.17 Bump Douman 2018-12-25 16:28:36 +03:00
  • 037a1c6a24 Bump min version of rustc Douman 2018-12-24 21:17:09 +03:00
  • bfdf762062 Only return a single Origin value (#644) BlueC0re 2018-12-24 19:16:07 +01:00
  • 477bf0d8ae Send HTTP/1.1 100 Continue if request contains expect: continue header #634 Nikolay Kim 2018-12-23 10:19:12 -08:00
  • e9fe3879df Support custom content types in JsonConfig Phil Booth 2018-12-18 17:53:03 +00:00
  • f2251b8059 Merge branch 'master' of github.com:fafhrd91/actix-http Nikolay Kim 2018-12-19 18:35:09 -08:00
  • cc74435b01 drop failure crate Nikolay Kim 2018-12-19 18:34:56 -08:00
  • 3bd5167ac2
    Merge pull request #10 from DoumanAsh/http1_case Nikolay Kim 2018-12-16 07:44:40 -08:00
  • 67df9399df H1 decoder should ignore headers case Douman 2018-12-16 18:43:11 +03:00
  • 1a940d4c18 H1 decoded should ignore header cases Douman 2018-12-16 13:46:11 +03:00
  • e8bdcb1c08 Update min version of http Douman 2018-12-15 09:26:56 +03:00
  • b1001b80b7 upgrade actix-service dependency Nikolay Kim 2018-12-12 18:39:01 -08:00
  • 46db09428c Prepare release 0.7.16 Douman 2018-12-11 08:15:07 +03:00
  • 1c60992723 use released crates Nikolay Kim 2018-12-11 09:29:12 -08:00
  • 90eef31cc0 impl ResponseError for SendError when possible (#619) ethanpailes 2018-12-11 11:37:52 -05:00
  • aaae368ed9 use new actix crates Nikolay Kim 2018-12-10 18:08:33 -08:00
  • 86af02156b add impl FromRequest for Either<A,B> (#618) Akos Vandra 2018-12-10 17:02:05 +01:00
  • 9f4d48f7a1 update tests Nikolay Kim 2018-12-06 15:03:01 -08:00
  • e9121025b7 convert to 2018 edition Nikolay Kim 2018-12-06 14:32:52 -08:00
  • ac9fc662c6 Bump version to 0.7.15 Douman 2018-12-05 18:27:06 +03:00
  • 0745a1a9f8 Remove usage of upcoming keyword async Douman 2018-12-05 03:07:59 -05:00
  • b1635bc0e6 Update some dependencies (#612) silwol 2018-12-04 07:58:22 +01:00
  • 08c7743bb8 Add set_mailbox_capacity() function Kelly Thomas Kline 2018-11-15 18:59:36 -08:00
  • 68c5d6e6d6 impl From<Cow<'static, [u8]>> for Binary (#611) vemoo 2018-12-02 06:32:55 +01:00
  • c0f8bc9e90 fix ssl support Nikolay Kim 2018-11-30 16:04:33 -08:00
  • 5003c00efb use new Service and NewService traits Nikolay Kim 2018-11-30 11:57:57 -08:00
  • d269904fbf add cause for nested errors Nikolay Kim 2018-11-28 09:10:13 -10:00
  • 06387fc778 display parse error for ws client errors Nikolay Kim 2018-11-28 09:02:31 -10:00
  • 617b8557e1
    Merge pull request #9 from alishir/new-example Nikolay Kim 2018-11-27 20:17:32 -10:00
  • 4028f6f6fd http crate removed, cargo fmt Ali Shirvani 2018-11-28 09:42:04 +03:30
  • 397804a786 echo example with impl Future Ali Shirvani 2018-11-28 09:15:08 +03:30
  • 756bf0af58
    Merge pull request #5 from alishir/echo-example Nikolay Kim 2018-11-25 20:50:17 -10:00
  • f1bfdc7395 Merge branch 'master' of https://github.com/fafhrd91/actix-http Nikolay Kim 2018-11-25 20:14:58 -10:00
  • 9c038ee189 allow to use Uri for client request Nikolay Kim 2018-11-25 20:14:42 -10:00
  • ca1b460924
    comments aligned. Ali Shirvani 2018-11-25 05:48:33 +03:30
  • c386353337 decode reserved characters when extracting path with configuration (#577) François 2018-11-24 14:54:11 +01:00
  • 7a97de3a1e update readme. Ali Shirvani 2018-11-24 17:17:34 +03:30
  • d5b2640342 add framed_hello.rs Ali Shirvani 2018-11-24 17:08:17 +03:30
  • c3c2286e3a An other hello word example and update sample in README.md Ali Shirvani 2018-11-24 17:07:30 +03:30
  • d5ca6e21e2 simple echo server. Ali Shirvani 2018-11-24 11:29:14 +03:30
  • 9aab382ea8 Allow user to provide addr to custom resolver Douman 2018-11-22 19:20:07 +03:00
  • 7ef6eab9af
    Merge pull request #3 from alishir/examples Nikolay Kim 2018-11-22 19:24:50 -10:00
  • 41d68c87d9 hello-world example added. Ali Shirvani 2018-11-23 07:42:40 +03:30
  • 1a322966ff handle response errors Nikolay Kim 2018-11-21 07:49:24 -08:00
  • 389cb13cd6 Export PathConfig and QueryConfig Douman 2018-11-20 23:06:38 +03:00
  • ab3e12f2b4 set server response version Nikolay Kim 2018-11-20 11:23:05 -08:00
  • 186d3d727a add kee-alive tests Nikolay Kim 2018-11-20 10:55:50 -08:00
  • 6a93178479 Complete error helper functions. Huston Bokinsky 2018-11-17 15:25:44 -08:00
  • e1fc6dea84 restore execute method Nikolay Kim 2018-11-19 16:39:40 -08:00
  • 6b60c9e230 add debug impl for H1ServiceResult Nikolay Kim 2018-11-19 16:11:58 -08:00
  • 3901239128 unify requedt/response encoder Nikolay Kim 2018-11-19 14:57:12 -08:00
  • 1ca6b44bae add TestServer Nikolay Kim 2018-11-18 21:48:20 -08:00
  • 18fcddfd63 remove backtrace dep Nikolay Kim 2018-11-18 20:25:59 -08:00
  • 7d66430324 move url module to different crate Nikolay Kim 2018-11-18 20:08:43 -08:00
  • 22d4523c93 update actix-net Nikolay Kim 2018-11-18 18:31:44 -08:00
  • 7d3adaa6a8 replace message flags with ConnectionType Nikolay Kim 2018-11-18 18:17:38 -08:00
  • adad203314 refactor encoder/decoder impl Nikolay Kim 2018-11-18 17:52:56 -08:00
  • 8fea1367c7 re-introduce Body type, use Body as default body type for Response Nikolay Kim 2018-11-18 13:48:42 -08:00
  • 7fed50bcae refactor response body management Nikolay Kim 2018-11-17 20:21:28 -08:00
  • e73a97884a do not allow to set server response version Nikolay Kim 2018-11-17 09:03:35 -08:00
  • f0bd4d868e simplify server response type Nikolay Kim 2018-11-17 08:56:40 -08:00
  • 3a4b16a6d5 use BodyLength for request and response body Nikolay Kim 2018-11-16 21:30:37 -08:00
  • aa20e2670d refactor h1 dispatcher Nikolay Kim 2018-11-16 21:09:33 -08:00
  • 625469f0f4 refactor decoder Nikolay Kim 2018-11-16 19:28:07 -08:00