Documentation
¶
Index ¶
Constants ¶
View Source
const ( MethodGET = "GET" MethodPOST = "POST" )
View Source
const (
DefaultUserAgent = "Configurator/2.17 (Macintosh; OS X 15.2; 24C5089c) AppleWebKit/0620.1.16.11.6"
)
Variables ¶
View Source
var (
ErrHeaderNotFound = errors.New("header not found")
)
Functions ¶
This section is empty.
Types ¶
type AddHeaderTransport ¶
type AddHeaderTransport struct {
T http.RoundTripper
}
type Client ¶
type ResponseFormat ¶
type ResponseFormat string
const ( ResponseFormatJSON ResponseFormat = "json" ResponseFormatXML ResponseFormat = "xml" )
type URLPayload ¶
type URLPayload struct {
Content map[string]interface{}
}
type XMLPayload ¶
type XMLPayload struct {
Content map[string]interface{}
}
Click to show internal directories.
Click to hide internal directories.