Options
public struct Options
Undocumented
-
Language preference of localized response properties. The full standard of RFC 7231 (https://tools.ietf.org/html/rfc7231#section-5.3.5) is supported.
Declaration
Swift
public var acceptLanguage: String?
-
Undocumented
Declaration
Swift
public init(acceptLanguage: String? = nil)