From 9cf089b57dde3e11877684fe954693e0f9e1c737 Mon Sep 17 00:00:00 2001 From: AliaSabur Date: Fri, 11 Oct 2024 03:25:05 +0000 Subject: [PATCH] Add rquest: a fast Rust HTTP client with TLS, JA3/JA4, and HTTP2 fingerprint impersonation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 86e0d3c..368d10b 100644 --- a/README.md +++ b/README.md @@ -1848,6 +1848,7 @@ See also [Are we web yet?](https://www.arewewebyet.org) and [Rust web framework * [ducaale/xh](https://github.com/ducaale/xh) - Friendly and fast tool for sending HTTP requests [![crate](https://img.shields.io/crates/v/create-rust-app.svg)](https://crates.io/crates/xh) [![GitHub actions Status](https://github.com/ducaale/xh/workflows/CI/badge.svg?branch=master)](https://github.com/ducaale/xh/actions) * [graphql-client](https://github.com/graphql-rust/graphql-client) - Typed, correct GraphQL requests and responses. [![GitHub actions Status](https://github.com/graphql-rust/graphql-client/workflows/CI/badge.svg?branch=master)](https://github.com/graphql-rust/graphql-client/actions) * [hyperium/hyper](https://github.com/hyperium/hyper) - an HTTP implementation [![CI](https://github.com/hyperium/hyper/workflows/CI/badge.svg?branch=master)](https://github.com/hyperium/hyper/actions?query=workflow%3ACI) + * [penumbra-x/rquest](https://github.com/penumbra-x/rquest) [[rquest](https://crates.io/crates/rquest)] - a fast Rust HTTP client with TLS, JA3/JA4, and HTTP2 fingerprint impersonation. * [seanmonstar/reqwest](https://github.com/seanmonstar/reqwest) - an ergonomic HTTP Client. * HTTP Server * [actix/actix-web](https://github.com/actix/actix-web) - A lightweight async web framework with websocket support