ENUM

HttpHeaderNames

Contents

swift
public enum HttpHeaderNames

Standard HTTP header names

HTTP Accept header public static let accept = "Accept"

HTTP Authorization header public static let authorization = "Authorization"

HTTP Content-Type header public static let contentType = "Content-Type"

HTTP DPoP header public static let dpop = "DPoP"

HTTP Session-Id header public static let haapiSessionId = "Session-Id"

HTTP Set-Session-Id header public static let haapiSetSessionId = "Set-Session-Id"

HTTP DPop-Nonce header public static let dpopNonce = "dpop-nonce"

HTTP WWW-Authenticate header public static let wwwAuthenticate = "www-authenticate"

Properties

accept

swift
public static let accept = "Accept"

HTTP Accept header

authorization

swift
public static let authorization = "Authorization"

HTTP Authorization header

contentType

swift
public static let contentType = "Content-Type"

HTTP Content-Type header

dpop

swift
public static let dpop = "DPoP"

HTTP DPoP header

haapiSessionId

swift
public static let haapiSessionId = "Session-Id"

HTTP Session-Id header

haapiSetSessionId

swift
public static let haapiSetSessionId = "Set-Session-Id"

HTTP Set-Session-Id header

dpopNonce

swift
public static let dpopNonce = "dpop-nonce"

HTTP DPoP-Nonce header

wwwAuthenticate

swift
public static let wwwAuthenticate = "Www-Authenticate"

HTTP WWW-Authenticate header