Documentation ¶
Index ¶
Constants ¶
View Source
const ( MethodGET = "GET" MethodPOST = "POST" )
View Source
const (
DefaultUserAgent = "Configurator/2.15 (Macintosh; OS X 11.0.0; 16G29) AppleWebKit/2603.3.8"
)
Variables ¶
This section is empty.
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.