Docs.rs
bt_http_utils-0.8.2
bt_http_utils 0.8.2
Permalink
Docs.rs crate page
GPL-3.0-only
19 June 2026
Links
Homepage
Repository
crates.io
Source
Owners
bachuetech
Dependencies
bt_any_error ^0.1.0
normal
bt_logger ^0.6.0
normal
native-tls ^0.2.18
normal
reqwest ^0.13.4
normal
tokio ^1.52.2
dev
Versions
40.74%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Crate bt_http_utils
bt_
http_
utils
0.8.2
All Items
Crate Items
Modules
Structs
Enums
Constants
Crate
bt_
http_
utils
Copy item path
Source
Modules
§
stream_
response
Structs
§
Http
Client
HttpClient: client: A Client instance from the reqwest crate for making HTTP requests. headers: A HeaderMap to store custom headers.
Http
Response
HttpResponse: Represents the response from an HTTP request. status_code: The status code of the HTTP response. header: A HashMap containing the headers from the response. body: The body content of the HTTP response as a string.
Enums
§
Content
Type
ContentType: An enum to specify the content type of the request or response. Currently supports JSON and TEXT.
Constants
§
DANGER_
ACCEPT_
INVALID_
CERTS
DANGER_
ACCEPT_
INVALID_
HOSTNAMES