Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyReqBody ¶
CopyReqBody copies the request body into a destination request. this allows reading a request body multiple times without "closing" it
func CopyRespBody ¶
func CopyRespBody(resp *http.Response) io.ReadCloser
CopyRespBody copies the response body and returns a new response with the copied body. this allows reading a response body multiple times without "closing" it.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.