Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
method Headers.prototype.get

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

Parameters

name: string

Returns

string | null