I have a http.Request which I wrote to a file using Request.Write. Since there is no Request.Read or similar, I was wondering how I can recreate a http.Request using the file.
http.Request
Request.Write
Request.Read
You can use http.ReadRequest.
http.ReadRequest