Documentation
¶
Index ¶
Constants ¶
View Source
const ( Accept = "Accept" Authorization = "Authorization" CacheControl = "Cache-Control" ContentType = "Content-Type" UserAgent = "User-Agent" )
HTTP header name constants
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthedTransportApi ¶
type AuthedTransportApi struct {
ApiKey string
AccessToken string
Wrapped http.RoundTripper
UserAgent string
}
Click to show internal directories.
Click to hide internal directories.