1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-05-23 05:23:20 +02:00

Commit Graph

  • da86b6e062 added put and patch to TestRequest, docs, and test dowwie 2019-04-18 18:06:32 -04:00
  • 75e340137d use local version of http-test Nikolay Kim 2019-04-18 12:23:56 -07:00
  • e659e09e29 update tests Nikolay Kim 2019-04-18 11:01:04 -07:00
  • 163ca89cf4 more tests Nikolay Kim 2019-04-17 17:48:25 -07:00
  • 85b598a614 add cookie session test Nikolay Kim 2019-04-17 11:02:03 -07:00
  • b64851c5ec enable runtime for test:: methods Nikolay Kim 2019-04-17 10:28:27 -07:00
  • cc8420377e pass request ownership to closure instead of ref Nikolay Kim 2019-04-16 15:43:55 -07:00
  • 5740f1e63a prepare actix-framed release Nikolay Kim 2019-04-16 11:18:47 -07:00
  • c943e95812 update dependencies Nikolay Kim 2019-04-16 11:17:29 -07:00
  • 4c0ebd55d3 prepare actix-http-test release Nikolay Kim 2019-04-16 11:02:26 -07:00
  • e7ec77aa81 update readme Nikolay Kim 2019-04-16 10:50:37 -07:00
  • ddfd7523f7 prepare awc release Nikolay Kim 2019-04-16 10:49:38 -07:00
  • 2986077a28 no need for feature Nikolay Kim 2019-04-16 10:32:48 -07:00
  • 3744957804 actix_http::encoding always available Nikolay Kim 2019-04-16 10:27:58 -07:00
  • 420d3064c5 Add .peer_addr() #744 Nikolay Kim 2019-04-16 10:11:38 -07:00
  • eb4f6b74fb Merge branch 'master' of github.com:actix/actix-web Nikolay Kim 2019-04-16 09:58:07 -07:00
  • a116c4c2c7 Expose peer addr via Request::peer_addr() and RequestHead::peer_addr Nikolay Kim 2019-04-16 09:54:02 -07:00
  • 7f674febb1 add 422 to httpcodes.rs (#782) Travis Harmon 2019-04-15 19:55:06 -04:00
  • 14252f5ef2 use test::call_service Nikolay Kim 2019-04-15 09:09:21 -07:00
  • 7a28b32f6d Rename test::call_success to test::call_service Nikolay Kim 2019-04-15 07:44:07 -07:00
  • 09cdf1e302 Rename RouterConfig to ServiceConfig Nikolay Kim 2019-04-15 07:32:49 -07:00
  • 1eebd47072 fix warnings Nikolay Kim 2019-04-14 21:00:16 -07:00
  • 002c41a7ca update trust-dns Nikolay Kim 2019-04-14 20:45:44 -07:00
  • ab4fda6084 update tests Nikolay Kim 2019-04-14 20:20:33 -07:00
  • f9078d41cd add test::read_response; fix TestRequest::app_data() Nikolay Kim 2019-04-14 19:52:12 -07:00
  • 4cc2b38059 added read_response_json for testing (#776) Darin 2019-04-14 19:25:45 -04:00
  • cb682b08e4 update to alpha6 Nikolay Kim 2019-04-14 10:30:37 -07:00
  • d7040dc303 alpha.6 release Nikolay Kim 2019-04-14 08:09:32 -07:00
  • 6bc1a0c76b Do not set default headers for websocket request Nikolay Kim 2019-04-14 07:43:53 -07:00
  • 5bd5651faa Allow to use any service as default service Nikolay Kim 2019-04-13 22:25:00 -07:00
  • 32ac159ba2 update migration Nikolay Kim 2019-04-13 16:51:41 -07:00
  • ee33f52736 make extractor config type explicit Nikolay Kim 2019-04-13 16:35:25 -07:00
  • 4f30fa9d46 Remove generic type for request payload, always use default Nikolay Kim 2019-04-13 14:50:54 -07:00
  • 043f6e77ae remove nested multipart support Nikolay Kim 2019-04-13 10:11:07 -07:00
  • 48518df883 do not generate all docs; use docs.rs for 1.0 docs Nikolay Kim 2019-04-13 09:35:23 -07:00
  • 1f2b15397d prepare alpha5 release Nikolay Kim 2019-04-12 14:00:45 -07:00
  • 87167f6581 update actix-connect Nikolay Kim 2019-04-12 12:33:11 -07:00
  • b4768a8f81 add TestRequest::run(), allows to run async functions Nikolay Kim 2019-04-12 11:28:57 -07:00
  • 3fb7343e73 provide during test request construction Nikolay Kim 2019-04-12 11:22:18 -07:00
  • 5cfba5ff16 add FramedRequest builder for testing Nikolay Kim 2019-04-12 11:15:58 -07:00
  • 67c34a5937 Add Debug impl for BoxedSocket Nikolay Kim 2019-04-11 16:01:54 -07:00
  • 94d7a7f873 custom future for SendError service Nikolay Kim 2019-04-11 15:12:23 -07:00
  • d86567fbdc revert SendResponse::Error type Nikolay Kim 2019-04-11 14:18:58 -07:00
  • d115b3b3ed ws verifyciation takes RequestHead; add SendError utility service Nikolay Kim 2019-04-11 14:00:32 -07:00
  • 6420a2fe1f update client example Nikolay Kim 2019-04-10 20:57:18 -07:00
  • 0eed9e5257 add more migration Nikolay Kim 2019-04-10 20:51:57 -07:00
  • 7801fcb993 update migration Nikolay Kim 2019-04-10 20:47:28 -07:00
  • e55be4dba6 add FramedRequest helper methods Nikolay Kim 2019-04-10 19:57:34 -07:00
  • 12e1dad42e export TestBuffer Nikolay Kim 2019-04-10 19:43:09 -07:00
  • 7cd59c38d3 rename framed App Nikolay Kim 2019-04-10 18:08:28 -07:00
  • 8dc4a88aa6 add actix-framed Nikolay Kim 2019-04-10 15:06:27 -07:00
  • 52aebb3bca fmt Nikolay Kim 2019-04-10 15:05:03 -07:00
  • 6b42b2aaee remove framed for now Nikolay Kim 2019-04-10 12:55:56 -07:00
  • 6ab9838977 added some error logging for extractors: Data, Json, Query, and Path (#765) Darin 2019-04-10 15:45:13 -04:00
  • 9d82d4dfb9 Fix body propagation in Response::from_error. #760 Nikolay Kim 2019-04-10 12:43:31 -07:00
  • 9bb40c249f add h1::SendResponse future; renamed to MessageBody::size Nikolay Kim 2019-04-10 12:24:17 -07:00
  • 046b7a1425 Expand codegen to allow specify guards and async Douman 2019-03-31 10:23:15 +03:00
  • c22a3a71f2 fix test Nikolay Kim 2019-04-08 19:07:11 -07:00
  • 9c9940d88d update readme Nikolay Kim 2019-04-08 17:53:19 -07:00
  • 561f83d044 add upgrade service support to h1 dispatcher Nikolay Kim 2019-04-08 17:49:27 -07:00
  • 43d325a139 allow to specify upgrade service Nikolay Kim 2019-04-08 14:51:16 -07:00
  • 0a6dd0efdf fix compression tests Nikolay Kim 2019-04-08 12:48:39 -07:00
  • b921abf18f set host header for http1 connections Nikolay Kim 2019-04-08 12:48:26 -07:00
  • 9bcd5d6664 updated legacy code in call_success example (#762) Darin 2019-04-08 14:20:46 -04:00
  • bc58dbb2f5 add async expect service test Nikolay Kim 2019-04-08 11:19:56 -07:00
  • b1547bbbb6 do not set default headers Nikolay Kim 2019-04-08 11:09:57 -07:00
  • a7fdac1043 fix expect service registration and tests Nikolay Kim 2019-04-08 10:31:29 -07:00
  • 53da55aa3c alpha4 release Nikolay Kim 2019-04-07 23:42:05 -07:00
  • 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