Commit Graph

  • 9bb40c249f add h1::SendResponse future; renamed to MessageBody::size Nikolay Kim 2019-04-10 12:24:17 -0700
  • 0e7e799bd4 added request path to debug logs dowwie 2019-04-10 14:43:55 -0400
  • 693f6ef541 changed log::error to log::debug and fixed position of log for path dowwie 2019-04-10 14:18:31 -0400
  • 96baadde7a added some error logging for extractors dowwie 2019-04-10 13:13:54 -0400
  • 046b7a1425 Expand codegen to allow specify guards and async Douman 2019-03-31 10:23:15 +0300
  • 0f072f68de Expand codegen to allow specify guards and async Douman 2019-03-31 10:23:15 +0300
  • c22a3a71f2 fix test Nikolay Kim 2019-04-08 19:07:11 -0700
  • 9c9940d88d update readme Nikolay Kim 2019-04-08 17:53:19 -0700
  • 561f83d044 add upgrade service support to h1 dispatcher Nikolay Kim 2019-04-08 17:49:27 -0700
  • 43d325a139 allow to specify upgrade service Nikolay Kim 2019-04-08 14:51:16 -0700
  • 0a6dd0efdf fix compression tests Nikolay Kim 2019-04-08 12:48:39 -0700
  • b921abf18f set host header for http1 connections Nikolay Kim 2019-04-08 12:48:26 -0700
  • 9bcd5d6664 updated legacy code in call_success example (#762) Darin 2019-04-08 14:20:46 -0400
  • bc58dbb2f5 add async expect service test Nikolay Kim 2019-04-08 11:19:56 -0700
  • b1547bbbb6 do not set default headers Nikolay Kim 2019-04-08 11:09:57 -0700
  • 2cee8753fa updated legacy code in call_success example dowwie 2019-04-08 14:08:49 -0400
  • a7fdac1043 fix expect service registration and tests Nikolay Kim 2019-04-08 10:31:29 -0700
  • 565239bd0b Fix error body propagation in Response::from_error. boxdot 2019-04-08 14:41:07 +0200
  • 53da55aa3c alpha4 release v1.0.0-alpha.4 Nikolay Kim 2019-04-07 23:42:05 -0700
  • aa78565453 use objects pool for HttpRequest; optimize nested services call Nikolay Kim 2019-04-07 23:06:21 -0700
  • 75b213a6f0 refactor FromRequest trait Nikolay Kim 2019-04-07 14:43:07 -0700
  • 3c650ca194 remove buffer capacity for payload Nikolay Kim 2019-04-07 10:40:45 -0700
  • 219baf3323 remove PayloadWriter trait Nikolay Kim 2019-04-07 10:29:26 -0700
  • ec09d6fbe6 optimize encode headers and body split Nikolay Kim 2019-04-07 10:03:38 -0700
  • 68d2203dd6 run travis with stable rust only Nikolay Kim 2019-04-07 08:17:29 -0700
  • 748289f0ff use custom headers map; more optimizations Nikolay Kim 2019-04-06 15:02:02 -0700
  • 4ef46e26f9 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2019-04-06 08:13:14 -0700
  • 3872d3ba5a refactor h1 dispatcher Nikolay Kim 2019-04-06 00:16:04 -0700
  • b1523ab78c started 1.0 migration guide (#758) Darin 2019-04-06 10:39:20 -0400
  • 6e2bb18c50 started 1.0 migration guide dowwie 2019-04-06 07:08:18 -0400
  • fbedaec661 add expect: 100-continue support #141 Nikolay Kim 2019-04-05 16:46:44 -0700
  • 02fcaca3da add backward compatibility Nikolay Kim 2019-04-05 11:36:26 -0700
  • 18593d8476 updated Connector docs and renamed service() to finish() (#757) Darin 2019-04-05 14:34:27 -0400
  • a92ef95bf9
    Merge branch 'master' into master Nikolay Kim 2019-04-05 11:34:12 -0700
  • b6dacaa23a remove SendError and SendResponse services Nikolay Kim 2019-04-05 11:29:42 -0700
  • 7d1209a891 added doc for finish method on Connector dowwie 2019-04-05 14:24:54 -0400
  • 275cef728f updated Connector, renaming service() to finish() and adding docs dowwie 2019-04-05 14:22:07 -0400
  • f89321fd01 fix import Nikolay Kim 2019-04-05 10:50:11 -0700
  • 0d4a8e1b1c update actix-connect Nikolay Kim 2019-04-05 10:35:14 -0700
  • 162cd3eecd added Connector to actix-web::client namespace (#756) Darin 2019-04-05 10:37:00 -0400
  • 79bbe5d35c added Connector to actix-web::client namespace dowwie 2019-04-05 10:18:58 -0400
  • a655bdac52 Fix clippy warning (#755) nasa 2019-04-05 18:34:24 +0900
  • ee12b241b3 refactor: a const item with interior mutability should not be borrowed k-nasa 2019-04-05 12:15:08 +0900
  • dd437a6bab refactor: redundant closure found k-nasa 2019-04-05 12:09:24 +0900
  • 1dc8cf6ad5 refactor: redundant field names in struct initialization k-nasa 2019-04-05 11:38:47 +0900
  • 309c480782 encoder sent uncompressed data before compressed Nikolay Kim 2019-04-04 15:03:40 -0700
  • 9c205f9f1d update tests for content-encoding Nikolay Kim 2019-04-04 14:00:56 -0700
  • 1f5c0f50f9 Add minimal std::error::Error impl for Error Nikolay Kim 2019-04-04 13:23:38 -0700
  • d8bc66a18e Use thread pool for response body comression Nikolay Kim 2019-04-04 13:17:55 -0700
  • bc834f6a03 remove some static contraints Nikolay Kim 2019-04-04 10:59:34 -0700
  • dc7c3d37a1 upgrade router Nikolay Kim 2019-04-03 21:45:30 -0700
  • 1e2bd68e83 Render error and return as response body Nikolay Kim 2019-04-03 19:55:19 -0700
  • 954fe21751 set response error body Nikolay Kim 2019-04-03 19:07:25 -0700
  • 7d6085ddbd Add %U (URLPath) for logger (#752) Haze 2019-04-03 20:41:42 -0400
  • 932c07b1fc
    Merge branch 'master' into master Haze 2019-04-03 18:42:52 -0400
  • cef3dc3586 added app_data() method Nikolay Kim 2019-04-03 15:25:52 -0700
  • ca9775f6e6
    Merge branch 'master' into master Nikolay Kim 2019-04-03 15:11:27 -0700
  • 237bfba1ed add App::configure() - allow to offload app configuration to different methods Nikolay Kim 2019-04-03 15:09:31 -0700
  • 127f1b0bce Requested Updates (Route => URLPath, %R => %U) haze 2019-04-03 17:29:38 -0400
  • dfa0abf5a5 Export IntoHeaderValue Nikolay Kim 2019-04-03 12:44:47 -0700
  • e738361e09 move multipart support to separate crate Nikolay Kim 2019-04-03 12:28:58 -0700
  • f56072954b remove PayloadBuffer Nikolay Kim 2019-04-03 03:20:20 -0700
  • af0698336f
    Merge branch 'master' into Upper-Camel-Case-Header Peter Ding 2019-04-03 13:04:12 +0800
  • 68385666a4
    Use `Flags::CAMEL_CASE` for upper camel case of headers PeterDing 2019-04-03 13:01:31 +0800
  • 2a89b995aa do not cleanup travis build Nikolay Kim 2019-04-02 21:56:38 -0700
  • 442f5057dd alpha.3 release v1.0.0-alpha.3 Nikolay Kim 2019-04-02 21:49:31 -0700
  • bb8532c599
    Support upper Camel-Case headers PeterDing 2019-04-03 12:15:55 +0800
  • 19eef36f8f Merge branch 'tarpaulin' Nikolay Kim 2019-04-02 21:11:03 -0700
  • 1d0e72c893
    Update to master PeterDing 2019-04-03 12:01:25 +0800
  • 51d5006ccf Detect socket disconnection during protocol selection Nikolay Kim 2019-04-02 20:50:25 -0700
  • 3aebe09e5c travis Nikolay Kim 2019-04-02 15:47:46 -0700
  • 4227cddd30 fix dev dependencies Nikolay Kim 2019-04-02 15:00:10 -0700
  • db1f7651a3 more patch cratesio Nikolay Kim 2019-04-02 14:47:59 -0700
  • 00000fb316 mut obj Nikolay Kim 2019-04-02 14:27:54 -0700
  • f100976ef0 rename close_connection to force_close Nikolay Kim 2019-04-02 14:08:30 -0700
  • deac983bc7 fix test-server workspace setup Nikolay Kim 2019-04-02 14:04:28 -0700
  • bca31eb7ad remove Deref Nikolay Kim 2019-04-02 13:35:01 -0700
  • e282ef7925 return back consuming builder Nikolay Kim 2019-04-02 12:51:16 -0700
  • 56d0f6607b Add %R (Route) for logger Haze Booth 2019-04-02 14:14:17 -0400
  • 49a499ce74 properly allocate read buffer Nikolay Kim 2019-04-02 11:11:32 -0700
  • d067b1d5f1 do not use static Nikolay Kim 2019-04-02 10:53:44 -0700
  • c27fbdc35f Preallocate read buffer for h1 codec, #749 Nikolay Kim 2019-04-02 10:19:56 -0700
  • 1bd0995d7a remove unneded & Nikolay Kim 2019-04-01 18:00:38 -0700
  • 2d43489278 ClientRequest::json() accepts reference instead of object Nikolay Kim 2019-04-01 17:53:30 -0700
  • 89a0a50e14 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2019-04-01 15:20:04 -0700
  • 38afc93304 Use non-consuming builder pattern for ClientRequest Nikolay Kim 2019-04-01 15:19:34 -0700
  • 03c84be1f2
    Merge pull request #750 from Dowwie/master Darin 2019-04-01 17:37:04 -0400
  • 6d169f4c9c Merge branch 'master' of https://github.com/Dowwie/actix-web dowwie 2019-04-01 15:10:49 -0400
  • 3dd3f7bc92 updated scope wrap doc dowwie 2019-04-01 15:10:28 -0400
  • e6936d9f73
    Merge branch 'master' into master Darin 2019-04-01 14:53:23 -0400
  • 03dfbdfcdd updated wrap and wrap fn descriptions, still requiring viable examples dowwie 2019-04-01 14:52:05 -0400
  • 5c4e4edda4 add ClientResponse::json() Nikolay Kim 2019-04-01 11:51:18 -0700
  • c5fa6c1abe do not consume response Nikolay Kim 2019-04-01 11:29:26 -0700
  • 6c195d8521 add Derev<Target=RequestHead> for ClientRequest Nikolay Kim 2019-04-01 10:26:25 -0700
  • 96fd61f3d5 rust 1.31.0 compatibility Nikolay Kim 2019-04-01 10:26:09 -0700
  • 8800b8ef13 mentioned re-use in wrap doc dowwie 2019-04-01 09:59:21 -0400
  • 220c04b7b3 added docs for wrap and wrap_fn dowwie 2019-04-01 09:30:11 -0400
  • 34695f4bce rename test methods; update tests Nikolay Kim 2019-03-31 20:43:00 -0700
  • 15c5a3bcfb fix test Nikolay Kim 2019-03-31 18:57:54 -0700
  • ab45974e35 add default handler Nikolay Kim 2019-03-31 18:19:18 -0700