diff --git a/Cargo.lock b/Cargo.lock index 3609007..c6d38ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -104,7 +104,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "http-request" -version = "4.1.0" +version = "4.1.1" dependencies = [ "color-output", "hex", diff --git a/Cargo.toml b/Cargo.toml index 38d24d5..31e061b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "http-request" -version = "4.1.0" +version = "4.1.1" edition = "2021" authors = ["ltpp-universe "] license = "MIT" diff --git a/readme.md b/readme.md index 717971c..fc19c85 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -## http request +## http-request [![](https://img.shields.io/crates/v/http-request.svg)](https://crates.io/crates/http-request) [![](https://docs.rs/http-request/badge.svg)](https://docs.rs/http-request) @@ -7,7 +7,7 @@ [Official Documentation](https://docs.ltpp.vip/HTTP-REQUEST/) -> http_request is a lightweight, efficient library for building, sending, and handling HTTP/HTTPS requests in Rust applications. It 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, and automatic handling of redirects (including detecting redirect loops), 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. +> http-request is a lightweight, efficient library for building, sending, and handling HTTP/HTTPS requests in Rust applications. It 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, and automatic handling of redirects (including detecting redirect loops), 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. ## Features