method RequestResponseInterface.removeResponseHeader
RequestResponseInterface.removeResponseHeader(headerKey: string): void

This function removes the specified response header.

Parameters

headerKey: string

Return Type

void

Usage

import { type RequestResponseInterface } from "types/mod.ts";