1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-17 19:27:52 +02:00

Commit Graph

  • aa78565453 use objects pool for HttpRequest; optimize nested services call Nikolay Kim 2019-04-07 23:06:21 -07:00
  • 75b213a6f0 refactor FromRequest trait Nikolay Kim 2019-04-07 14:43:07 -07:00
  • 3c650ca194 remove buffer capacity for payload Nikolay Kim 2019-04-07 10:40:45 -07:00
  • 219baf3323 remove PayloadWriter trait Nikolay Kim 2019-04-07 10:29:26 -07:00
  • ec09d6fbe6 optimize encode headers and body split Nikolay Kim 2019-04-07 10:03:38 -07:00
  • 68d2203dd6 run travis with stable rust only Nikolay Kim 2019-04-07 08:17:29 -07:00
  • 748289f0ff use custom headers map; more optimizations Nikolay Kim 2019-04-06 15:02:02 -07:00
  • 4ef46e26f9 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2019-04-06 08:13:14 -07:00
  • 3872d3ba5a refactor h1 dispatcher Nikolay Kim 2019-04-06 00:16:04 -07:00
  • b1523ab78c started 1.0 migration guide (#758) Darin 2019-04-06 10:39:20 -04:00
  • fbedaec661 add expect: 100-continue support #141 Nikolay Kim 2019-04-05 16:46:44 -07:00
  • 02fcaca3da add backward compatibility Nikolay Kim 2019-04-05 11:36:26 -07:00
  • 18593d8476 updated Connector docs and renamed service() to finish() (#757) Darin 2019-04-05 14:34:27 -04:00
  • b6dacaa23a remove SendError and SendResponse services Nikolay Kim 2019-04-05 11:29:42 -07:00
  • f89321fd01 fix import Nikolay Kim 2019-04-05 10:50:11 -07:00
  • 0d4a8e1b1c update actix-connect Nikolay Kim 2019-04-05 10:35:14 -07:00
  • 162cd3eecd added Connector to actix-web::client namespace (#756) Darin 2019-04-05 10:37:00 -04:00
  • a655bdac52 Fix clippy warning (#755) nasa 2019-04-05 18:34:24 +09:00
  • 309c480782 encoder sent uncompressed data before compressed Nikolay Kim 2019-04-04 15:03:40 -07:00
  • 9c205f9f1d update tests for content-encoding Nikolay Kim 2019-04-04 14:00:56 -07:00
  • 1f5c0f50f9 Add minimal std::error::Error impl for Error Nikolay Kim 2019-04-04 13:23:38 -07:00
  • d8bc66a18e Use thread pool for response body comression Nikolay Kim 2019-04-04 13:17:55 -07:00
  • bc834f6a03 remove some static contraints Nikolay Kim 2019-04-04 10:59:34 -07:00
  • dc7c3d37a1 upgrade router Nikolay Kim 2019-04-03 21:45:30 -07:00
  • 1e2bd68e83 Render error and return as response body Nikolay Kim 2019-04-03 19:55:19 -07:00
  • 954fe21751 set response error body Nikolay Kim 2019-04-03 19:07:25 -07:00
  • 7d6085ddbd Add %U (URLPath) for logger (#752) Haze 2019-04-03 20:41:42 -04:00
  • cef3dc3586 added app_data() method Nikolay Kim 2019-04-03 15:25:52 -07:00
  • 237bfba1ed add App::configure() - allow to offload app configuration to different methods Nikolay Kim 2019-04-03 15:09:31 -07:00
  • dfa0abf5a5 Export IntoHeaderValue Nikolay Kim 2019-04-03 12:44:47 -07:00
  • e738361e09 move multipart support to separate crate Nikolay Kim 2019-04-03 12:28:58 -07:00
  • f56072954b remove PayloadBuffer Nikolay Kim 2019-04-03 03:20:20 -07:00
  • 2a89b995aa do not cleanup travis build Nikolay Kim 2019-04-02 21:56:38 -07:00
  • 442f5057dd alpha.3 release v1.0.0-alpha.3 Nikolay Kim 2019-04-02 21:49:31 -07:00
  • 19eef36f8f Merge branch 'tarpaulin' Nikolay Kim 2019-04-02 21:11:03 -07:00
  • 51d5006ccf Detect socket disconnection during protocol selection Nikolay Kim 2019-04-02 20:50:25 -07:00
  • 3aebe09e5c travis Nikolay Kim 2019-04-02 15:47:46 -07:00
  • 4227cddd30 fix dev dependencies Nikolay Kim 2019-04-02 15:00:10 -07:00
  • db1f7651a3 more patch cratesio Nikolay Kim 2019-04-02 14:47:59 -07:00
  • 00000fb316 mut obj Nikolay Kim 2019-04-02 14:27:54 -07:00
  • f100976ef0 rename close_connection to force_close Nikolay Kim 2019-04-02 14:08:30 -07:00
  • deac983bc7 fix test-server workspace setup Nikolay Kim 2019-04-02 14:04:28 -07:00
  • bca31eb7ad remove Deref Nikolay Kim 2019-04-02 13:35:01 -07:00
  • e282ef7925 return back consuming builder Nikolay Kim 2019-04-02 12:51:16 -07:00
  • 49a499ce74 properly allocate read buffer Nikolay Kim 2019-04-02 11:11:32 -07:00
  • d067b1d5f1 do not use static Nikolay Kim 2019-04-02 10:53:44 -07:00
  • c27fbdc35f Preallocate read buffer for h1 codec, #749 Nikolay Kim 2019-04-02 10:19:56 -07:00
  • 1bd0995d7a remove unneded & Nikolay Kim 2019-04-01 18:00:38 -07:00
  • 2d43489278 ClientRequest::json() accepts reference instead of object Nikolay Kim 2019-04-01 17:53:30 -07:00
  • 89a0a50e14 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2019-04-01 15:20:04 -07:00
  • 38afc93304 Use non-consuming builder pattern for ClientRequest Nikolay Kim 2019-04-01 15:19:34 -07:00
  • 03c84be1f2
    Merge pull request #750 from Dowwie/master Darin 2019-04-01 17:37:04 -04:00
  • 6d169f4c9c Merge branch 'master' of https://github.com/Dowwie/actix-web dowwie 2019-04-01 15:10:49 -04:00
  • 3dd3f7bc92 updated scope wrap doc dowwie 2019-04-01 15:10:28 -04:00
  • e6936d9f73
    Merge branch 'master' into master Darin 2019-04-01 14:53:23 -04:00
  • 03dfbdfcdd updated wrap and wrap fn descriptions, still requiring viable examples dowwie 2019-04-01 14:52:05 -04:00
  • 5c4e4edda4 add ClientResponse::json() Nikolay Kim 2019-04-01 11:51:18 -07:00
  • c5fa6c1abe do not consume response Nikolay Kim 2019-04-01 11:29:26 -07:00
  • 6c195d8521 add Derev<Target=RequestHead> for ClientRequest Nikolay Kim 2019-04-01 10:26:25 -07:00
  • 96fd61f3d5 rust 1.31.0 compatibility Nikolay Kim 2019-04-01 10:26:09 -07:00
  • 8800b8ef13 mentioned re-use in wrap doc dowwie 2019-04-01 09:59:21 -04:00
  • 220c04b7b3 added docs for wrap and wrap_fn dowwie 2019-04-01 09:30:11 -04:00
  • 34695f4bce rename test methods; update tests Nikolay Kim 2019-03-31 20:43:00 -07:00
  • 15c5a3bcfb fix test Nikolay Kim 2019-03-31 18:57:54 -07:00
  • ab45974e35 add default handler Nikolay Kim 2019-03-31 18:19:18 -07:00
  • e4b3f79458 allocate enough space Nikolay Kim 2019-03-31 17:05:02 -07:00
  • ce8294740e fix tests with disabled features Nikolay Kim 2019-03-31 17:04:34 -07:00
  • ddf5089bff Warn when an unsealed private cookie isn't valid UTF-8 (#746) Llaurence 2019-03-31 13:26:56 +00:00
  • 7596d0b7cb fix fn_guard doc string Nikolay Kim 2019-03-30 20:48:00 -07:00
  • 1a871d708e update guard doc test Nikolay Kim 2019-03-30 12:13:21 -07:00
  • 351df84cca update stable release api doc link Nikolay Kim 2019-03-30 11:37:56 -07:00
  • 6fcbe4bcda add fn_guard Nikolay Kim 2019-03-30 11:33:31 -07:00
  • 457b75c995 update api docs; move web to submodule Nikolay Kim 2019-03-30 10:04:38 -07:00
  • 724e9c2efb replace deprecated fn Nikolay Kim 2019-03-30 07:56:09 -07:00
  • 2e159d1eb9 test-server: Request functions should accept path (#743) Douman 2019-03-30 17:53:45 +03:00
  • a20b9fd354 prepare aplha2 release v1.0.0-alpha.2 Nikolay Kim 2019-03-29 22:06:14 -07:00
  • d846328f36 fork cookie crate Nikolay Kim 2019-03-29 21:13:39 -07:00
  • 193f8fb2d9 update tests Nikolay Kim 2019-03-29 18:51:07 -07:00
  • 3a954298d7 Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2019-03-29 18:23:07 -07:00
  • 3220777ff9 Added ws::Message::Nop, no-op websockets message Nikolay Kim 2019-03-29 18:22:49 -07:00
  • 00526f60dc Impl BodyEncoding for Response (#740) Douman 2019-03-30 02:29:11 +03:00
  • c126713f40 add rustls support to HttpServer Nikolay Kim 2019-03-29 16:28:19 -07:00
  • e9bbde6832 allow to override request's uri Nikolay Kim 2019-03-29 16:27:18 -07:00
  • 5eb3f1154e revert Nikolay Kim 2019-03-29 14:27:22 -07:00
  • aebeb511cd explicit impl traits for ws connect Nikolay Kim 2019-03-29 14:26:11 -07:00
  • 744d82431d add per request timeout Nikolay Kim 2019-03-29 14:07:37 -07:00
  • 058b1d56e6 Export ws sub-module with websockets related types Nikolay Kim 2019-03-29 13:49:21 -07:00
  • 709475b2bb multipart::Field renamed to MultipartField Nikolay Kim 2019-03-29 11:59:38 -07:00
  • 19a0b8046b remove actix reference Nikolay Kim 2019-03-29 11:13:36 -07:00
  • 1e7096a63a add request timeout Nikolay Kim 2019-03-28 22:33:41 -07:00
  • ea4d98d669 Session wide headers, basic and bearer auth Nikolay Kim 2019-03-28 21:48:35 -07:00
  • 3b897da8e2 Do not use thread pool for decomression if chunk size is smaller than 2048 Nikolay Kim 2019-03-28 21:15:26 -07:00
  • cc6e0c6d04 Fix client payload decompression #674 v0.7.19 Nikolay Kim 2019-03-28 20:40:25 -07:00
  • 10b166404e Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2019-03-28 20:27:59 -07:00
  • 80ff7d40a1 enable awc/ssl if ssl features is enabled Nikolay Kim 2019-03-28 20:27:47 -07:00
  • c4a8bbe47b fix the example in README.md (#739) joekyo 2019-03-29 11:03:17 +08:00
  • d9496d46d1 [0.7] Fix never-ending HTTP2 empty response (#737) Zeyi Fan 2019-03-28 17:40:12 -07:00
  • 9710e9b01f Re-export actix_http::client::Connector Nikolay Kim 2019-03-28 14:46:33 -07:00
  • 1d79f16529 update release api docs link Nikolay Kim 2019-03-28 14:30:38 -07:00
  • 670a457013 fix docs.rs feature list Nikolay Kim 2019-03-28 14:28:59 -07:00