Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Response ¶
type Response struct { // When the response was received. When time.Time // Fields copied from the http.Response. Headers http.Header Trailers http.Header ContentLength int64 StatusCode int ProtoMajor, ProtoMinir int TransferEncoding []string }
Response is a redacted version of http.Response that can be marshaled using gob.
Click to show internal directories.
Click to hide internal directories.