Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TruncateString ¶
Types ¶
type Header ¶
func Map ¶
func Map(vs []PostmanHeader, f func(PostmanHeader) Header) []Header
type HttpMethod ¶
type HttpMethod string
const ( GET HttpMethod = "GET" POST HttpMethod = "POST" PUT HttpMethod = "PUT" DELETE HttpMethod = "DELETE" OPTIONS HttpMethod = "OPTIONS" HEAD HttpMethod = "HEAD" )
func (HttpMethod) String ¶
func (m HttpMethod) String() string
type PostmanHeader ¶
Click to show internal directories.
Click to hide internal directories.