entity
entity<
T>(req):T
Defined in: src/http/Marshalling.ts:48
Decode the request body into a typed value. Throws an HTTP 400 if the body is malformed. Returns undefined for empty bodies.
Type Parameters
Section titled “Type Parameters”T = unknown
Parameters
Section titled “Parameters”Returns
Section titled “Returns”T