I want get the full http request from the Request like this ``` GET / HTTP/1.1 Host: localhost:8110 User-Agent: curl/7.79.1 Accept: */* ``` I only found the ` hyper::body::to_bytes()`, it's used for request body...
I want get the full http request from the Request like this
I only found the
hyper::body::to_bytes(), it's used for request body...