Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultOptions = &Options{ cli: http.DefaultClient, h: http.Header{ "Content-Type": []string{"application/json"}, }, m: http.MethodGet, }
Functions ¶
Types ¶
type Options ¶
type Options struct {
// contains filtered or unexported fields
}
func (*Options) ContentType ¶
Click to show internal directories.
Click to hide internal directories.