record ReqContent : TypeData type for describing the format(s) and type of some
data stored in a HTTP request's body.
Content : (0 _ : List Type) -> (0 _ : Type) -> ReqContent0 .formats : ReqContent -> List Type0 .result : ReqContent -> Type0 .formats : ReqContent -> List Type0 formats : ReqContent -> List Type0 .result : ReqContent -> Type0 result : ReqContent -> TypeJSONContent : (0 _ : Type) -> ReqContentUtility alias for `Content [JSON]`