Back to Alamofire

Extensions

docs/Extensions.html

5.12.03.1 KB
Original Source

Extensions

The following extensions are available globally.

`

                Error
                `

See more

Declaration

Swift

extension Error

System Type Extensions

`

                URLRequest
                `

See more

Declaration

Swift

extension URLRequest
extension URLRequest: URLRequestConvertible

`

                HTTPURLResponse
                `

See more

Declaration

Swift

extension HTTPURLResponse

`

                URLSessionConfiguration
                `

See more

Declaration

Swift

extension URLSessionConfiguration
extension URLSessionConfiguration: AlamofireExtended

`

                Notification
                `

See more

Declaration

Swift

extension Notification

`

                String
                `

See more

Declaration

Swift

extension String: URLConvertible

`

                URL
                `

See more

Declaration

Swift

extension URL: URLConvertible

`

                URLComponents
                `

See more

Declaration

Swift

extension URLComponents: URLConvertible

DataDecoder Protocol

`

                JSONDecoder
                `

JSONDecoder automatically conforms to DataDecoder.

Declaration

Swift

extension JSONDecoder: DataDecoder

`

                PropertyListDecoder
                `

PropertyListDecoder automatically conforms to DataDecoder.

Declaration

Swift

extension PropertyListDecoder: DataDecoder

Extensions

`

                [ServerTrustEvaluating]
                `

See more

`

                Bundle
                `

Declaration

Swift

extension Bundle: AlamofireExtended

`

                SecTrust
                `

Declaration

Swift

extension SecTrust: AlamofireExtended

`

                SecPolicy
                `

Declaration

Swift

extension SecPolicy: AlamofireExtended

`

                Array
                `

Declaration

Swift

extension Array: AlamofireExtended

`

                SecCertificate
                `

Declaration

Swift

extension SecCertificate: AlamofireExtended

`

                OSStatus
                `

Declaration

Swift

extension OSStatus: AlamofireExtended

`

                SecTrustResultType
                `

Declaration

Swift

extension SecTrustResultType: AlamofireExtended

`

                CharacterSet
                `

See more

Declaration

Swift

extension CharacterSet