Commit Graph

  • 512fb97ffc Use proxy's DNS in TOR example (#1003) Scott Dupree 2020-08-17 14:02:09 -04:00
  • 7a5c5ed600 Remove non-working example. Postman-echo does not return CORS headers. After a quick search I did not find a test echo server which returned CORS headers. (#1002) Scott Dupree 2020-08-17 14:00:39 -04:00
  • cff487ff58 docsrs: build wasm32-unknown-unknown docs (#998) Paolo Barbolini 2020-08-11 17:14:04 +02:00
  • dd8441fd23 wasm: impl TryFrom<HttpRequest<T>> for Request (#997) Jonas Platte 2020-08-09 00:29:22 +02:00
  • ecc863fdac Do not assume that window exists in WASM (#990) SnejUgal 2020-08-07 05:09:31 +07:00
  • 83fa93ccaf Make headers method on WASM client for compatibility with async_impl (#991) Jason van den Hurk 2020-08-07 00:07:43 +02:00
  • 77d7e452e1 Make execute method on WASM client for compatibility with async_impl (#989) Jason van den Hurk 2020-08-06 19:37:05 +02:00
  • edc9e244cb Bump elliptic from 6.5.1 to 6.5.3 in /examples/wasm_header (#987) dependabot[bot] 2020-08-05 07:46:12 -07:00
  • cea712f8cd Bump elliptic from 6.5.1 to 6.5.3 in /examples/wasm_github_fetch (#986) dependabot[bot] 2020-08-05 07:46:00 -07:00
  • 1e6957a4ac Fix clippy warnings (#981) Takayuki Maeda 2020-07-28 01:02:47 +09:00
  • c78aa50d4c v0.10.7 Sean McArthur 2020-07-24 07:13:27 -07:00
  • 4a8998241a Bump lodash from 4.17.15 to 4.17.19 in /examples/wasm_header (#975) dependabot[bot] 2020-07-24 07:06:32 -07:00
  • 9df2bc6e61 Bump lodash from 4.17.15 to 4.17.19 in /examples/wasm_github_fetch (#974) dependabot[bot] 2020-07-24 07:06:18 -07:00
  • 69288606bc Allow conversion from async client builder to blocking one (#978) Michal 'vorner' Vaner 2020-07-20 19:27:14 +02:00
  • a800202384 Add multipart for WASM (#966) Enno Boland 2020-07-08 22:10:23 +02:00
  • af9fc5c9d8 Implement Request::bearer_auth for wasm32 Enno Boland 2020-02-15 17:07:38 +01:00
  • 1a2c10256a deps(chore): update to the latest rustls (#969) Alex Gaynor 2020-07-06 12:01:46 -04:00
  • 7fd6b44cde Issue #956: Take the cookie store write lock only when necessary (#960) Fabian Franz 2020-06-26 21:27:23 +02:00
  • f2e8dd2477 Update cookie crates (#946) Paolo Barbolini 2020-06-24 18:04:21 +02:00
  • 1c680005c2 Add blocking::Response::headers_mut (#958) David Pedersen 2020-06-24 16:19:15 +02:00
  • 71386d8734 Implement form() and query() for RequestBuilder [WASM] (#947) alianse777 2020-06-15 19:28:51 +05:00
  • 668e89b78a Error: add functions to check more error types. (#945) Tom Hacohen 2020-06-13 17:52:02 +03:00
  • 6914091582 feat(proxy): Adds NO_PROXY environment variable support (#877) Taylor Thomas 2020-06-08 16:32:56 -06:00
  • da899e27e1 Bump websocket-extensions from 0.1.3 to 0.1.4 in /examples/wasm_header (#940) dependabot[bot] 2020-06-08 13:22:44 -07:00
  • ec2f15ffdb Bump websocket-extensions in /examples/wasm_github_fetch (#939) dependabot[bot] 2020-06-08 13:22:23 -07:00
  • bcb35e9498 v0.10.6 Sean McArthur 2020-05-29 10:49:54 -07:00
  • eef504631b Reject non-http, non-https URLs. (#921) Jacob Hoffman-Andrews 2020-05-29 10:29:40 -07:00
  • fd253cf1ab Remove webpki-tokio from hyper-rustls (#935) Bryan Burgers 2020-05-29 11:13:03 -05:00
  • 6c7190bb4f v0.10.5 Sean McArthur 2020-05-28 21:23:40 +00:00
  • 248a9765b3 Backport Sentivite headers to blocking implementation (#931) Damien Cuenot 2020-05-28 23:21:59 +02:00
  • d879d6f6c2 Define authorization headers as sensitive header (#916) Damien Cuenot 2020-05-22 23:39:55 +02:00
  • ecf1df572c Rename option to “pool_max_idle_per_host” (#917) Patrick Lühne 2020-05-22 17:05:44 +02:00
  • b5706f2d89 Make pool idle timeout configurable (#866) Patrick Lühne 2020-05-22 16:37:02 +02:00
  • 90534fa78b Update dependencies (#872) Marat Radchenko 2020-05-21 21:12:34 +03:00
  • 63376de793 Implement Response::content_length for wasm32 (#863) Héctor Ramón 2020-05-21 19:46:56 +02:00
  • 0595c04d10 impl TryFrom http::Request (#887) x1957 2020-05-22 00:23:14 +08:00
  • f332b43d08 Update cookie_store crate version to 0.11 (#914) messense 2020-05-17 23:05:16 +08:00
  • a1b1a1f19b Upgrade dev-dep libflate to 1.0 (#909) Josh Stone 2020-05-11 19:24:22 -07:00
  • 1afbf98378 Update list of OpenSSL versions supported (#890) Montgomery Edwards⁴⁴⁸ 2020-04-26 17:17:54 -05:00
  • 94d9b325ec Create FUNDING.yml Sean McArthur 2020-04-14 15:17:12 -07:00
  • c81eb4ec41 document internal Arc of reqwest::Client (#876) Lucas 2020-04-10 20:34:21 +02:00
  • 71368104e3 remove dependency on rustls-native-certs (#862) Yevhenii Babichenko 2020-03-26 18:06:01 +02:00
  • 1f834714f0 Enable TCP nodelay by default (#860) Sean McArthur 2020-03-25 12:38:29 -07:00
  • 84a560a4fa update hyper from 0.13.3 to 0.13.4 (#858) x1957 2020-03-24 23:28:44 +08:00
  • b61f81d356 Import 'time' only when using the cookie feature (#855) Paolo Barbolini 2020-03-18 01:47:03 +01:00
  • b76b048037 Bump acorn from 6.3.0 to 6.4.1 in /examples/wasm_github_fetch dependabot[bot] 2020-03-16 18:18:36 +00:00
  • d9171deda3 Bump acorn from 6.3.0 to 6.4.1 in /examples/wasm_header dependabot[bot] 2020-03-15 19:48:10 +00:00
  • c6fbbd9181 Disable test_blocking_inside_a_runtime without cfg(debug_assertions) Kent Fredric 2020-03-05 13:20:14 +13:00
  • 6a41459862 Guard reqwest::proxy libtests against concurrent ENV modification Kent Fredric 2020-03-04 21:13:54 +13:00
  • b42d2e0e0c Bumped base64 to latest Alex Gaynor 2020-03-08 19:37:26 -04:00
  • ead2822321 v0.10.4 Sean McArthur 2020-03-03 17:02:54 -08:00
  • 603d498d2c De-duplicate Body::poll_next and poll_data Sean McArthur 2020-03-03 16:34:36 -08:00
  • a06e03edf4 Refactor gzip and brotli bools into an Accepts struct Sean McArthur 2020-03-03 16:10:06 -08:00
  • 2f875255e1 Fix deprecated hyper client builder methods Sean McArthur 2020-03-03 15:47:49 -08:00
  • 526afe9d86 Add bytes() function to blocking::Response Konrad Gołuchowski 2020-01-03 20:48:23 +01:00
  • f267e1435d Adds From trait for http::Request Yuhao Fang 2020-02-28 19:35:44 +08:00
  • a5f3de0740 Remove unnecessary Result returns. daxpedda 2020-02-28 16:04:45 +01:00
  • c1c2b9dd7b Implement ability to disable trust-dns in ClientBuilder. daxpedda 2020-02-28 15:47:29 +01:00
  • d2fc485d11 Enable trust-dns in CI. daxpedda 2020-02-28 15:47:19 +01:00
  • 3aef11a9f9 Add a method to buffer a request body into memory, and a method to access the request body when it is already buffered. (#801) Diggory Blake 2020-02-27 22:12:48 +00:00
  • 2e983694f6 Re-enable trust-dns optional feature (#787) Sean McArthur 2020-02-27 12:57:13 -08:00
  • ae81a30cf7 Document serde dependency in JSON examples Sean McArthur 2020-02-27 12:52:57 -08:00
  • 9a66c5748b Document advanced (brittle) nature of use_preconfigured_tls Sean McArthur 2020-02-27 12:47:38 -08:00
  • c916dc03cc Improve performance of Response::bytes() (#827) Sean McArthur 2020-02-27 12:44:04 -08:00
  • 41722a14fd Update README and Cargo.toml about wasm Sean McArthur 2020-02-27 11:54:43 -08:00
  • 53c5aaa259 v0.10.3 Sean McArthur 2020-02-26 16:48:45 -08:00
  • a2acf91d9b Bump rustls crate versions to latest (#822) Alex Gaynor 2020-02-24 18:53:52 -05:00
  • 296490ce45 Bump tokio minimum version to 0.2.5 Sean McArthur 2020-02-24 10:25:17 -08:00
  • 9bb455d125 v0.10.2 Sean McArthur 2020-02-21 12:42:51 -08:00
  • 2e06108f70 Require the native-tls feature to supply a preconfigured tls (#814) Sean McArthur 2020-02-21 12:41:13 -08:00
  • 9ab8ab945c add ability to create a client with own tls connector (#809) Nick Lanham 2020-02-21 11:39:31 -08:00
  • b3d5f78b8f actions: Remove --all flag from rustfmt (#795) lzutao 2020-02-22 02:38:38 +07:00
  • d4a88a8d35 Implement RequestBuilder::json for wasm32 target (#812) Paolo Barbolini 2020-02-20 19:22:03 +01:00
  • 7214e123c4 Implement Default for Client and ClientBuilder on the wasm32 target (#813) Paolo Barbolini 2020-02-20 17:44:19 +01:00
  • 5a2cf97872 Implement Default for Client, ClientBuilder, and Form (#811) Jack Moffitt 2020-02-20 00:02:49 -06:00
  • f831d62da0 Brotli support (#791) EnokMan 2020-02-19 14:49:11 -06:00
  • 7622c75064 blocking: opt-out CPUs auto-detection in debug mode (#807) Luca Bruno 2020-02-17 19:05:22 +01:00
  • f6ff7f4364 Implement Response::json for wasm32 target (#802) Héctor Ramón 2020-02-06 12:39:57 -06:00
  • 04980689ce Newest rustfmt changes Sean McArthur 2020-02-06 10:17:40 -08:00
  • 4c1290fc2a Document socks proxy in lib. (#793) WindSoilder 2020-01-21 06:42:26 +08:00
  • 76ca042faf Only set nodelay for HTTPS if not already set (#783) Sean McArthur 2020-01-13 14:26:55 -08:00
  • e31d5221fe Refactor connect errors to not use io::Error (#782) Sean McArthur 2020-01-13 13:29:14 -08:00
  • 14908ad3f0 Improve debug logging (#781) Sean McArthur 2020-01-13 12:24:38 -08:00
  • 1478313756 wasm: add error_for_status to wasm response (#779) Paolo Barbolini 2020-01-10 02:06:56 +01:00
  • d662c850a9 v0.10.1 Sean McArthur 2020-01-09 13:50:56 -08:00
  • fd88e0c648 wasm: add url function to wasm response (#777) Paolo Barbolini 2020-01-09 22:43:08 +01:00
  • 50c33a932e Add connection_verbose setting to log IO events (#774) Sean McArthur 2020-01-09 13:42:01 -08:00
  • 20d50daa8b re-add the "socks" feature (using tokio-socks) (#769) r-arias 2020-01-09 20:25:26 +00:00
  • 6004623784 Add RequestBuilder::fetch_mode_no_cors() rhysd 2020-01-06 12:54:24 +09:00
  • 22fe6566ff Provide request timeout for blocking API (#764) Konrad Gołuchowski 2020-01-07 21:24:23 +01:00
  • b159963f6c Add request timeout (#761) kodieg 2020-01-03 20:25:04 +01:00
  • c0f717cf30 Enable blocking, cookies, and json features on Playground Sean McArthur 2020-01-02 11:44:04 -08:00
  • e0a94286bf Add dependencies notes to README examples Sean McArthur 2020-01-02 11:34:01 -08:00
  • 1f44638ec7 Add logs around blocking runtime shutdown Sean McArthur 2020-01-02 10:51:23 -08:00
  • 35c6ddd00b v0.10.0 Sean McArthur 2019-12-23 13:42:20 -08:00
  • c88d3b7aa6 Remove disabled examples Sean McArthur 2019-12-26 12:17:27 -08:00
  • 09e7fe62e3 Don't set User-Agent header by default (#751) Sean McArthur 2019-12-23 12:48:11 -08:00
  • 47734f55f4 Replace futures-channel with tokio::sync in blocking client (#748) Sean McArthur 2019-12-23 12:01:23 -08:00
  • 0ab5df39cc Add Response::bytes_stream() (#750) Sean McArthur 2019-12-23 11:38:39 -08:00
  • 24abf2fcbd Separate default-tls and native-tls features (#749) Sean McArthur 2019-12-20 13:22:56 -08:00