Documentation ¶
Index ¶
- Variables
- func Auth(username string, password string, uri string) (bool, error, []byte)
- func DefaultTimeoutClient() *http.Client
- func DigestAuthParams(r *http.Response) map[string]string
- func H(data string) string
- func NewTimeoutClient(cTimeout time.Duration, rwTimeout time.Duration) *http.Client
- func RandomKey() string
Constants ¶
This section is empty.
Variables ¶
View Source
var Bod []byte
Functions ¶
func DefaultTimeoutClient ¶
func DigestAuthParams ¶
Parse Authorization header from the http.Request. Returns a map of auth parameters or nil if the header is not a valid parsable Digest auth header.
func NewTimeoutClient ¶
apps will set three OS variables: atscale_http_sslcert - location of the http ssl cert atscale_http_sslkey - location of the http ssl key atscale_disable_keepalives - disable http keep alives
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.