Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Response ¶
type Response interface { GetHttpResponse() *http.Response GetBody() interface{} GetProcessedBody() interface{} ExtractElement(e httpelement.HTTPElement) (interface{}, error) Error() string HasError() bool SetError(string) String() string }
func NewResponse ¶
Click to show internal directories.
Click to hide internal directories.