requestBody property
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;
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.
final bool requestBody;