Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TOKEN_FORM_RE = regexp.MustCompile(`<input\s+type="hidden"\s+name="__FORM_TOKEN"\s+value="([a-z0-9]+)"\s+/>`)
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewWithHttpClient ¶
func (*Client) Authenticate ¶
func (*Client) SetInsecure ¶
type HTTPTransport ¶
Click to show internal directories.
Click to hide internal directories.