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

Commit Graph

  • 878f32c495 fix tests for no-default-features Nikolay Kim 2019-03-28 14:27:07 -07:00
  • a2c9ff3a33 back to development Nikolay Kim 2019-03-28 14:10:03 -07:00
  • 9c198a0d29 alpha.1 release Nikolay Kim 2019-03-28 13:46:26 -07:00
  • 9cca86e60d prepear actix-http release http-v0.1.0-alpha.1 Nikolay Kim 2019-03-28 12:45:41 -07:00
  • 605ce05127 App::enable_encoding() allows to enable compression and decompression Nikolay Kim 2019-03-28 12:32:59 -07:00
  • 5795850bbb decompress payload in cpu threadpool Nikolay Kim 2019-03-28 11:08:24 -07:00
  • e84c95968f reuse PayloadBuffer from actix-http Nikolay Kim 2019-03-28 05:34:33 -07:00
  • 6e0fe7db2d use actix-threadpool for blocking calls Nikolay Kim 2019-03-28 05:16:43 -07:00
  • 4309d9b88c port multipart support Nikolay Kim 2019-03-28 05:04:39 -07:00
  • c59937784e add client websockets support Nikolay Kim 2019-03-27 18:53:19 -07:00
  • e254fe4f9c allow to override response body encoding Nikolay Kim 2019-03-27 11:29:31 -07:00
  • 3edc515bac refactor RequestHead/ResponseHead Nikolay Kim 2019-03-27 10:38:01 -07:00
  • fb9c94c3e0 remove Backtrace from error Nikolay Kim 2019-03-27 09:31:07 -07:00
  • faa3ea8e5b rename BodyLength to BodySize Nikolay Kim 2019-03-27 09:24:55 -07:00
  • b6b37d3ea3 Add Client::request_from Nikolay Kim 2019-03-26 23:25:24 -07:00
  • b7570b2476 remove unused code Nikolay Kim 2019-03-26 22:33:01 -07:00
  • 959aebb24f simplify TestResponse builder Nikolay Kim 2019-03-26 22:03:00 -07:00
  • d49a8ba53b add client TestResponse Nikolay Kim 2019-03-26 21:54:57 -07:00
  • 5703bd8160 fix client cookies parsing Nikolay Kim 2019-03-26 21:31:18 -07:00
  • ab597dd98a Added HTTP Authentication for Client #540 Nikolay Kim 2019-03-26 20:57:06 -07:00
  • 1cca25c276 add client decompression support Nikolay Kim 2019-03-26 20:45:00 -07:00
  • 2629699b62 rename flate2-c feature to flate2-zlib Nikolay Kim 2019-03-26 18:46:06 -07:00
  • 1904b01fc0 add content-encoding decompression Nikolay Kim 2019-03-26 15:14:32 -07:00
  • 9451ba71f4 update cargo files Nikolay Kim 2019-03-26 12:50:51 -07:00
  • 50c0ddb3cd update tests Nikolay Kim 2019-03-26 12:31:51 -07:00
  • c7ad677804 Merge actix-http project Nikolay Kim 2019-03-26 11:54:35 -07:00
  • 2c7da28ef9 move high level client code to awc crate Nikolay Kim 2019-03-26 11:43:22 -07:00
  • b254113d9f move high level client code from actix-http Nikolay Kim 2019-03-26 11:41:38 -07:00
  • 999fa65efa Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2019-03-26 09:22:51 -07:00
  • cc24c77acc add Client::new() Nikolay Kim 2019-03-26 09:11:27 -07:00
  • 254b61e800 Fix copy/paste mistake in error message (#733) Max Frai 2019-03-26 18:07:19 +02:00
  • 83d4447349 add http client Nikolay Kim 2019-03-25 21:58:01 -07:00
  • 9037473e0f update client error Nikolay Kim 2019-03-25 21:52:45 -07:00
  • 8d1195d8ac add async handler tests Nikolay Kim 2019-03-25 14:33:34 -07:00
  • e18227cc3d add wrap_fn to App and Scope Nikolay Kim 2019-03-25 13:43:02 -07:00
  • d30027ac5b Remove StaticFilesConfig (#731) Douman 2019-03-25 23:02:37 +03:00
  • 86a21c956c rename .middleware to .wrap Nikolay Kim 2019-03-25 13:02:10 -07:00
  • 939d2e745c rename Resource::middleware to Resource::wrap and add wrap_fn for fn middlewares Nikolay Kim 2019-03-25 12:47:58 -07:00
  • 1970c99522 add session test Nikolay Kim 2019-03-24 20:21:20 -07:00
  • 51e4dcf3b3 update test doc string Nikolay Kim 2019-03-24 17:13:17 -07:00
  • e37e81af0b simplify Payload extractor Nikolay Kim 2019-03-24 17:00:59 -07:00
  • ed322c175e update tests Nikolay Kim 2019-03-24 16:28:16 -07:00
  • b95e99a09e update changes Nikolay Kim 2019-03-24 16:17:59 -07:00
  • ffb3324129 do not use default resource from app, return 405 if no matching route found Nikolay Kim 2019-03-24 16:15:34 -07:00
  • 9932a342ef export Scope Nikolay Kim 2019-03-24 11:59:35 -07:00
  • c1e8d8363c fix errhandlers doc string Nikolay Kim 2019-03-24 11:49:26 -07:00
  • 913155d34c update doc strings Nikolay Kim 2019-03-24 11:47:23 -07:00
  • ede32c8b3f export errhandlers module Nikolay Kim 2019-03-24 11:32:30 -07:00
  • 307b2e5b0e fix compress features Nikolay Kim 2019-03-24 11:29:35 -07:00
  • bc01d39d4d add error response test for cors Nikolay Kim 2019-03-23 22:03:40 -07:00
  • 548f6f89bf allow to get app data via HttpRequest Nikolay Kim 2019-03-23 21:39:02 -07:00
  • 5b06f2bee5 port cors middleware Nikolay Kim 2019-03-23 21:29:16 -07:00
  • 60050307bd session feature is renamed to cookies Nikolay Kim 2019-03-23 11:18:31 -07:00
  • 1e069bb843 Merge branch '1.0' Nikolay Kim 2019-03-23 10:16:32 -07:00
  • 535b407ac0 make cookies optional Nikolay Kim 2019-03-23 10:06:54 -07:00
  • c5c7b244be cookie is optional Nikolay Kim 2019-03-23 09:40:20 -07:00
  • 00b7dc7887 handle socket shutdown for h1 connections Nikolay Kim 2019-03-18 09:44:48 -07:00
  • 8872f3b590 fix ws upgrade Nikolay Kim 2019-03-18 05:30:18 -07:00
  • fd86d73a03 fix response upgrade type Nikolay Kim 2019-03-18 05:26:12 -07:00
  • efe3025395 add handshake test Nikolay Kim 2019-03-17 22:57:27 -07:00
  • 3301a46264 proper connection upgrade check Nikolay Kim 2019-03-17 22:56:13 -07:00
  • b0343eb22d simplify ws stream interface Nikolay Kim 2019-03-17 22:31:10 -07:00
  • 6ab7665868 export ws module Nikolay Kim 2019-03-17 22:11:50 -07:00
  • fd3e351c31 add websockets context Nikolay Kim 2019-03-17 22:02:03 -07:00
  • f26d4b6a23 do not chunk websocket stream Nikolay Kim 2019-03-17 21:57:53 -07:00
  • 85c2887b30 export ws::hash_key Nikolay Kim 2019-03-17 21:09:50 -07:00
  • 88152740c6 move macros tests to codegen crate Nikolay Kim 2019-03-17 20:20:10 -07:00
  • a07ea00cc4 add basic test for proc macro Nikolay Kim 2019-03-17 13:55:03 -07:00
  • 6b66681827 add basic actors integration Nikolay Kim 2019-03-17 13:47:20 -07:00
  • 9bd0f29ca3 add tests for error and some responders Nikolay Kim 2019-03-17 10:11:10 -07:00
  • c14c66d2b0 add json extractor tests Nikolay Kim 2019-03-17 09:52:41 -07:00
  • 2b5f9f0511 temp fix for tarpaulin Nikolay Kim 2019-03-17 08:50:25 -07:00
  • 7435c5e9bf temp fix for tarpaulin Nikolay Kim 2019-03-17 01:49:00 -07:00
  • b550f9ecf4 update imports Nikolay Kim 2019-03-17 01:08:56 -07:00
  • fa66a07ec5 move httpmessage futures to actix-web Nikolay Kim 2019-03-17 01:02:51 -07:00
  • 9012c46fe1 move payload futures from actix-http Nikolay Kim 2019-03-17 00:48:40 -07:00
  • fd141ef9b1 move json to actix-web Nikolay Kim 2019-03-16 22:10:15 -07:00
  • c80884904c move JsonBody from actix-http Nikolay Kim 2019-03-16 22:04:09 -07:00
  • 725ee3d396 rename extract to types Nikolay Kim 2019-03-16 21:43:48 -07:00
  • 4a4826b23a cleanup doc strings and clippy warnings Nikolay Kim 2019-03-16 21:35:02 -07:00
  • e396c90c9e update api doc Nikolay Kim 2019-03-16 21:13:16 -07:00
  • 60386f1791 introduce RouteData extractor Nikolay Kim 2019-03-16 21:09:11 -07:00
  • 6afcecdb5f Merge branch '1.0' of github.com:actix/actix-web into 1.0 Nikolay Kim 2019-03-16 20:17:48 -07:00
  • b1e267bce4 rename State to a Data Nikolay Kim 2019-03-16 20:17:27 -07:00
  • d93fe157b9 use better name Route::data instead of Route::config Nikolay Kim 2019-03-16 11:58:01 -07:00
  • 414614e1b5 change marco import (#727) lagudomeze 2019-03-16 12:08:39 +08:00
  • ce4a2629f3 update actix-connect Nikolay Kim 2019-03-14 22:56:06 -07:00
  • 15ba40d3ab fix non ssl connector Nikolay Kim 2019-03-14 13:08:05 -07:00
  • 76bb30dc3a fix names Nikolay Kim 2019-03-14 13:06:29 -07:00
  • 1f9467e880 update tests Nikolay Kim 2019-03-14 12:01:35 -07:00
  • b8bfd29d2c use Uri as client connect message Nikolay Kim 2019-03-14 11:52:52 -07:00
  • bf8262196f feat: enable use of patch as request method (#718) Jannik Keye 2019-03-14 09:36:10 +01:00
  • d2c755bb47 update client connector Nikolay Kim 2019-03-13 22:57:28 -07:00
  • 3a24a75d13 update dep Nikolay Kim 2019-03-13 16:56:11 -07:00
  • 033a8d890c update actix connect Nikolay Kim 2019-03-13 15:57:33 -07:00
  • 1941aa0217 use actix-connect crate Nikolay Kim 2019-03-13 14:41:40 -07:00
  • 17ecdd63d2 httpresponse: add constructor for HttpResponseBuilder (#697) Luca Bruno 2019-03-13 15:20:18 +01:00
  • 86405cfe7a more tests Nikolay Kim 2019-03-12 22:57:09 -07:00
  • 28f01beaec update deps Nikolay Kim 2019-03-12 17:06:08 -07:00
  • f627d01055 update actix-server Nikolay Kim 2019-03-12 17:04:08 -07:00