Skip to content

Commit 83e413b

Browse files
committed
feat: v8.91.85
1 parent 7d321c2 commit 83e413b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.84"
3+
version = "8.91.85"
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.31"
17-
http-type = "8.2.6"
17+
http-type = "8.2.7"
1818
serde_json = "1.0.149"
1919
tungstenite = "0.28.0"
2020
webpki-roots = "1.0.5"

README.md

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

1111
</center>
1212

13-
[Official Documentation](https://docs.ltpp.vip/HTTP-REQUEST/)
13+
[Official Documentation](https://docs.ltpp.vip/http-request/)
1414

15-
[Api Docs](https://docs.rs/http-request/latest/http_request/)
15+
[Api Docs](https://docs.rs/http-request/latest/)
1616

1717
> 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.
1818

0 commit comments

Comments
 (0)