Skip to main content
method Headers.get
private
Headers.get(name: string): string | null
Deprecated

Returns a ByteString sequence of all the values of a header within a Headers object with a given name.

Parameters

name: string

Return Type

string | null
Back to top