A variant of TestReqBody representing a custom/opaque request body.
Use this when you want to simulate an arbitrary payload that does not
fit into the JSON, URL-encoded, or multipart categories. The data
field is passed through as-is when the test HttpReq is constructed.
A variant of TestReqBody representing a custom/opaque request body.
Use this when you want to simulate an arbitrary payload that does not fit into the JSON, URL-encoded, or multipart categories. The
datafield is passed through as-is when the test HttpReq is constructed.IMPORT_PATH:
"@daiso-tech/core/http-router"