1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-03-15 18:03:06 +01:00

Commit Graph

  • 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
  • 2a89b995aa do not cleanup travis build Nikolay Kim 2019-04-02 21:56:38 -07:00
  • 442f5057dd alpha.3 release 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