/**
* Checks if the Request includes authorization or other sensitive information
* that should cause the Response to be considered private by default.
*/ privatefunctionisPrivateRequest(Request $request): bool { foreach($this->options['private_headers']as$key){
/**
* Checks if the Request includes authorization or other sensitive information
* that should cause the Response to be considered private by default.
*/ privatefunctionisPrivateRequest(Request $request): bool { foreach($this->options['private_headers']as$key){