1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-01-13 02:35:41 +00:00

Commit graph

  • 791f22bbc8 replate time::Duration with chrono::Duration and add max_age_time method (#789) Kilerd Chan 2019-04-20 04:54:44 +0800
  • 1e7f97a111 Add Normalization middleware for in place (#783) Douman 2019-04-19 23:53:49 +0300
  • eae2bfac02
    Merge branch 'master' into normalization_in_place #783 Nikolay Kim 2019-04-19 13:53:42 -0700
  • d44f5bae51 Add Normalization middleware for in place Douman 2019-04-17 08:39:38 +0300
  • bc40f5ae40
    Merge pull request #788 from Dowwie/master Darin 2019-04-19 06:55:44 -0400
  • 3adb159f12 feat: replace time:Duration with chrono:Duration in repo actix-http #789 Kilerd Chan 2019-04-19 16:42:36 +0800
  • 3504a8fc0a
    Merge branch 'master' into master #788 Darin 2019-04-19 04:38:41 -0400
  • bfe0df5ab0 update tests Nikolay Kim 2019-04-18 21:28:23 -0700
  • 42f3308277 feat: rename max_age method which accepts Duration to max_age_time and add new max_age method accepting isize of seconds Kilerd Chan 2019-04-19 10:53:56 +0800
  • e8217c99cb feat: replate time::Duration with chrono::Duration Kilerd Chan 2019-04-19 10:40:26 +0800
  • ed94df189f
    Merge branch 'master' into master Darin 2019-04-18 19:03:48 -0400
  • aa255298ef make ServiceRequest::from_parts private, as it is not safe to create from parts Nikolay Kim 2019-04-18 16:03:13 -0700
  • da86b6e062 added put and patch to TestRequest, docs, and test dowwie 2019-04-18 18:06:32 -0400
  • f1b8f6cf08
    Merge branch 'master' into master #778 Darin 2019-04-18 17:37:23 -0400
  • 75e340137d use local version of http-test Nikolay Kim 2019-04-18 12:23:56 -0700
  • e659e09e29 update tests Nikolay Kim 2019-04-18 11:01:04 -0700
  • c2598b7f8c
    Merge branch 'master' into master Darin 2019-04-18 13:58:12 -0400
  • 163ca89cf4 more tests Nikolay Kim 2019-04-17 17:48:25 -0700
  • 85b598a614 add cookie session test Nikolay Kim 2019-04-17 11:02:03 -0700
  • b64851c5ec enable runtime for test:: methods Nikolay Kim 2019-04-17 10:28:27 -0700
  • cc8420377e pass request ownership to closure instead of ref Nikolay Kim 2019-04-16 15:43:55 -0700
  • 5740f1e63a prepare actix-framed release framed-v0.1.0 Nikolay Kim 2019-04-16 11:18:47 -0700
  • c943e95812 update dependencies Nikolay Kim 2019-04-16 11:17:29 -0700
  • 4c0ebd55d3 prepare actix-http-test release http-test-v0.1.0 Nikolay Kim 2019-04-16 11:02:26 -0700
  • e7ec77aa81 update readme awc-v0.1.0 Nikolay Kim 2019-04-16 10:50:37 -0700
  • ddfd7523f7 prepare awc release Nikolay Kim 2019-04-16 10:49:38 -0700
  • 2986077a28 no need for feature http-v0.1.0 Nikolay Kim 2019-04-16 10:32:48 -0700
  • 3744957804 actix_http::encoding always available Nikolay Kim 2019-04-16 10:27:58 -0700
  • 420d3064c5 Add .peer_addr() #744 Nikolay Kim 2019-04-16 10:11:38 -0700
  • eb4f6b74fb Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2019-04-16 09:58:07 -0700
  • a116c4c2c7 Expose peer addr via Request::peer_addr() and RequestHead::peer_addr Nikolay Kim 2019-04-16 09:54:02 -0700
  • 7f674febb1 add 422 to httpcodes.rs (#782) Travis Harmon 2019-04-15 19:55:06 -0400
  • 04423e60a1 add 422 to httpcodes.rs #782 Travis Harmon 2019-04-15 19:36:40 -0400
  • ad4ace74b7 added more http method fns to TestRequest dowwie 2019-04-15 13:00:08 -0400
  • 14252f5ef2 use test::call_service Nikolay Kim 2019-04-15 09:09:21 -0700
  • 7a28b32f6d Rename test::call_success to test::call_service Nikolay Kim 2019-04-15 07:44:07 -0700
  • 09cdf1e302 Rename RouterConfig to ServiceConfig Nikolay Kim 2019-04-15 07:32:49 -0700
  • 1eebd47072 fix warnings Nikolay Kim 2019-04-14 21:00:16 -0700
  • 002c41a7ca update trust-dns Nikolay Kim 2019-04-14 20:45:44 -0700
  • ab4fda6084 update tests Nikolay Kim 2019-04-14 20:20:33 -0700
  • f9078d41cd add test::read_response; fix TestRequest::app_data() Nikolay Kim 2019-04-14 19:52:12 -0700
  • 4cc2b38059 added read_response_json for testing (#776) Darin 2019-04-14 19:25:45 -0400
  • a2e6997bda removed generic R, replaced with Request #776 dowwie 2019-04-14 18:08:10 -0400
  • 5e4ddc9995 use type coercion in doc dowwie 2019-04-14 17:47:30 -0400
  • 774a9d1e8b test code in doc should compile now dowwie 2019-04-14 17:44:40 -0400
  • d99629bdf2 typo in doc dowwie 2019-04-14 17:37:05 -0400
  • 67e9c72039 modied docs for read_response_json dowwie 2019-04-14 17:33:55 -0400
  • 5745a7a67a cleaned up dowwie 2019-04-14 16:24:52 -0400
  • 4cfc3fd570 added read_response_json for testing dowwie 2019-04-14 16:22:33 -0400
  • d7040dc303 alpha.6 release v1.0.0-alpha.6 Nikolay Kim 2019-04-14 08:09:32 -0700
  • 6bc1a0c76b Do not set default headers for websocket request Nikolay Kim 2019-04-14 07:43:53 -0700
  • 5bd5651faa Allow to use any service as default service Nikolay Kim 2019-04-13 22:25:00 -0700
  • 32ac159ba2 update migration Nikolay Kim 2019-04-13 16:51:41 -0700
  • ee33f52736 make extractor config type explicit Nikolay Kim 2019-04-13 16:35:25 -0700
  • 4f30fa9d46 Remove generic type for request payload, always use default Nikolay Kim 2019-04-13 14:50:54 -0700
  • 043f6e77ae remove nested multipart support Nikolay Kim 2019-04-13 10:11:07 -0700
  • 48518df883 do not generate all docs; use docs.rs for 1.0 docs Nikolay Kim 2019-04-13 09:35:23 -0700
  • 1f2b15397d prepare alpha5 release v1.0.0-alpha.5 Nikolay Kim 2019-04-12 14:00:45 -0700
  • 87167f6581 update actix-connect Nikolay Kim 2019-04-12 12:33:11 -0700
  • b4768a8f81 add TestRequest::run(), allows to run async functions Nikolay Kim 2019-04-12 11:28:57 -0700
  • 3fb7343e73 provide during test request construction Nikolay Kim 2019-04-12 11:22:18 -0700
  • 5cfba5ff16 add FramedRequest builder for testing Nikolay Kim 2019-04-12 11:15:58 -0700
  • 67c34a5937 Add Debug impl for BoxedSocket Nikolay Kim 2019-04-11 16:01:54 -0700
  • 94d7a7f873 custom future for SendError service Nikolay Kim 2019-04-11 15:12:23 -0700
  • d86567fbdc revert SendResponse::Error type Nikolay Kim 2019-04-11 14:18:58 -0700
  • d115b3b3ed ws verifyciation takes RequestHead; add SendError utility service Nikolay Kim 2019-04-11 14:00:32 -0700
  • 6420a2fe1f update client example Nikolay Kim 2019-04-10 20:57:18 -0700
  • 0eed9e5257 add more migration Nikolay Kim 2019-04-10 20:51:57 -0700
  • 7801fcb993 update migration Nikolay Kim 2019-04-10 20:47:28 -0700
  • e55be4dba6 add FramedRequest helper methods Nikolay Kim 2019-04-10 19:57:34 -0700
  • 12e1dad42e export TestBuffer Nikolay Kim 2019-04-10 19:43:09 -0700
  • 7cd59c38d3 rename framed App Nikolay Kim 2019-04-10 18:08:28 -0700
  • 8dc4a88aa6 add actix-framed Nikolay Kim 2019-04-10 15:06:27 -0700
  • 52aebb3bca fmt Nikolay Kim 2019-04-10 15:05:03 -0700
  • 6b42b2aaee remove framed for now Nikolay Kim 2019-04-10 12:55:56 -0700
  • 6ab9838977 added some error logging for extractors: Data, Json, Query, and Path (#765) Darin 2019-04-10 15:45:13 -0400
  • 9d82d4dfb9 Fix body propagation in Response::from_error. #760 Nikolay Kim 2019-04-10 12:43:31 -0700
  • 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 #765 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 #748 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 #762 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. #760 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