Route.hasBody

Indicates whether the request can have a body. If set false the body, if present, is always ignored.

struct Route
bool hasBody;

Meta