Hi
Thanks for the cute minreq, it's really handy!
However, can you add compression support?
let records: Vec<Last> = minreq::get(url)
.with_header("Accept-Encoding", "deflate, gzip")
.with_timeout(5)
.send()?
.json()?;
Gives the error
response contained invalid utf-8 where valid utf-8 was expected
Hi
Thanks for the cute minreq, it's really handy!
However, can you add compression support?
Gives the error