Docs.rs
dzgt-utils-0.2.2
dzgt-utils 0.2.2
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
wugren
Dependencies
async-std ^1.12.0
normal
async-trait ^0.1.68
normal
cyfs-base ^0.6.12
normal
cyfs-lib ^0.8.3
normal
optional
cyfs-util ^0.6.8
normal
optional
lazy_static ^1.4.0
normal
log ^0.4.17
normal
mini-moka ^0.10.0
normal
serde ^1.0.160
normal
serde_json ^1.0.96
normal
sfo-http ^0.2
normal
sfo-sql ^0.1
normal
tide ^0.16.0
normal
Versions
0%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
http_get_request
dzgt_
utils
0.2.2
In dzgt_
utils::
http_
util
dzgt_utils
::
http_util
Function
http_
get_
request
Copy item path
Source
pub async fn http_get_request( url: &
str
, ) ->
BuckyResult
<(
Vec
<
u8
>,
Option
<
String
>)>