Documentation ¶
Index ¶
Constants ¶
View Source
const ( ContentTypeApplicationJson ContentType = "application/json" ContentTypeHeader = "Content-Type" AuthorizationHeader = "Authorization" UserAgentHeader = "User-Agent" XRequestIDHeader = "X-Request-ID" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContentType ¶
type ContentType string
func (ContentType) String ¶
func (c ContentType) String() string
type Option ¶
type Option func(*Options)
func WithContentType ¶
func WithContentType(contentType ContentType) Option
func WithHeader ¶
func WithHeaders ¶
func WithOperation ¶
func WithTimeout ¶
Click to show internal directories.
Click to hide internal directories.