Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Request ¶
type Request struct { Methods []string `json:"methods" toml:"methods" yaml:"methods"` Path string `json:"path" toml:"path" yaml:"path"` Headers map[string]string `json:"headers" toml:"headers" yaml:"headers"` Query map[string]string `json:"query" toml:"query" yaml:"query"` Body string `json:"body" toml:"body" yaml:"body"` }
type UnmarshalFunc ¶
Click to show internal directories.
Click to hide internal directories.