Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrHTTPStatusCode = errors.New("oohelper: http status code indicates failure") ErrUnsupportedURLScheme = errors.New("oohelper: unsupported URL scheme") ErrUnsupportedExplicitPort = errors.New("oohelper: unsupported explicit port") ErrEmptyURL = errors.New("oohelper: empty server and/or target URL") ErrInvalidURL = errors.New("oohelper: cannot parse URL") ErrCannotCreateRequest = errors.New("oohelper: cannot create HTTP request") ErrCannotParseJSONReply = errors.New("oohelper: cannot parse JSON reply") )
The following errors may be returned by this implementation.
Functions ¶
Types ¶
type CtrlResponse ¶
type CtrlResponse = webconnectivity.ControlResponse
CtrlResponse is the type of response returned by the test helper.
Click to show internal directories.
Click to hide internal directories.