forwardBody property

bool forwardBody
final

When true (default), the original request body is forwarded for methods that carry a body (POST, PUT, PATCH, DELETE).

Implementation

final bool forwardBody;