Skip to main content

Module loc

Module loc 

Source
Expand description

Location prefixes for different extraction sources.

Functionsยง

body
Body root location: ["body"]
body_field
Body field location: ["body", "field"]
body_indexed
Body with array index: ["body", "items", 0, "name"]
body_path
Body nested path: ["body", "field", "nested", ...]
cookie
Cookie location: ["cookie", "cookie_name"]
header
Header location: ["header", "header_name"]
path
Path parameter location: ["path", "param_name"]
query
Query parameter location: ["query", "param_name"]
response
Response root location: ["response"]
response_field
Response field location: ["response", "field"]
response_path
Response nested path: ["response", "field", "nested", ...]