requestBody property

bool requestBody
final

Print the request body.

Turn off for apps that send credentials or PII in request bodies. Bodies are never printed for GET requests regardless of this flag.

Implementation

final bool requestBody;