Documentation ¶
Index ¶
Constants ¶
View Source
const (
ExtensionName = "headers"
)
Variables ¶
View Source
var ( MissingHeaderValueError = eris.New("header section of header value option cannot be nil") CantSetHostHeaderError = eris.New("cannot set Host header in response headers") CantSetPseudoHeaderError = func(header string) error { return eris.Errorf(":-prefixed headers cannot be set: '%s'", header) } )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.