1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-18 03:46:51 +02:00

Commit Graph

  • b81ae899f6 better naming Nikolay Kim 2019-03-03 08:24:09 -08:00
  • 015364edf8 fix travis config Nikolay Kim 2019-03-03 08:00:12 -08:00
  • f90ca868ca update tests Nikolay Kim 2019-03-03 01:12:06 -08:00
  • a8f3dec527 use tarpaulin from cache Nikolay Kim 2019-03-03 01:03:28 -08:00
  • 6df85e32df added extractor configuration system Nikolay Kim 2019-03-03 00:57:48 -08:00
  • 08fcb6891e use specific nightly version for travis Nikolay Kim 2019-03-02 22:33:46 -08:00
  • b320dc127a remove unused code Nikolay Kim 2019-03-02 22:22:45 -08:00
  • 115b30d9cc add state example Nikolay Kim 2019-03-02 22:11:24 -08:00
  • d5c54a1867 update extractor tests Nikolay Kim 2019-03-02 22:03:45 -08:00
  • 352e7b7a75 update tests for defaultheaders middleware Nikolay Kim 2019-03-02 21:35:31 -08:00
  • b535adf637 add IntoFuture impl for Response and ResponseBuilder Nikolay Kim 2019-03-02 21:22:01 -08:00
  • 8103d33270 use custom request for FromRequest trait Nikolay Kim 2019-03-02 19:19:56 -08:00
  • 2d0495093c add Payload::take method Nikolay Kim 2019-03-02 18:37:09 -08:00
  • e4198a037a add TestServiceRequest builder Nikolay Kim 2019-03-02 16:24:14 -08:00
  • 00ea195601 TestRequest::take public Nikolay Kim 2019-03-02 16:04:43 -08:00
  • 0081b9d446 improve ergomonics of TestRequest Nikolay Kim 2019-03-02 15:59:05 -08:00
  • de9b38295f update deps Nikolay Kim 2019-03-02 15:08:10 -08:00
  • 9394a4e2a5 cleanup dependencies Nikolay Kim 2019-03-02 14:07:21 -08:00
  • 3454812b68 rename actix-web-fs crate Nikolay Kim 2019-03-02 13:59:12 -08:00
  • 75fbb97480 update new transform trait Nikolay Kim 2019-03-02 13:57:00 -08:00
  • cc20fee628 add request chain services Nikolay Kim 2019-03-02 11:53:05 -08:00
  • fdf3011837 add responder for unit type Nikolay Kim 2019-03-02 09:05:07 -08:00
  • bc3c29c398 update version Nikolay Kim 2019-03-02 00:04:39 -08:00
  • e6d04d24cc move fs to separate crate Nikolay Kim 2019-03-01 23:59:44 -08:00
  • 2d7293aaf8 copy actix-web2 Nikolay Kim 2019-03-01 22:51:32 -08:00
  • 5fff07402e downgrade tarpaulin Nikolay Kim 2019-03-01 21:36:37 -08:00
  • 650474ca39 choose openssl version for travis Nikolay Kim 2019-03-01 21:02:56 -08:00
  • 38c86d4683 update tarpaulin travis config Nikolay Kim 2019-03-01 20:33:31 -08:00
  • 6d11ee683f fixing little typo in docs (#711) Hugo Benício 2019-03-01 05:34:58 -03:00
  • 80d4cbe301 Add change notes for new HttpResponseBuilder Douman 2019-02-27 21:37:20 +03:00
  • 69d710dbce Add insert and remove() to response builder (#707) Kornel 2019-02-27 12:52:42 +00:00
  • b80ee71785 use new new service api Nikolay Kim 2019-02-22 14:21:35 -08:00
  • 2f89b12f4f remove more response containts Nikolay Kim 2019-02-20 21:05:37 -08:00
  • 60a8da5c05 remove Response constraint Nikolay Kim 2019-02-20 21:02:23 -08:00
  • 7f749ac9cc add missing end of line Nikolay Kim 2019-02-18 22:34:22 -08:00
  • 781f1a3fef do not skip content length is no chunking is selected Nikolay Kim 2019-02-18 22:20:00 -08:00
  • c8713d045c poll payload again if framed object get flushed during same iteration Nikolay Kim 2019-02-18 21:41:38 -08:00
  • 842da939dc fix chunked transfer encoding handling Nikolay Kim 2019-02-18 20:24:50 -08:00
  • d180b2a1e3 update tests Nikolay Kim 2019-02-18 18:46:30 -08:00
  • 037c3da172 enable ssl for connector Nikolay Kim 2019-02-18 18:40:40 -08:00
  • e6e83ea57e add Response::map_body Nikolay Kim 2019-02-18 17:01:35 -08:00
  • 118606262b refactor payload handling Nikolay Kim 2019-02-13 13:52:11 -08:00
  • 0059a55dfb Fix typo Michael Edwards 2019-02-06 11:02:33 +01:00
  • 8d4ce0c956 export PayloadStream Nikolay Kim 2019-02-12 11:09:58 -08:00
  • a41459bf69 make payload generic Nikolay Kim 2019-02-12 11:07:42 -08:00
  • 32021532c3 export Payload type Nikolay Kim 2019-02-12 09:55:29 -08:00
  • f9724fa0ec add ErrorResponse impl for TimeoutError Nikolay Kim 2019-02-11 09:54:41 -08:00
  • e178db7f74 fix test Nikolay Kim 2019-02-09 21:32:44 -08:00
  • 1af149b9e6 remove Clone constraint from handler service Nikolay Kim 2019-02-09 20:27:39 -08:00
  • a66d8589c2 add Extensions::contains method Nikolay Kim 2019-02-09 10:45:35 -08:00
  • 6a343fae06 simplify Message type Nikolay Kim 2019-02-09 10:33:49 -08:00
  • f3ed1b601e Change service response to Into<Response> Nikolay Kim 2019-02-09 08:44:22 -08:00
  • 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
  • b9ab5579da add Url type from actix web utils-0.2.1 Nikolay Kim 2019-02-01 13:25:56 -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
  • 515bfad830 prep release service-v0.1.6 Nikolay Kim 2019-01-24 20:42:30 -08:00
  • 0340d82314 better ergonomics for .apply combinator Nikolay Kim 2019-01-24 20:41:42 -08:00
  • 88548199d7 change apply combinator error semantic Nikolay Kim 2019-01-24 19:19:44 -08:00
  • a534fdd125 Add io handling for ECONNRESET when data has already been received Neil Jensen 2019-01-19 10:41:48 -07:00
  • 278176fca5 use FnMut instead of Fn Nikolay Kim 2019-01-16 15:33:33 -08:00
  • 2c8e7c4ae4 add helper constructors to Either service Nikolay Kim 2019-01-16 15:33:10 -08:00
  • b6414d6197 use FnMut instead of Fn Nikolay Kim 2019-01-16 15:00:23 -08:00
  • f94ef5248e add Clone impl for Either service Nikolay Kim 2019-01-16 15:00:08 -08:00
  • fc5a0e8821 allow deserialize from the path Nikolay Kim 2019-01-15 19:25:49 -08:00
  • cbc378b67f allow deserialize from the path Nikolay Kim 2019-01-15 19:25:49 -08:00
  • db2367b26e properly check readiness inclosed service Nikolay Kim 2019-01-14 09:41:10 -08:00
  • 0bee4db270 use new service converter Nikolay Kim 2019-01-13 23:30:42 -08:00
  • 615a0d52ed add service and new service for stream dispatcher Nikolay Kim 2019-01-13 23:12:46 -08:00
  • cfb62ccc40 Make Out::Error convertable from T::Error for apply combinator service-v0.1.5 Nikolay Kim 2019-01-13 22:58:23 -08:00
  • 3431fff4d7 Fixed example in client documentation. This closes #665. rishflab 2019-01-14 14:13:37 +11:00
  • 605a947c3e update version connector-0.1.1 Nikolay Kim 2019-01-13 10:06:54 -08:00
  • 31f0a96c20 Upgrade trust-dns-proto remove Nikolay Kim 2019-01-13 10:03:33 -08:00
  • 66a7c59aaf fix changelog Nikolay Kim 2019-01-11 21:42:13 -08:00
  • 316974616a Use FnMut instead of Fn for FnService service-v0.1.4 Nikolay Kim 2019-01-11 21:39:58 -08:00
  • d6df2e3399 Fix HttpResponse doc spelling "os" to "of" Sameer Puri 2019-01-10 16:26:01 -06:00