Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ResponseComponents = []string{"status", "headers", "body"}
Functions ¶
Types ¶
type ConfigHandler ¶ added in v0.13.0
type ConfigHandler struct {
// contains filtered or unexported fields
}
type Formatter ¶ added in v0.13.0
type NullFormatter ¶ added in v0.13.0
type NullFormatter struct{}
func (NullFormatter) FormatHistory ¶ added in v0.13.0
func (f NullFormatter) FormatHistory([]history.Entry) ([]byte, error)
func (NullFormatter) FormatResponse ¶ added in v0.13.0
func (f NullFormatter) FormatResponse(*http.Response) ([]byte, error)
type RequestHandler ¶
type RequestHandler struct {
// contains filtered or unexported fields
}
RequestHandler handles all commands.
Click to show internal directories.
Click to hide internal directories.