Other Type Aliases

The following type aliases are available globally.

HTTPHeaders type alias

  • A dictionary of header fields for a URLRequest.

    Declaration

    Swift

    public typealias HTTPHeaders = [String : String]