Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InvalidHeaderError ¶
type InvalidHeaderError struct {
// contains filtered or unexported fields
}
func (InvalidHeaderError) Error ¶
func (e InvalidHeaderError) Error() string
type InvalidRequestFileError ¶
type InvalidRequestFileError struct {
// contains filtered or unexported fields
}
func (InvalidRequestFileError) Error ¶
func (e InvalidRequestFileError) Error() string
type InvalidRequestLineError ¶
type InvalidRequestLineError struct {
// contains filtered or unexported fields
}
func (InvalidRequestLineError) Error ¶
func (e InvalidRequestLineError) Error() string
type InvalidURLError ¶
type InvalidURLError struct {
// contains filtered or unexported fields
}
func (InvalidURLError) Error ¶
func (e InvalidURLError) Error() string
type TemplateError ¶
type TemplateError struct {
// contains filtered or unexported fields
}
func (TemplateError) Error ¶
func (e TemplateError) Error() string
Click to show internal directories.
Click to hide internal directories.