docs/Extensions.html
The following extensions are available globally.
`
Error
`
Swift
extension Error
`
URLRequest
`
Swift
extension URLRequest
extension URLRequest: URLRequestConvertible
`
HTTPURLResponse
`
Swift
extension HTTPURLResponse
`
URLSessionConfiguration
`
Swift
extension URLSessionConfiguration
extension URLSessionConfiguration: AlamofireExtended
`
Notification
`
Swift
extension Notification
`
String
`
Swift
extension String: URLConvertible
`
URL
`
Swift
extension URL: URLConvertible
`
URLComponents
`
Swift
extension URLComponents: URLConvertible
`
JSONDecoder
`
JSONDecoder automatically conforms to DataDecoder.
Swift
extension JSONDecoder: DataDecoder
`
PropertyListDecoder
`
PropertyListDecoder automatically conforms to DataDecoder.
Swift
extension PropertyListDecoder: DataDecoder
`
[ServerTrustEvaluating]
`
`
Bundle
`
Swift
extension Bundle: AlamofireExtended
`
SecTrust
`
Swift
extension SecTrust: AlamofireExtended
`
SecPolicy
`
Swift
extension SecPolicy: AlamofireExtended
`
Array
`
Swift
extension Array: AlamofireExtended
`
SecCertificate
`
Swift
extension SecCertificate: AlamofireExtended
`
OSStatus
`
Swift
extension OSStatus: AlamofireExtended
`
SecTrustResultType
`
Swift
extension SecTrustResultType: AlamofireExtended
`
CharacterSet
`
Swift
extension CharacterSet