Skip to content

Commit 5012128

Browse files
committed
feat: v8.91.120
1 parent 7849525 commit 5012128

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "http-request"
3-
version = "8.91.119"
3+
version = "8.91.120"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]
@@ -14,7 +14,7 @@ exclude = ["target", "Cargo.lock", "sh", ".github"]
1414
[dependencies]
1515
serde = "1.0.228"
1616
futures = "0.3.32"
17-
http-type = "20.0.5"
17+
http-type = "20.0.6"
1818
serde_json = "1.0.150"
1919
tungstenite = "0.29.0"
2020
webpki-roots = "1.0.7"

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
</center>
1212

13-
[Official Documentation](https://docs.ltpp.vip/http-request/)
14-
1513
[Api Docs](https://docs.rs/http-request/latest/)
1614

1715
> A lightweight, efficient library for building, sending, and handling HTTP/HTTPS requests in Rust applications. http-request provides a simple and intuitive API, allowing developers to easily interact with web services, whether they use the "HTTP" or "HTTPS" protocol. The library supports various HTTP methods, custom headers, request bodies, timeout, automatic handling of redirects (including detecting redirect loops), and enhanced response body decoding (both automatic and manual), enabling fast and secure communication. Whether working with secure "HTTPS" connections or standard "HTTP" requests, the library is optimized for performance, minimal resource usage, and easy integration into Rust projects.

0 commit comments

Comments
 (0)