forwardBody property
When true (default), the original request body is forwarded for
methods that carry a body (POST, PUT, PATCH, DELETE).
Implementation
final bool forwardBody;
When true (default), the original request body is forwarded for
methods that carry a body (POST, PUT, PATCH, DELETE).
final bool forwardBody;