more notes/details for the examples #2982
Unanswered
RaquisDawLn
asked this question in
Q&A
Replies: 1 comment
-
There's a similar example for dealing with JSON: https://github.com/hyperium/hyper/blob/0.14.x/examples/client_json.rs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Im new to rust and im wanting to use Hyper for a http client but i cant figure out how to make it print the body of the page i.e http://httpbin.org/ip will respond with { "origin": "IP" }(in json format obv) but i want to print the it to console using println! instead of stdout etc
Beta Was this translation helpful? Give feedback.
All reactions