method RequestResponseInterface.getResponseHeader
RequestResponseInterface.getResponseHeader(headerKey: string): string

This function gets the value of the specified response header.

Parameters

headerKey: string

Return Type

string

Usage

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