ENUM

HttpHeaderNames

Contents

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

public static let accept = "Accept"

HTTP Accept header

authorization

public static let authorization = "Authorization"

HTTP Authorization header

contentType

public static let contentType = "Content-Type"

HTTP Content-Type header

dpop

public static let dpop = "DPoP"

HTTP DPoP header

haapiSessionId

public static let haapiSessionId = "Session-Id"

HTTP Session-Id header

haapiSetSessionId

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

HTTP Set-Session-Id header

dpopNonce

public static let dpopNonce = "dpop-nonce"

HTTP DPoP-Nonce header

wwwAuthenticate

public static let wwwAuthenticate = "Www-Authenticate"

HTTP WWW-Authenticate header