RequestBodyParser typedef

RequestBodyParser = ({String code, String type})

Represents generated body parser code for an endpoint method, along with the list of extracted arguments to be passed.

Implementation

typedef RequestBodyParser = ({String code, String type});