Rust reqwest get 411 error but same format work with other language (python, httpie)
I’m about to create http client for query some data from server which I had done on python or either test with Httpie it work and server respond as expected but when I use Rust reqwest is always get 411 error (I have try other crates like ureq, hyper, awc also have same issue).