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

This function returns the value of the specified request header.

Parameters

headerKey: string

Return Type

string

Usage

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