http-client
Here are 39 public repositories matching this topic...
Friendly and fast tool for sending HTTP requests
-
Updated
Jul 20, 2021 - Rust
Load testing framework, inspired by Locust
-
Updated
Jul 19, 2021 - Rust
dot-http is a text-based scriptable HTTP client
-
Updated
Apr 3, 2021 - Rust
I'm tryinng to implement a HTTPS2 client, but it failed with status 400.
The repreduction project goes as https://github.com/sammyne/http-playground/tree/master/v2.
Really appreciate if someone can help me out~
Rust HTTP client library styled after awesome Python requests
-
Updated
Oct 4, 2017 - Rust
A Blazing Fast HTTP Client
-
Updated
Jun 27, 2021 - Rust
An asynchronous HTTP(S) client built on top of hyper.
-
Updated
Aug 14, 2018 - Rust
Tiny HTTP client for GET
-
Updated
Apr 28, 2021 - Rust
A rust library for connecting devices to Microsoft Azure IoT Hub
-
Updated
Jun 28, 2021 - Rust
Custom derive to automatically implement serialization to http query params for arbitrary structs.
-
Updated
Aug 19, 2017 - Rust
[Project Moved] High performance and distributed KV store accessible through an HTTP API.
-
Updated
Jan 1, 2020 - Rust
Higher-level Rust API for cURL bindings. Source has moved to https://git.tazj.in/tree/net/crimp
-
Updated
Feb 27, 2019 - Rust
Experimenting with Gtk in Rust @ https://wiki.gnome.org/Hackfests/Rust2019
-
Updated
Jun 25, 2019 - Rust
Raw Filesystem API for Rust -- enable simpler browsing with ease
-
Updated
Apr 24, 2020 - Rust
-
Updated
Aug 12, 2020 - Rust
A curl-like utility inspired by HTTPie
-
Updated
Jan 1, 2021 - Rust
Application used to stress test api:s
-
Updated
May 27, 2020 - Rust
An HTTP client working both natively and in WASM environments.
-
Updated
Jun 28, 2021 - Rust
-
Updated
Jul 22, 2021 - Rust
Improve this page
Add a description, image, and links to the http-client topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the http-client topic, visit your repo's landing page and select "manage topics."


Add the ability to access headers returned by proxy layers involved in an HTTP request. When an HTTP response is returned through an HTTP tunnel proxy using the
CONNECTmethod, the proxy server returns an initial response confirming the proxy connection, after which all further socket data is proxied to the upstream server. Typical