1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-12-17 21:56:38 +00:00

Commit graph

  • 4f7d45ee9c remove unneeded import Nikolay Kim 2018-03-28 14:38:01 -0700
  • e1d2536d85 remove unused code Nikolay Kim 2018-03-28 14:34:17 -0700
  • 65700281e8 add support for multiple extractors Nikolay Kim 2018-03-28 14:24:32 -0700
  • 80f6b93714
    Merge pull request #138 from bwasty/guide Nikolay Kim 2018-03-28 13:40:05 -0700
  • 5585465859
    Merge branch 'master' into guide #138 Nikolay Kim 2018-03-28 13:39:59 -0700
  • 368103dd09 guide: improve wording & style Benjamin Wasty 2018-03-28 22:16:01 +0200
  • df7ffe14f2 add PathAndQuery extractor Nikolay Kim 2018-03-28 11:20:06 -0700
  • 36161aba99 update Path and Query doc strings Nikolay Kim 2018-03-28 07:27:06 -0700
  • 9f5a91ae3c export types Nikolay Kim 2018-03-27 21:59:55 -0700
  • 4e61e0db34 mdbook Nikolay Kim 2018-03-27 21:33:35 -0700
  • 2dfccdd924 allow to fail nightly Nikolay Kim 2018-03-27 20:57:02 -0700
  • 4358da9926 refactor WithHandler trait Nikolay Kim 2018-03-27 20:33:24 -0700
  • 62fb75ff95 add Application::configure method, it simplifies configuration process Nikolay Kim 2018-03-27 11:16:02 -0700
  • 29a0feb415 fix guide example Nikolay Kim 2018-03-27 07:47:29 -0700
  • dcc5eb7ace pass request as value Nikolay Kim 2018-03-26 23:34:31 -0700
  • 81f4e12a27 fix doc string test Nikolay Kim 2018-03-26 23:29:53 -0700
  • 2f60a4b89d add handler with exatractor Nikolay Kim 2018-03-26 23:10:31 -0700
  • b03c7051ff add extractor info to the guide Nikolay Kim 2018-03-26 18:35:08 -0700
  • 8fff2c7595 remove Path and Query from public api Nikolay Kim 2018-03-26 18:18:38 -0700
  • 052d5f0bc5 silence AsciiExt deprecation warn Nikolay Kim 2018-03-26 16:12:25 -0700
  • 68cf32e848 add path and query extractors Nikolay Kim 2018-03-26 15:58:30 -0700
  • a56e5113ee process transfer-encoding before content-length, fix tests on 32bit platform Nikolay Kim 2018-03-24 09:22:34 -0700
  • 5127b85672
    Merge pull request #132 from andreevlex/spell-check-24-03 Alexander Andreev 2018-03-24 11:47:11 +0300
  • 2d80c5053d spelling check #132 Alexander Andreev 2018-03-24 09:35:52 +0300
  • d46854b315 bump version Nikolay Kim 2018-03-22 21:16:42 -0700
  • 47f836cd1b add helper method for response creation Nikolay Kim 2018-03-22 21:14:57 -0700
  • 449709dd7e add 0.5 sec deley before exit Nikolay Kim 2018-03-22 18:41:02 -0700
  • 5a25fd95f5 Fix panic on invalid URL characters #130 Nikolay Kim 2018-03-22 18:08:12 -0700
  • b942bcc4a6 Fix long client urls #129 Nikolay Kim 2018-03-22 07:44:16 -0700
  • 1107fdec9d fix guide Nikolay Kim 2018-03-21 21:02:57 -0700
  • 04515e4697 update guide Nikolay Kim 2018-03-21 21:02:04 -0700
  • 93d99b5a49 Use more ergonomic actix_web::Error instead of http::Error for ClientRequestBuilder::body() Nikolay Kim 2018-03-21 20:19:31 -0700
  • e49910cdab Use more ergonomic actix_web::Error instead of http::Error for HttpResponseBuilder::body() Nikolay Kim 2018-03-21 20:15:52 -0700
  • e8a1850c79 add helper conversion from ClientResponse for HttpResponseBuilder Nikolay Kim 2018-03-21 20:04:35 -0700
  • afb81b6b8f add convinience ClientRequest::build_from() from HttpRequest Nikolay Kim 2018-03-21 19:54:21 -0700
  • 4866a26578 make streaming method more ergonomic Nikolay Kim 2018-03-21 19:14:18 -0700
  • 2d75ced4ed fix client connection pooling Nikolay Kim 2018-03-21 11:51:08 -0700
  • 7bcc258b09
    Use fast compression setting Nikolay Kim 2018-03-21 08:56:21 -0700
  • d5fa0a9418 disable brotli if feature is not enabled, faster compression Nikolay Kim 2018-03-21 08:03:21 -0700
  • ce6d237cc1 prepare 0.4.10 release v0.4.10 Nikolay Kim 2018-03-20 15:53:39 -0700
  • 70caa2552b simplify httpresponse release Nikolay Kim 2018-03-20 15:51:19 -0700
  • ee7d58dd7f disable h2 Nikolay Kim 2018-03-20 12:35:44 -0700
  • c4f4cadb43 Fix http/2 date header generation Nikolay Kim 2018-03-20 11:40:05 -0700
  • 978091cedb wake up io task when next chunk of data is needed Nikolay Kim 2018-03-20 11:37:13 -0700
  • 8198f5e10a Refactor TestServer configuration Nikolay Kim 2018-03-20 11:23:35 -0700
  • 6cd40df387 Fix server websockets big payloads support Nikolay Kim 2018-03-19 17:27:03 -0700
  • 35ee5d36d8 actix 0.5.5, ws test Nikolay Kim 2018-03-19 13:12:36 -0700
  • e7ec0f9fd7 ws tests and proper write payload ref Nikolay Kim 2018-03-19 09:30:58 -0700
  • f4a47ef71e allow set client request/ws timeout Nikolay Kim 2018-03-18 19:27:51 -0700
  • 6b1a79fab8 update example Nikolay Kim 2018-03-18 16:27:34 -0700
  • ab73da4a1a use Error instead of InternalError for helper methods error::ErrorXXX Nikolay Kim 2018-03-18 14:18:47 -0700
  • e0c8da567c various optimizations Nikolay Kim 2018-03-18 11:05:44 -0700
  • c30e5e9958
    Merge e597da41ad into c10dedf7e4 #112 ivegotasthma 2018-03-17 15:48:38 +0000
  • c10dedf7e4
    Merge pull request #124 from DoumanAsh/show_hidden Douman 2018-03-17 18:39:21 +0300
  • ec192e0ab1 Show Request's hidden methods #124 Douman 2018-03-17 18:10:22 +0300
  • 6d792d9948 simplify h1 parse Nikolay Kim 2018-03-16 20:56:23 -0700
  • 1fe4315c94 use actix 0.5.4 v0.4.9 Nikolay Kim 2018-03-16 13:37:47 -0700
  • 381b90e9a1 bump version Nikolay Kim 2018-03-16 12:31:29 -0700
  • 2d18dba40a fix compilation Nikolay Kim 2018-03-16 12:28:08 -0700
  • d2693d58a8 clippy warnings Nikolay Kim 2018-03-16 12:12:55 -0700
  • 84bf282c17 add basic client connection pooling Nikolay Kim 2018-03-16 12:04:01 -0700
  • b15b5e5246 check number of available workers Nikolay Kim 2018-03-16 11:17:27 -0700
  • 52b3b0c362
    Merge pull request #119 from DoumanAsh/default_static_files Douman 2018-03-16 20:12:07 +0300
  • 64c4cefa8f
    Merge branch 'master' into default_static_files #119 Nikolay Kim 2018-03-16 09:31:36 -0700
  • 7e8b231f57 disable test Nikolay Kim 2018-03-16 09:13:36 -0700
  • 8a344d0c94 Add default resource for StaticFiles Douman 2018-03-11 15:05:13 +0300
  • 4096089a3f allow to disable http/2 support Nikolay Kim 2018-03-16 08:48:44 -0700
  • b16f2d5f05 proper check for actor context poll Nikolay Kim 2018-03-16 08:04:26 -0700
  • 5baf15822a always start actors Nikolay Kim 2018-03-16 07:46:27 -0700
  • 5368ce823e
    Merge pull request #123 from h416/patch-1 Nikolay Kim 2018-03-16 05:31:10 -0700
  • 4effdf065b
    fix typo #123 h416 2018-03-16 19:03:16 +0900
  • 61970ab190 always poll stream or actor for the first time Nikolay Kim 2018-03-15 17:11:49 -0700
  • 484b00a0f9 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2018-03-15 16:55:33 -0700
  • 73bf2068aa allow to use NamedFile with any request method Nikolay Kim 2018-03-15 16:55:22 -0700
  • 1cda949204
    Merge pull request #122 from mockersf/test_qp Nikolay Kim 2018-03-14 16:10:31 -0700
  • ad6b823255 test for query parameters in client #122 François Mockers 2018-03-14 21:45:49 +0100
  • 0f064db31d Move brotli encoding to a feature Nikolay Kim 2018-03-13 17:21:22 -0700
  • fd0bb54469 add debug formatter for ClientRequestBuilder Nikolay Kim 2018-03-13 15:09:05 -0700
  • e27bbaa55c
    Update CHANGES.md Nikolay Kim 2018-03-13 13:15:21 -0700
  • 8a50eae1e2
    Merge pull request #121 from glademiller/master Nikolay Kim 2018-03-13 13:14:51 -0700
  • 38080f67b3 If no path is available from the URI request / #121 Glade Miller 2018-03-13 13:35:11 -0600
  • 08504e0892 Move path call inline into write Glade Miller 2018-03-13 13:26:13 -0600
  • 401c0ad809 https://github.com/actix/actix-web/issues/120 - Send Query Parameters in client requests Glade Miller 2018-03-13 13:17:55 -0600
  • b4b0deb7fa Wake payload reading task when data is available Nikolay Kim 2018-03-12 16:29:13 -0700
  • 05ff35d383 Fix server keep-alive handling Nikolay Kim 2018-03-12 16:16:17 -0700
  • 29c3e8f7ea update test v0.4.8 Nikolay Kim 2018-03-12 10:19:09 -0700
  • 6657446433 Allow to set read buffer capacity for server request Nikolay Kim 2018-03-12 10:01:56 -0700
  • 46b9a9c887 update readme Nikolay Kim 2018-03-12 09:13:04 -0700
  • b3cdb472d0 remove reserved state for h2 write if buffer is empty Nikolay Kim 2018-03-12 09:04:54 -0700
  • 31e1aab9a4 do not log WouldBlock error from socket accept Nikolay Kim 2018-03-12 09:01:19 -0700
  • 67f383f346 typo v0.4.7 Nikolay Kim 2018-03-11 16:53:46 -0700
  • 49f5c335f6 better sleep on error Nikolay Kim 2018-03-11 16:52:20 -0700
  • 692e11a584 bump version Nikolay Kim 2018-03-11 16:40:25 -0700
  • 208117ca6f
    Merge pull request #118 from messense/feature/sockets-vec Nikolay Kim 2018-03-11 16:38:23 -0700
  • 3e276ac921
    Merge branch 'master' into feature/sockets-vec #118 Nikolay Kim 2018-03-11 16:38:17 -0700
  • 4af115a19c Fix steraming response handling for http/2 Nikolay Kim 2018-03-11 16:37:44 -0700
  • 051703eb2c Fix connection get closed too early Nikolay Kim 2018-03-11 15:37:33 -0700
  • 31fbbd3168 Fix panic on unknown content encoding Nikolay Kim 2018-03-11 14:50:13 -0700
  • fee1e255ac
    add comments Nikolay Kim 2018-03-11 10:10:30 -0700
  • a4c933e56e update doc string Nikolay Kim 2018-03-11 09:36:54 -0700