method Http2ServerResponse.prototype.removeHeader
Jump to headingHttp2ServerResponse.prototype.removeHeader(name: string): voidRemoves a header that has been queued for implicit sending.
response.removeHeader('Content-Encoding');
Parameters Jump to heading
Jump to headingname: stringReturn Type Jump to heading
void