A variant of TestReqBody representing a URL-encoded form body.
Use this when you want to simulate an application/x-www-form-urlencoded payload in tests. The data field is a StringInputs record of form field name/value pairs.
application/x-www-form-urlencoded
data
IMPORT_PATH: "@daiso-tech/core/http-router"
"@daiso-tech/core/http-router"
A variant of TestReqBody representing a URL-encoded form body.
Use this when you want to simulate an
application/x-www-form-urlencodedpayload in tests. Thedatafield is a StringInputs record of form field name/value pairs.IMPORT_PATH:
"@daiso-tech/core/http-router"