Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultContentType = "text/html"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fields ¶
type Fields struct { Attachment types.Attachment Headers []headers.Header Body []byte Cookies []cookie.Cookie Status status.Status ContentType string // TODO: add corresponding Content-Encoding field // TODO: automatically apply the encoding on a body when specified TransferEncoding string Code status.Code }
Click to show internal directories.
Click to hide internal directories.