supportsBody property

bool get supportsBody

Whether the method supports a request body.

Implementation

bool get supportsBody => this != get && this != delete;