Versions in this module Expand all Collapse all v0 v0.0.1 Sep 13, 2021 Changes in this version + func AllHTTPMethods() []string + func DrainResponseBody(resp *http.Response) + func DumpRequest(req *http.Request) (string, error) + func DumpResponseHeadersAndRaw(resp *http.Response) (headers, fullresp []byte, err error) + type ChainItem struct + Location string + Request []byte + RequestURL string + Response []byte + StatusCode int + func GetChain(r *http.Response) (chain []ChainItem, err error)