콘텐츠로 이동
한국어

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.

T = unknown

HttpRequest

T