Name
public struct Name : Hashable, RawRepresentable, ExpressibleByStringLiteral, CustomStringConvertible
The name of a header field in a HTTP request.
-
Declaration
Swift
public let rawValue: CaseInsensitiveString
-
Declaration
Swift
public var description: String { get }
-
Declaration
Swift
public init(rawValue: CaseInsensitiveString)
-
Undocumented
Declaration
Swift
public init(_ rawValue: String)
-
Declaration
Swift
public init(stringLiteral value: String)