Documentation ¶
Index ¶
- func AnyInput() func(*is.I, *http.Request)
- func QueryParamContains(name, value string) func(*is.I, *http.Request)
- func QueryParamEquals(name, value string) func(*is.I, *http.Request)
- func RequestBody(body string) func(*is.I, *http.Request)
- func RequestBodyContaining(substrings ...string) func(*is.I, *http.Request)
- func RequestBodyIsForm(match func(*is.I, url.Values)) func(*is.I, *http.Request)
- func RequestBodyOfType[T any](match func(*is.I, T)) func(*is.I, *http.Request)
- func RequestHeaderContains(key, expectation string) func(*is.I, *http.Request)
- func RequestMethod(method string) func(*is.I, *http.Request)
- func RequestPath(path string) func(*is.I, *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RequestBodyContaining ¶
func RequestBodyIsForm ¶
func RequestBodyOfType ¶
func RequestHeaderContains ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.