let mut c = Client::connect("google.com").expect("failed to ocnnect to server");
let resp_bytes = c
.send(
url::Url::from_str(
"https://www.google.com",
)
.unwrap(),
"GET",
)
.unwrap();
println!("body: {}", std::str::from_utf8(resp_bytes).unwrap());
-
Notifications
You must be signed in to change notification settings - Fork 0
dolpm/h3c
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
a http3 client
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published