Documentation
¶
Index ¶
Constants ¶
View Source
const ( MethodGET = "GET" MethodPOST = "POST" MethodPUT = "PUT" MethodPATCH = "PATCH" MethodDELETE = "DELETE" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Response ¶
type Response struct { StatusCode int `json:"statusCode"` Body ResponseBody `json:"body"` }
func (*Response) MatchBody ¶
func (r *Response) MatchBody(body ResponseBody) bool
type ResponseBody ¶
type ResponseBody = interface{}
Click to show internal directories.
Click to hide internal directories.