Skip to main content
Module

x/http_utils/mod.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-beta.14/mod.ts";

HTTP Authentication header fields.

Members

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