Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/http_utils/header.ts>AuthenticationHeader

HTTP utility collection for Fetch API
Go to Latest
enum AuthenticationHeader
import { AuthenticationHeader } from "https://deno.land/x/http_utils@1.0.0/header.ts";

HTTP Authentication header fields.

Members

AuthenticationInfo = "authentication-info"
Authorization = "authorization"
ProxyAuthenticate = "proxy-authenticate"
ProxyAuthenticationInfo = "proxy-authentication-info"
ProxyAuthorization = "proxy-authorization"
WWWAuthenticate = "www-authenticate"