1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-06-05 06:38:47 +00:00

Commit graph

  • de9b38295f update deps Nikolay Kim 2019-03-02 15:08:10 -0800
  • 9394a4e2a5 cleanup dependencies Nikolay Kim 2019-03-02 14:07:21 -0800
  • 3454812b68 rename actix-web-fs crate Nikolay Kim 2019-03-02 13:59:12 -0800
  • 75fbb97480 update new transform trait Nikolay Kim 2019-03-02 13:57:00 -0800
  • cc20fee628 add request chain services Nikolay Kim 2019-03-02 11:53:05 -0800
  • fdf3011837 add responder for unit type Nikolay Kim 2019-03-02 09:05:07 -0800
  • 5ec6eaef1b
    Support to set header names of ClientRequest as Camel-Case PeterDing 2019-03-02 18:56:57 +0800
  • bc3c29c398 update version Nikolay Kim 2019-03-02 00:04:39 -0800
  • e6d04d24cc move fs to separate crate Nikolay Kim 2019-03-01 23:59:44 -0800
  • 2d7293aaf8 copy actix-web2 Nikolay Kim 2019-03-01 22:51:32 -0800
  • 5fff07402e downgrade tarpaulin Nikolay Kim 2019-03-01 21:36:37 -0800
  • 650474ca39 choose openssl version for travis Nikolay Kim 2019-03-01 21:02:56 -0800
  • 38c86d4683 update tarpaulin travis config Nikolay Kim 2019-03-01 20:33:31 -0800
  • 902081a639
    Merge branch 'master' into master boxdot 2019-03-01 16:15:02 +0100
  • 6d11ee683f fixing little typo in docs (#711) Hugo Benício 2019-03-01 05:34:58 -0300
  • b9ed33cf54 fixing little typo #711 Hugo Benicio Miranda de Oliveira 2019-02-28 15:55:09 -0300
  • 80d4cbe301 Add change notes for new HttpResponseBuilder Douman 2019-02-27 21:37:20 +0300
  • 4fba72e459
    Merge branch 'master' into master boxdot 2019-02-27 18:01:39 +0100
  • 69d710dbce Add insert and remove() to response builder (#707) Kornel 2019-02-27 12:52:42 +0000
  • 4dda8aa17b Less technical wording in CHANGES. boxdot 2019-02-16 14:01:13 +0100
  • 2fc37d8d55 Add .insert() to HttpResponseBuilder #707 Kornel Lesiński 2019-02-26 18:36:38 +0000
  • 1ac9144237 Add .remove() to response builder Kornel Lesiński 2019-02-26 00:05:16 +0000
  • 3169a9f2ea
    Add Route (%R) formatter to logger #706 Haze 2019-02-25 13:07:58 -0500
  • b80ee71785 use new new service api Nikolay Kim 2019-02-22 14:21:35 -0800
  • 2f89b12f4f remove more response containts Nikolay Kim 2019-02-20 21:05:37 -0800
  • 60a8da5c05 remove Response constraint Nikolay Kim 2019-02-20 21:02:23 -0800
  • 7f749ac9cc add missing end of line Nikolay Kim 2019-02-18 22:34:22 -0800
  • 781f1a3fef do not skip content length is no chunking is selected Nikolay Kim 2019-02-18 22:20:00 -0800
  • c8713d045c poll payload again if framed object get flushed during same iteration Nikolay Kim 2019-02-18 21:41:38 -0800
  • 842da939dc fix chunked transfer encoding handling Nikolay Kim 2019-02-18 20:24:50 -0800
  • d180b2a1e3 update tests Nikolay Kim 2019-02-18 18:46:30 -0800
  • 037c3da172 enable ssl for connector Nikolay Kim 2019-02-18 18:40:40 -0800
  • e6e83ea57e add Response::map_body Nikolay Kim 2019-02-18 17:01:35 -0800
  • ad77b2d181 Document feature in CHANGES. boxdot 2019-02-16 13:58:48 +0100
  • 9026679cb7 Add test for handlers returning unit. boxdot 2019-02-16 13:58:29 +0100
  • 6a23d82dce Implement Responder for () converting it into OK/200. boxdot 2019-02-16 09:06:24 +0100
  • 118606262b refactor payload handling Nikolay Kim 2019-02-13 13:52:11 -0800
  • 0059a55dfb Fix typo Michael Edwards 2019-02-06 11:02:33 +0100
  • 8d4ce0c956 export PayloadStream Nikolay Kim 2019-02-12 11:09:58 -0800
  • a41459bf69 make payload generic Nikolay Kim 2019-02-12 11:07:42 -0800
  • 32021532c3 export Payload type Nikolay Kim 2019-02-12 09:55:29 -0800
  • f9724fa0ec add ErrorResponse impl for TimeoutError Nikolay Kim 2019-02-11 09:54:41 -0800
  • e178db7f74 fix test Nikolay Kim 2019-02-09 21:32:44 -0800
  • 1af149b9e6 remove Clone constraint from handler service Nikolay Kim 2019-02-09 20:27:39 -0800
  • a66d8589c2 add Extensions::contains method Nikolay Kim 2019-02-09 10:45:35 -0800
  • 6a343fae06 simplify Message type Nikolay Kim 2019-02-09 10:33:49 -0800
  • f3ed1b601e Change service response to Into<Response> Nikolay Kim 2019-02-09 08:44:22 -0800
  • c695358bcb Ignored the If-Modified-Since if If-None-Match is specified (#680) (#692) cuebyte 2019-02-08 22:33:00 +0100
  • 9ab2d35e6b Added positive test case for If-Modified-Since #692 William 2019-02-08 18:31:33 +0100
  • dfff2fd634 Optimized the unit test & added fixed info to the CHANGES.md William 2019-02-08 16:30:45 +0100
  • d52358c907 Fix typo #687 Michael Edwards 2019-02-06 11:02:33 +0100
  • ed7ca7fe07 make Message clonable and expose as public Nikolay Kim 2019-02-07 21:50:20 -0800
  • b0e36fdcf9 simplify Message api Nikolay Kim 2019-02-07 21:16:46 -0800
  • a7a2d4cf5c fix warns Nikolay Kim 2019-02-07 19:53:48 -0800
  • 2a6e4dc7ab use non mutable self for HttpMessage::payload() for ergonomic reasons Nikolay Kim 2019-02-07 19:26:12 -0800
  • 5b96c0134b Ignored the If-Modified-Since if If-None-Match is specified (#680) William 2019-02-08 00:52:06 +0100
  • 5575ee7d2d use same payload type for h1 and h2 Nikolay Kim 2019-02-07 13:41:50 -0800
  • 7d49a07f91 add h1/h2 payload Nikolay Kim 2019-02-07 13:39:15 -0800
  • c4596b0bd6 add headers from actix-web Nikolay Kim 2019-02-07 13:24:24 -0800
  • cd83553db7 simplify payload api; add missing http error helper functions Nikolay Kim 2019-02-07 11:06:05 -0800
  • b018e4abaf Fixes TestRequest::with_cookie panic Jason Hills 2019-02-06 14:37:43 -0700
  • 090342442e Fixes TestRequest::with_cookie panic #690 Jason Hills 2019-02-06 14:37:43 -0700
  • fcace161c7 fix manifest features Nikolay Kim 2019-02-06 12:22:40 -0800
  • 55a29d3778 add h2 server support Nikolay Kim 2019-02-06 11:44:15 -0800
  • c517bda234 Merge branch 'master' into public-router #688 Igor Alexanov 2019-02-06 14:25:29 +0300
  • 5c27a52c7f Add documentation Igor Alexanov 2019-02-06 14:00:54 +0300
  • a0ca219726 Make router public Igor Alexanov 2019-02-06 13:13:47 +0300
  • 346d85a884 Serve static file directly instead of redirecting (#676) Vladislav Stepanov 2019-02-04 13:20:46 +0300
  • 192fc34768
    Merge branch 'master' into serve-index-without-redirect #676 Douman 2019-02-04 12:52:07 +0300
  • ef5b54a481 use released service crate Nikolay Kim 2019-02-03 14:05:44 -0800
  • c9bb2116fe update actix-utils Nikolay Kim 2019-02-03 10:50:29 -0800
  • cd91693900
    Implement failure::Error for actix_web::Error. #681 Marcin Mielniczuk 2019-01-31 15:59:30 +0100
  • e70c7f2a5d upgrade derive-more Nikolay Kim 2019-02-01 20:22:43 -0800
  • 3269e35722 migrate to actix-service 0.2 Nikolay Kim 2019-02-01 20:18:44 -0800
  • b9ab5579da add Url type from actix web utils-0.2.1 Nikolay Kim 2019-02-01 13:25:56 -0800
  • 76866f054f move service to submodule; update travis config Nikolay Kim 2019-01-30 10:29:15 -0800
  • 3e6bdbd9ee rename trait Nikolay Kim 2019-01-29 10:34:27 -0800
  • 9a4eb5a848 update readme Nikolay Kim 2019-01-29 10:17:38 -0800
  • 4217894d48 cleaup warnings Nikolay Kim 2019-01-29 10:14:00 -0800
  • 4a388d7ad9 add client http/2 support Nikolay Kim 2019-01-28 20:41:09 -0800
  • 9968afe4a6 Use NamedFile with an existing File (#670) wildarch 2019-01-28 06:07:28 +0100
  • 12fb94204f use hashbrown instead of std HashMap Nikolay Kim 2019-01-27 11:40:26 -0800
  • c3d3e8b465 move TestServer to separate crate Nikolay Kim 2019-01-27 10:59:07 -0800
  • b92c33c179 tidy up tests: negative cases + naming Vlad Stepanov 2019-01-27 17:10:32 +0300
  • 72134efb38
    Merge branch 'master' into feature/named_file_from_std_file #670 wildarch 2019-01-27 11:44:03 +0100
  • 3e9c53ecca Mark examples as no_run, add to CHANGES.md. Daan de Graaf 2019-01-27 11:44:13 +0100
  • 42277c5c8f update deps Nikolay Kim 2019-01-26 22:09:26 -0800
  • f5bec968c7 Bump v_htmlescape version to 0.4 Tomas Izquierdo Garcia-Faria 2019-01-25 02:35:11 +0100
  • 515bfad830 prep release service-v0.1.6 Nikolay Kim 2019-01-24 20:42:30 -0800
  • 0340d82314 better ergonomics for .apply combinator Nikolay Kim 2019-01-24 20:41:42 -0800
  • 88548199d7 change apply combinator error semantic Nikolay Kim 2019-01-24 19:19:44 -0800
  • 2c3a00168e Bump v_htmlescape version to 0.4 #677 Tomas Izquierdo Garcia-Faria 2019-01-25 02:35:11 +0100
  • 21159209da Serve index file directly instead of redirecting Vlad Stepanov 2019-01-24 23:48:28 +0300
  • c6ac5b8963 Get rid of tempfile dependency. Daan de Graaf 2019-01-21 18:22:32 +0100
  • a534fdd125 Add io handling for ECONNRESET when data has already been received Neil Jensen 2019-01-19 10:41:48 -0700
  • 6ceda9aa42 Add io handling for ECONNRESET when data has already been received #672 Neil Jensen 2019-01-19 10:41:48 -0700
  • 278176fca5 use FnMut instead of Fn Nikolay Kim 2019-01-16 15:33:33 -0800
  • 2c8e7c4ae4 add helper constructors to Either service Nikolay Kim 2019-01-16 15:33:10 -0800
  • b6414d6197 use FnMut instead of Fn Nikolay Kim 2019-01-16 15:00:23 -0800
  • f94ef5248e add Clone impl for Either service Nikolay Kim 2019-01-16 15:00:08 -0800