search.json 128 KB

1
  1. {"Typealiases.html#/s:9Alamofire10Parametersa":{"name":"Parameters","abstract":"<p>A dictionary of parameters to apply to a <code>URLRequest</code>.</p>"},"Typealiases.html#/s:9Alamofire22RequestRetryCompletiona":{"name":"RequestRetryCompletion","abstract":"<p>A closure executed when the <code><a href=\"36f8f5912051ae747ef441d6511ca4cbProtocols/RequestRetrier.html\">RequestRetrier</a></code> determines whether a <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/Request.html\">Request</a></code> should be retried or not.</p>"},"Typealiases.html#/s:9Alamofire11HTTPHeadersa":{"name":"HTTPHeaders","abstract":"<p>A dictionary of headers to apply to a <code>URLRequest</code>.</p>"},"Structs/Timeline.html#/s:9Alamofire8TimelineV16requestStartTimeSdvp":{"name":"requestStartTime","abstract":"<p>The time the request was initialized.</p>","parent_name":"Timeline"},"Structs/Timeline.html#/s:9Alamofire8TimelineV19initialResponseTimeSdvp":{"name":"initialResponseTime","abstract":"<p>The time the first bytes were received from or sent to the server.</p>","parent_name":"Timeline"},"Structs/Timeline.html#/s:9Alamofire8TimelineV20requestCompletedTimeSdvp":{"name":"requestCompletedTime","abstract":"<p>The time when the request was completed.</p>","parent_name":"Timeline"},"Structs/Timeline.html#/s:9Alamofire8TimelineV26serializationCompletedTimeSdvp":{"name":"serializationCompletedTime","abstract":"<p>The time when the response serialization was completed.</p>","parent_name":"Timeline"},"Structs/Timeline.html#/s:9Alamofire8TimelineV7latencySdvp":{"name":"latency","abstract":"<p>The time interval in seconds from the time the request started to the initial response from the server.</p>","parent_name":"Timeline"},"Structs/Timeline.html#/s:9Alamofire8TimelineV15requestDurationSdvp":{"name":"requestDuration","abstract":"<p>The time interval in seconds from the time the request started to the time the request completed.</p>","parent_name":"Timeline"},"Structs/Timeline.html#/s:9Alamofire8TimelineV21serializationDurationSdvp":{"name":"serializationDuration","abstract":"<p>The time interval in seconds from the time the request completed to the time response serialization completed.</p>","parent_name":"Timeline"},"Structs/Timeline.html#/s:9Alamofire8TimelineV13totalDurationSdvp":{"name":"totalDuration","abstract":"<p>The time interval in seconds from the time the request started to the time response serialization completed.</p>","parent_name":"Timeline"},"Structs/Timeline.html#/s:9Alamofire8TimelineV16requestStartTime015initialResponseE00c9CompletedE0013serializationhE0ACSd_S3dtcfc":{"name":"init(requestStartTime:initialResponseTime:requestCompletedTime:serializationCompletedTime:)","abstract":"<p>Creates a new <code>Timeline</code> instance with the specified request times.</p>","parent_name":"Timeline"},"Structs/Timeline.html#/s:9Alamofire8TimelineV11descriptionSSvp":{"name":"description","abstract":"<p>The textual representation used when written to an output stream, which includes the latency, the request","parent_name":"Timeline"},"Structs/Timeline.html#/s:9Alamofire8TimelineV16debugDescriptionSSvp":{"name":"debugDescription","abstract":"<p>The textual representation used when written to an output stream, which includes the request start time, the","parent_name":"Timeline"},"Structs/DownloadResponseSerializer.html#/s:9Alamofire26DownloadResponseSerializerV16SerializedObjecta":{"name":"SerializedObject","abstract":"<p>The type of serialized object to be created by this <code>DownloadResponseSerializer</code>.</p>","parent_name":"DownloadResponseSerializer"},"Structs/DownloadResponseSerializer.html#/s:9Alamofire26DownloadResponseSerializerV09serializeC0yAA6ResultOyxG10Foundation10URLRequestVSg_So17NSHTTPURLResponseCSgAH3URLVSgs5Error_pSgtcvp":{"name":"serializeResponse","abstract":"<p>A closure used by response handlers that takes a request, response, url and error and returns a result.</p>","parent_name":"DownloadResponseSerializer"},"Structs/DownloadResponseSerializer.html#/s:9Alamofire26DownloadResponseSerializerV09serializeC0ACyxGAA6ResultOyxG10Foundation10URLRequestVSg_So17NSHTTPURLResponseCSgAI3URLVSgs5Error_pSgtc_tcfc":{"name":"init(serializeResponse:)","abstract":"<p>Initializes the <code>ResponseSerializer</code> instance with the given serialize response closure.</p>","parent_name":"DownloadResponseSerializer"},"Structs/DataResponseSerializer.html#/s:9Alamofire22DataResponseSerializerV16SerializedObjecta":{"name":"SerializedObject","abstract":"<p>The type of serialized object to be created by this <code>DataResponseSerializer</code>.</p>","parent_name":"DataResponseSerializer"},"Structs/DataResponseSerializer.html#/s:9Alamofire22DataResponseSerializerV09serializeC0yAA6ResultOyxG10Foundation10URLRequestVSg_So17NSHTTPURLResponseCSgAH0B0VSgs5Error_pSgtcvp":{"name":"serializeResponse","abstract":"<p>A closure used by response handlers that takes a request, response, data and error and returns a result.</p>","parent_name":"DataResponseSerializer"},"Structs/DataResponseSerializer.html#/s:9Alamofire22DataResponseSerializerV09serializeC0ACyxGAA6ResultOyxG10Foundation10URLRequestVSg_So17NSHTTPURLResponseCSgAI0B0VSgs5Error_pSgtc_tcfc":{"name":"init(serializeResponse:)","abstract":"<p>Initializes the <code>ResponseSerializer</code> instance with the given serialize response closure.</p>","parent_name":"DataResponseSerializer"},"Structs/DownloadResponse.html#/s:9Alamofire16DownloadResponseV7request10Foundation10URLRequestVSgvp":{"name":"request","abstract":"<p>The URL request sent to the server.</p>","parent_name":"DownloadResponse"},"Structs/DownloadResponse.html#/s:9Alamofire16DownloadResponseV8responseSo17NSHTTPURLResponseCSgvp":{"name":"response","abstract":"<p>The server&rsquo;s response to the URL request.</p>","parent_name":"DownloadResponse"},"Structs/DownloadResponse.html#/s:9Alamofire16DownloadResponseV12temporaryURL10Foundation0E0VSgvp":{"name":"temporaryURL","abstract":"<p>The temporary destination URL of the data returned from the server.</p>","parent_name":"DownloadResponse"},"Structs/DownloadResponse.html#/s:9Alamofire16DownloadResponseV14destinationURL10Foundation0E0VSgvp":{"name":"destinationURL","abstract":"<p>The final destination URL of the data returned from the server if it was moved.</p>","parent_name":"DownloadResponse"},"Structs/DownloadResponse.html#/s:9Alamofire16DownloadResponseV10resumeData10Foundation0E0VSgvp":{"name":"resumeData","abstract":"<p>The resume data generated if the request was cancelled.</p>","parent_name":"DownloadResponse"},"Structs/DownloadResponse.html#/s:9Alamofire16DownloadResponseV6resultAA6ResultOyxGvp":{"name":"result","abstract":"<p>The result of response serialization.</p>","parent_name":"DownloadResponse"},"Structs/DownloadResponse.html#/s:9Alamofire16DownloadResponseV8timelineAA8TimelineVvp":{"name":"timeline","abstract":"<p>The timeline of the complete lifecycle of the request.</p>","parent_name":"DownloadResponse"},"Structs/DownloadResponse.html#/s:9Alamofire16DownloadResponseV5valuexSgvp":{"name":"value","abstract":"<p>Returns the associated value of the result if it is a success, <code>nil</code> otherwise.</p>","parent_name":"DownloadResponse"},"Structs/DownloadResponse.html#/s:9Alamofire16DownloadResponseV5errors5Error_pSgvp":{"name":"error","abstract":"<p>Returns the associated error value if the result if it is a failure, <code>nil</code> otherwise.</p>","parent_name":"DownloadResponse"},"Structs/DownloadResponse.html#/s:9Alamofire16DownloadResponseV7request8response12temporaryURL011destinationG010resumeData6result8timelineACyxG10Foundation10URLRequestVSg_So17NSHTTPURLResponseCSgAL0G0VSgAuL0J0VSgAA6ResultOyxGAA8TimelineVtcfc":{"name":"init(request:response:temporaryURL:destinationURL:resumeData:result:timeline:)","abstract":"<p>Creates a <code>DownloadResponse</code> instance with the specified parameters derived from response serialization.</p>","parent_name":"DownloadResponse"},"Structs/DownloadResponse.html#/s:9Alamofire16DownloadResponseV11descriptionSSvp":{"name":"description","abstract":"<p>The textual representation used when written to an output stream, which includes whether the result was a","parent_name":"DownloadResponse"},"Structs/DownloadResponse.html#/s:9Alamofire16DownloadResponseV16debugDescriptionSSvp":{"name":"debugDescription","abstract":"<p>The debug textual representation used when written to an output stream, which includes the URL request, the URL","parent_name":"DownloadResponse"},"Structs/DownloadResponse.html#/s:9Alamofire16DownloadResponseV3mapyACyqd__Gqd__xXElF":{"name":"map(_:)","abstract":"<p>Evaluates the given closure when the result of this <code>DownloadResponse</code> is a success, passing the unwrapped","parent_name":"DownloadResponse"},"Structs/DownloadResponse.html#/s:9Alamofire16DownloadResponseV7flatMapyACyqd__Gqd__xKXElF":{"name":"flatMap(_:)","abstract":"<p>Evaluates the given closure when the result of this <code>DownloadResponse</code> is a success, passing the unwrapped","parent_name":"DownloadResponse"},"Structs/DownloadResponse.html#/s:9Alamofire16DownloadResponseV8mapErroryACyxGqd__s0E0_pXEsAFRd__lF":{"name":"mapError(_:)","abstract":"<p>Evaluates the specified closure when the <code>DownloadResponse</code> is a failure, passing the unwrapped error as a parameter.</p>","parent_name":"DownloadResponse"},"Structs/DownloadResponse.html#/s:9Alamofire16DownloadResponseV12flatMapErroryACyxGqd__s0F0_pKXEsAFRd__lF":{"name":"flatMapError(_:)","abstract":"<p>Evaluates the specified closure when the <code>DownloadResponse</code> is a failure, passing the unwrapped error as a parameter.</p>","parent_name":"DownloadResponse"},"Structs/DownloadResponse.html#/s:9Alamofire16DownloadResponseV7metricsSo23NSURLSessionTaskMetricsCSgvp":{"name":"metrics","abstract":"<p>The task metrics containing the request / response statistics.</p>","parent_name":"DownloadResponse"},"Structs/DefaultDownloadResponse.html#/s:9Alamofire23DefaultDownloadResponseV7request10Foundation10URLRequestVSgvp":{"name":"request","abstract":"<p>The URL request sent to the server.</p>","parent_name":"DefaultDownloadResponse"},"Structs/DefaultDownloadResponse.html#/s:9Alamofire23DefaultDownloadResponseV8responseSo17NSHTTPURLResponseCSgvp":{"name":"response","abstract":"<p>The server&rsquo;s response to the URL request.</p>","parent_name":"DefaultDownloadResponse"},"Structs/DefaultDownloadResponse.html#/s:9Alamofire23DefaultDownloadResponseV12temporaryURL10Foundation0F0VSgvp":{"name":"temporaryURL","abstract":"<p>The temporary destination URL of the data returned from the server.</p>","parent_name":"DefaultDownloadResponse"},"Structs/DefaultDownloadResponse.html#/s:9Alamofire23DefaultDownloadResponseV14destinationURL10Foundation0F0VSgvp":{"name":"destinationURL","abstract":"<p>The final destination URL of the data returned from the server if it was moved.</p>","parent_name":"DefaultDownloadResponse"},"Structs/DefaultDownloadResponse.html#/s:9Alamofire23DefaultDownloadResponseV10resumeData10Foundation0F0VSgvp":{"name":"resumeData","abstract":"<p>The resume data generated if the request was cancelled.</p>","parent_name":"DefaultDownloadResponse"},"Structs/DefaultDownloadResponse.html#/s:9Alamofire23DefaultDownloadResponseV5errors5Error_pSgvp":{"name":"error","abstract":"<p>The error encountered while executing or validating the request.</p>","parent_name":"DefaultDownloadResponse"},"Structs/DefaultDownloadResponse.html#/s:9Alamofire23DefaultDownloadResponseV8timelineAA8TimelineVvp":{"name":"timeline","abstract":"<p>The timeline of the complete lifecycle of the request.</p>","parent_name":"DefaultDownloadResponse"},"Structs/DefaultDownloadResponse.html#/s:9Alamofire23DefaultDownloadResponseV7request8response12temporaryURL011destinationH010resumeData5error8timeline7metricsAC10Foundation10URLRequestVSg_So17NSHTTPURLResponseCSgAL0H0VSgAuL0K0VSgs5Error_pSgAA8TimelineVyXlSgtcfc":{"name":"init(request:response:temporaryURL:destinationURL:resumeData:error:timeline:metrics:)","abstract":"<p>Creates a <code>DefaultDownloadResponse</code> instance from the specified parameters.</p>","parent_name":"DefaultDownloadResponse"},"Structs/DefaultDownloadResponse.html#/s:9Alamofire23DefaultDownloadResponseV7metricsSo23NSURLSessionTaskMetricsCSgvp":{"name":"metrics","abstract":"<p>The task metrics containing the request / response statistics.</p>","parent_name":"DefaultDownloadResponse"},"Structs/DataResponse.html#/s:9Alamofire12DataResponseV7request10Foundation10URLRequestVSgvp":{"name":"request","abstract":"<p>The URL request sent to the server.</p>","parent_name":"DataResponse"},"Structs/DataResponse.html#/s:9Alamofire12DataResponseV8responseSo17NSHTTPURLResponseCSgvp":{"name":"response","abstract":"<p>The server&rsquo;s response to the URL request.</p>","parent_name":"DataResponse"},"Structs/DataResponse.html#/s:9Alamofire12DataResponseV4data10Foundation0B0VSgvp":{"name":"data","abstract":"<p>The data returned by the server.</p>","parent_name":"DataResponse"},"Structs/DataResponse.html#/s:9Alamofire12DataResponseV6resultAA6ResultOyxGvp":{"name":"result","abstract":"<p>The result of response serialization.</p>","parent_name":"DataResponse"},"Structs/DataResponse.html#/s:9Alamofire12DataResponseV8timelineAA8TimelineVvp":{"name":"timeline","abstract":"<p>The timeline of the complete lifecycle of the request.</p>","parent_name":"DataResponse"},"Structs/DataResponse.html#/s:9Alamofire12DataResponseV5valuexSgvp":{"name":"value","abstract":"<p>Returns the associated value of the result if it is a success, <code>nil</code> otherwise.</p>","parent_name":"DataResponse"},"Structs/DataResponse.html#/s:9Alamofire12DataResponseV5errors5Error_pSgvp":{"name":"error","abstract":"<p>Returns the associated error value if the result if it is a failure, <code>nil</code> otherwise.</p>","parent_name":"DataResponse"},"Structs/DataResponse.html#/s:9Alamofire12DataResponseV7request8response4data6result8timelineACyxG10Foundation10URLRequestVSg_So17NSHTTPURLResponseCSgAJ0B0VSgAA6ResultOyxGAA8TimelineVtcfc":{"name":"init(request:response:data:result:timeline:)","abstract":"<p>Creates a <code>DataResponse</code> instance with the specified parameters derived from response serialization.</p>","parent_name":"DataResponse"},"Structs/DataResponse.html#/s:9Alamofire12DataResponseV11descriptionSSvp":{"name":"description","abstract":"<p>The textual representation used when written to an output stream, which includes whether the result was a","parent_name":"DataResponse"},"Structs/DataResponse.html#/s:9Alamofire12DataResponseV16debugDescriptionSSvp":{"name":"debugDescription","abstract":"<p>The debug textual representation used when written to an output stream, which includes the URL request, the URL","parent_name":"DataResponse"},"Structs/DataResponse.html#/s:9Alamofire12DataResponseV3mapyACyqd__Gqd__xXElF":{"name":"map(_:)","abstract":"<p>Evaluates the specified closure when the result of this <code>DataResponse</code> is a success, passing the unwrapped","parent_name":"DataResponse"},"Structs/DataResponse.html#/s:9Alamofire12DataResponseV7flatMapyACyqd__Gqd__xKXElF":{"name":"flatMap(_:)","abstract":"<p>Evaluates the given closure when the result of this <code>DataResponse</code> is a success, passing the unwrapped result","parent_name":"DataResponse"},"Structs/DataResponse.html#/s:9Alamofire12DataResponseV8mapErroryACyxGqd__s0E0_pXEsAFRd__lF":{"name":"mapError(_:)","abstract":"<p>Evaluates the specified closure when the <code>DataResponse</code> is a failure, passing the unwrapped error as a parameter.</p>","parent_name":"DataResponse"},"Structs/DataResponse.html#/s:9Alamofire12DataResponseV12flatMapErroryACyxGqd__s0F0_pKXEsAFRd__lF":{"name":"flatMapError(_:)","abstract":"<p>Evaluates the specified closure when the <code>DataResponse</code> is a failure, passing the unwrapped error as a parameter.</p>","parent_name":"DataResponse"},"Structs/DataResponse.html#/s:9Alamofire12DataResponseV7metricsSo23NSURLSessionTaskMetricsCSgvp":{"name":"metrics","abstract":"<p>The task metrics containing the request / response statistics.</p>","parent_name":"DataResponse"},"Structs/DefaultDataResponse.html#/s:9Alamofire19DefaultDataResponseV7request10Foundation10URLRequestVSgvp":{"name":"request","abstract":"<p>The URL request sent to the server.</p>","parent_name":"DefaultDataResponse"},"Structs/DefaultDataResponse.html#/s:9Alamofire19DefaultDataResponseV8responseSo17NSHTTPURLResponseCSgvp":{"name":"response","abstract":"<p>The server&rsquo;s response to the URL request.</p>","parent_name":"DefaultDataResponse"},"Structs/DefaultDataResponse.html#/s:9Alamofire19DefaultDataResponseV4data10Foundation0C0VSgvp":{"name":"data","abstract":"<p>The data returned by the server.</p>","parent_name":"DefaultDataResponse"},"Structs/DefaultDataResponse.html#/s:9Alamofire19DefaultDataResponseV5errors5Error_pSgvp":{"name":"error","abstract":"<p>The error encountered while executing or validating the request.</p>","parent_name":"DefaultDataResponse"},"Structs/DefaultDataResponse.html#/s:9Alamofire19DefaultDataResponseV8timelineAA8TimelineVvp":{"name":"timeline","abstract":"<p>The timeline of the complete lifecycle of the request.</p>","parent_name":"DefaultDataResponse"},"Structs/DefaultDataResponse.html#/s:9Alamofire19DefaultDataResponseV7request8response4data5error8timeline7metricsAC10Foundation10URLRequestVSg_So17NSHTTPURLResponseCSgAJ0C0VSgs5Error_pSgAA8TimelineVyXlSgtcfc":{"name":"init(request:response:data:error:timeline:metrics:)","abstract":"<p>Creates a <code>DefaultDataResponse</code> instance from the specified parameters.</p>","parent_name":"DefaultDataResponse"},"Structs/DefaultDataResponse.html#/s:9Alamofire19DefaultDataResponseV7metricsSo23NSURLSessionTaskMetricsCSgvp":{"name":"metrics","abstract":"<p>The task metrics containing the request / response statistics.</p>","parent_name":"DefaultDataResponse"},"Structs/PropertyListEncoding.html#/s:9Alamofire20PropertyListEncodingV7defaultACvpZ":{"name":"default","abstract":"<p>Returns a default <code>PropertyListEncoding</code> instance.</p>","parent_name":"PropertyListEncoding"},"Structs/PropertyListEncoding.html#/s:9Alamofire20PropertyListEncodingV3xmlACvpZ":{"name":"xml","abstract":"<p>Returns a <code>PropertyListEncoding</code> instance with xml formatting and default writing options.</p>","parent_name":"PropertyListEncoding"},"Structs/PropertyListEncoding.html#/s:9Alamofire20PropertyListEncodingV6binaryACvpZ":{"name":"binary","abstract":"<p>Returns a <code>PropertyListEncoding</code> instance with binary formatting and default writing options.</p>","parent_name":"PropertyListEncoding"},"Structs/PropertyListEncoding.html#/s:9Alamofire20PropertyListEncodingV6formatSo010NSPropertyC6FormatVvp":{"name":"format","abstract":"<p>The property list serialization format.</p>","parent_name":"PropertyListEncoding"},"Structs/PropertyListEncoding.html#/s:9Alamofire20PropertyListEncodingV7optionsSivp":{"name":"options","abstract":"<p>The options for writing the parameters as plist data.</p>","parent_name":"PropertyListEncoding"},"Structs/PropertyListEncoding.html#/s:9Alamofire20PropertyListEncodingV6format7optionsACSo010NSPropertyC6FormatV_Sitcfc":{"name":"init(format:options:)","abstract":"<p>Creates a <code>PropertyListEncoding</code> instance using the specified format and options.</p>","parent_name":"PropertyListEncoding"},"Structs/PropertyListEncoding.html#/s:9Alamofire20PropertyListEncodingV6encode_4with10Foundation10URLRequestVAA0H11Convertible_p_SDySSypGSgtKF":{"name":"encode(_:with:)","abstract":"<p>Creates a URL request by encoding parameters and applying them onto an existing request.</p>","parent_name":"PropertyListEncoding"},"Structs/JSONEncoding.html#/s:9Alamofire12JSONEncodingV7defaultACvpZ":{"name":"default","abstract":"<p>Returns a <code>JSONEncoding</code> instance with default writing options.</p>","parent_name":"JSONEncoding"},"Structs/JSONEncoding.html#/s:9Alamofire12JSONEncodingV13prettyPrintedACvpZ":{"name":"prettyPrinted","abstract":"<p>Returns a <code>JSONEncoding</code> instance with <code>.prettyPrinted</code> writing options.</p>","parent_name":"JSONEncoding"},"Structs/JSONEncoding.html#/s:9Alamofire12JSONEncodingV7optionsSo20NSJSONWritingOptionsVvp":{"name":"options","abstract":"<p>The options for writing the parameters as JSON data.</p>","parent_name":"JSONEncoding"},"Structs/JSONEncoding.html#/s:9Alamofire12JSONEncodingV7optionsACSo20NSJSONWritingOptionsV_tcfc":{"name":"init(options:)","abstract":"<p>Creates a <code>JSONEncoding</code> instance using the specified options.</p>","parent_name":"JSONEncoding"},"Structs/JSONEncoding.html#/s:9Alamofire12JSONEncodingV6encode_4with10Foundation10URLRequestVAA0F11Convertible_p_SDySSypGSgtKF":{"name":"encode(_:with:)","abstract":"<p>Creates a URL request by encoding parameters and applying them onto an existing request.</p>","parent_name":"JSONEncoding"},"Structs/JSONEncoding.html#/s:9Alamofire12JSONEncodingV6encode_14withJSONObject10Foundation10URLRequestVAA0G11Convertible_p_ypSgtKF":{"name":"encode(_:withJSONObject:)","abstract":"<p>Creates a URL request by encoding the JSON object and setting the resulting data on the HTTP body.</p>","parent_name":"JSONEncoding"},"Structs/URLEncoding/BoolEncoding.html#/s:9Alamofire11URLEncodingV12BoolEncodingO7numericyA2EmF":{"name":"numeric","abstract":"<p>Undocumented</p>","parent_name":"BoolEncoding"},"Structs/URLEncoding/BoolEncoding.html#/s:9Alamofire11URLEncodingV12BoolEncodingO7literalyA2EmF":{"name":"literal","abstract":"<p>Undocumented</p>","parent_name":"BoolEncoding"},"Structs/URLEncoding/ArrayEncoding.html#/s:9Alamofire11URLEncodingV13ArrayEncodingO8bracketsyA2EmF":{"name":"brackets","abstract":"<p>Undocumented</p>","parent_name":"ArrayEncoding"},"Structs/URLEncoding/ArrayEncoding.html#/s:9Alamofire11URLEncodingV13ArrayEncodingO10noBracketsyA2EmF":{"name":"noBrackets","abstract":"<p>Undocumented</p>","parent_name":"ArrayEncoding"},"Structs/URLEncoding/Destination.html#/s:9Alamofire11URLEncodingV11DestinationO15methodDependentyA2EmF":{"name":"methodDependent","abstract":"<p>Undocumented</p>","parent_name":"Destination"},"Structs/URLEncoding/Destination.html#/s:9Alamofire11URLEncodingV11DestinationO11queryStringyA2EmF":{"name":"queryString","abstract":"<p>Undocumented</p>","parent_name":"Destination"},"Structs/URLEncoding/Destination.html#/s:9Alamofire11URLEncodingV11DestinationO8httpBodyyA2EmF":{"name":"httpBody","abstract":"<p>Undocumented</p>","parent_name":"Destination"},"Structs/URLEncoding/Destination.html":{"name":"Destination","abstract":"<p>Defines whether the url-encoded query string is applied to the existing query string or HTTP body of the","parent_name":"URLEncoding"},"Structs/URLEncoding/ArrayEncoding.html":{"name":"ArrayEncoding","abstract":"<p>Configures how <code>Array</code> parameters are encoded.</p>","parent_name":"URLEncoding"},"Structs/URLEncoding/BoolEncoding.html":{"name":"BoolEncoding","abstract":"<p>Configures how <code>Bool</code> parameters are encoded.</p>","parent_name":"URLEncoding"},"Structs/URLEncoding.html#/s:9Alamofire11URLEncodingV7defaultACvpZ":{"name":"default","abstract":"<p>Returns a default <code>URLEncoding</code> instance.</p>","parent_name":"URLEncoding"},"Structs/URLEncoding.html#/s:9Alamofire11URLEncodingV15methodDependentACvpZ":{"name":"methodDependent","abstract":"<p>Returns a <code>URLEncoding</code> instance with a <code>.methodDependent</code> destination.</p>","parent_name":"URLEncoding"},"Structs/URLEncoding.html#/s:9Alamofire11URLEncodingV11queryStringACvpZ":{"name":"queryString","abstract":"<p>Returns a <code>URLEncoding</code> instance with a <code>.queryString</code> destination.</p>","parent_name":"URLEncoding"},"Structs/URLEncoding.html#/s:9Alamofire11URLEncodingV8httpBodyACvpZ":{"name":"httpBody","abstract":"<p>Returns a <code>URLEncoding</code> instance with an <code>.httpBody</code> destination.</p>","parent_name":"URLEncoding"},"Structs/URLEncoding.html#/s:9Alamofire11URLEncodingV11destinationAC11DestinationOvp":{"name":"destination","abstract":"<p>The destination defining where the encoded query string is to be applied to the URL request.</p>","parent_name":"URLEncoding"},"Structs/URLEncoding.html#/s:9Alamofire11URLEncodingV13arrayEncodingAC05ArrayD0Ovp":{"name":"arrayEncoding","abstract":"<p>The encoding to use for <code>Array</code> parameters.</p>","parent_name":"URLEncoding"},"Structs/URLEncoding.html#/s:9Alamofire11URLEncodingV12boolEncodingAC04BoolD0Ovp":{"name":"boolEncoding","abstract":"<p>The encoding to use for <code>Bool</code> parameters.</p>","parent_name":"URLEncoding"},"Structs/URLEncoding.html#/s:9Alamofire11URLEncodingV11destination13arrayEncoding04boolE0A2C11DestinationO_AC05ArrayE0OAC04BoolE0Otcfc":{"name":"init(destination:arrayEncoding:boolEncoding:)","abstract":"<p>Creates a <code>URLEncoding</code> instance using the specified destination.</p>","parent_name":"URLEncoding"},"Structs/URLEncoding.html#/s:9Alamofire11URLEncodingV6encode_4with10Foundation10URLRequestVAA0F11Convertible_p_SDySSypGSgtKF":{"name":"encode(_:with:)","abstract":"<p>Creates a URL request by encoding parameters and applying them onto an existing request.</p>","parent_name":"URLEncoding"},"Structs/URLEncoding.html#/s:9Alamofire11URLEncodingV15queryComponents7fromKey5valueSaySS_SStGSS_yptF":{"name":"queryComponents(fromKey:value:)","abstract":"<p>Creates percent-escaped, URL encoded query string components from the given key-value pair using recursion.</p>","parent_name":"URLEncoding"},"Structs/URLEncoding.html#/s:9Alamofire11URLEncodingV6escapeyS2SF":{"name":"escape(_:)","abstract":"<p>Returns a percent-escaped string following RFC 3986 for a query string key or value.</p>","parent_name":"URLEncoding"},"Structs/URLEncoding.html":{"name":"URLEncoding","abstract":"<p>Creates a url-encoded query string to be set as or appended to any existing URL query string or set as the HTTP"},"Structs/JSONEncoding.html":{"name":"JSONEncoding","abstract":"<p>Uses <code>JSONSerialization</code> to create a JSON representation of the parameters object, which is set as the body of the"},"Structs/PropertyListEncoding.html":{"name":"PropertyListEncoding","abstract":"<p>Uses <code>PropertyListSerialization</code> to create a plist representation of the parameters object, according to the"},"Structs/DefaultDataResponse.html":{"name":"DefaultDataResponse","abstract":"<p>Used to store all data associated with an non-serialized response of a data or upload request.</p>"},"Structs/DataResponse.html":{"name":"DataResponse","abstract":"<p>Used to store all data associated with a serialized response of a data or upload request.</p>"},"Structs/DefaultDownloadResponse.html":{"name":"DefaultDownloadResponse","abstract":"<p>Used to store all data associated with an non-serialized response of a download request.</p>"},"Structs/DownloadResponse.html":{"name":"DownloadResponse","abstract":"<p>Used to store all data associated with a serialized response of a download request.</p>"},"Structs/DataResponseSerializer.html":{"name":"DataResponseSerializer","abstract":"<p>A generic <code>DataResponseSerializerType</code> used to serialize a request, response, and data into a serialized object.</p>"},"Structs/DownloadResponseSerializer.html":{"name":"DownloadResponseSerializer","abstract":"<p>A generic <code>DownloadResponseSerializerType</code> used to serialize a request, response, and data into a serialized object.</p>"},"Structs/Timeline.html":{"name":"Timeline","abstract":"<p>Responsible for computing the timing metrics for the complete lifecycle of a <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/Request.html\">Request</a></code>.</p>"},"Protocols/DownloadResponseSerializerProtocol.html#/s:9Alamofire34DownloadResponseSerializerProtocolP16SerializedObjectQa":{"name":"SerializedObject","abstract":"<p>The type of serialized object to be created by this <code>DownloadResponseSerializerType</code>.</p>","parent_name":"DownloadResponseSerializerProtocol"},"Protocols/DownloadResponseSerializerProtocol.html#/s:9Alamofire34DownloadResponseSerializerProtocolP09serializeC0yAA6ResultOy16SerializedObjectQzG10Foundation10URLRequestVSg_So17NSHTTPURLResponseCSgAJ3URLVSgs5Error_pSgtcvp":{"name":"serializeResponse","abstract":"<p>A closure used by response handlers that takes a request, response, url and error and returns a result.</p>","parent_name":"DownloadResponseSerializerProtocol"},"Protocols/DataResponseSerializerProtocol.html#/s:9Alamofire30DataResponseSerializerProtocolP16SerializedObjectQa":{"name":"SerializedObject","abstract":"<p>The type of serialized object to be created by this <code>DataResponseSerializerType</code>.</p>","parent_name":"DataResponseSerializerProtocol"},"Protocols/DataResponseSerializerProtocol.html#/s:9Alamofire30DataResponseSerializerProtocolP09serializeC0yAA6ResultOy16SerializedObjectQzG10Foundation10URLRequestVSg_So17NSHTTPURLResponseCSgAJ0B0VSgs5Error_pSgtcvp":{"name":"serializeResponse","abstract":"<p>A closure used by response handlers that takes a request, response, data and error and returns a result.</p>","parent_name":"DataResponseSerializerProtocol"},"Protocols/RequestRetrier.html#/s:9Alamofire14RequestRetrierP6should_5retry4with10completionyAA14SessionManagerC_AA0B0Cs5Error_pySb_SdtctF":{"name":"should(_:retry:with:completion:)","abstract":"<p>Determines whether the <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/Request.html\">Request</a></code> should be retried by calling the <code>completion</code> closure.</p>","parent_name":"RequestRetrier"},"Protocols/RequestAdapter.html#/s:9Alamofire14RequestAdapterP5adapty10Foundation10URLRequestVAGKF":{"name":"adapt(_:)","abstract":"<p>Inspects and adapts the specified <code>URLRequest</code> in some manner if necessary and returns the result.</p>","parent_name":"RequestAdapter"},"Protocols/ParameterEncoding.html#/s:9Alamofire17ParameterEncodingP6encode_4with10Foundation10URLRequestVAA0G11Convertible_p_SDySSypGSgtKF":{"name":"encode(_:with:)","abstract":"<p>Creates a URL request by encoding parameters and applying them onto an existing request.</p>","parent_name":"ParameterEncoding"},"Protocols/URLRequestConvertible.html#/s:9Alamofire21URLRequestConvertibleP02asB010Foundation0B0VyKF":{"name":"asURLRequest()","abstract":"<p>Returns a URL request or throws if an <code>Error</code> was encountered.</p>","parent_name":"URLRequestConvertible"},"Protocols/URLRequestConvertible.html#/s:9Alamofire21URLRequestConvertiblePAAE10urlRequest10Foundation0B0VSgvp":{"name":"urlRequest","abstract":"<p>The URL request.</p>","parent_name":"URLRequestConvertible"},"Protocols/URLConvertible.html#/s:9Alamofire14URLConvertibleP5asURL10Foundation0D0VyKF":{"name":"asURL()","abstract":"<p>Returns a URL that conforms to RFC 2396 or throws an <code>Error</code>.</p>","parent_name":"URLConvertible"},"Protocols/URLConvertible.html":{"name":"URLConvertible","abstract":"<p>Types adopting the <code>URLConvertible</code> protocol can be used to construct URLs, which are then used to construct"},"Protocols/URLRequestConvertible.html":{"name":"URLRequestConvertible","abstract":"<p>Types adopting the <code>URLRequestConvertible</code> protocol can be used to construct URL requests.</p>"},"Protocols/ParameterEncoding.html":{"name":"ParameterEncoding","abstract":"<p>A type used to define how a set of parameters are applied to a <code>URLRequest</code>.</p>"},"Protocols/RequestAdapter.html":{"name":"RequestAdapter","abstract":"<p>A type that can inspect and optionally adapt a <code>URLRequest</code> in some manner if necessary.</p>"},"Protocols/RequestRetrier.html":{"name":"RequestRetrier","abstract":"<p>A type that determines whether a request should be retried after being executed by the specified session manager"},"Protocols/DataResponseSerializerProtocol.html":{"name":"DataResponseSerializerProtocol","abstract":"<p>The type in which all data response serializers must conform to in order to serialize a response.</p>"},"Protocols/DownloadResponseSerializerProtocol.html":{"name":"DownloadResponseSerializerProtocol","abstract":"<p>The type in which all download response serializers must conform to in order to serialize a response.</p>"},"Functions.html#/s:9Alamofire7request_6method10parameters8encoding7headersAA11DataRequestCAA14URLConvertible_p_AA10HTTPMethodOSDySSypGSgAA17ParameterEncoding_pSDyS2SGSgtF":{"name":"request(_:method:parameters:encoding:headers:)","abstract":"<p>Creates a <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/DataRequest.html\">DataRequest</a></code> using the default <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionManager.html\">SessionManager</a></code> to retrieve the contents of the specified <code>url</code>,"},"Functions.html#/s:9Alamofire7requestyAA11DataRequestCAA21URLRequestConvertible_pF":{"name":"request(_:)","abstract":"<p>Creates a <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/DataRequest.html\">DataRequest</a></code> using the default <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionManager.html\">SessionManager</a></code> to retrieve the contents of a URL based on the"},"Functions.html#/s:9Alamofire8download_6method10parameters8encoding7headers2toAA15DownloadRequestCAA14URLConvertible_p_AA10HTTPMethodOSDySSypGSgAA17ParameterEncoding_pSDyS2SGSg10Foundation3URLV011destinationO0_AI0H7OptionsV7optionstAT_So17NSHTTPURLResponseCtcSgtF":{"name":"download(_:method:parameters:encoding:headers:to:)","abstract":"<p>Creates a <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/DownloadRequest.html\">DownloadRequest</a></code> using the default <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionManager.html\">SessionManager</a></code> to retrieve the contents of the specified <code>url</code>,"},"Functions.html#/s:9Alamofire8download_2toAA15DownloadRequestCAA21URLRequestConvertible_p_10Foundation3URLV011destinationI0_AE0D7OptionsV7optionstAI_So17NSHTTPURLResponseCtcSgtF":{"name":"download(_:to:)","abstract":"<p>Creates a <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/DownloadRequest.html\">DownloadRequest</a></code> using the default <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionManager.html\">SessionManager</a></code> to retrieve the contents of a URL based on the"},"Functions.html#/s:9Alamofire8download12resumingWith2toAA15DownloadRequestC10Foundation4DataV_AG3URLV011destinationJ0_AF0F7OptionsV7optionstAK_So17NSHTTPURLResponseCtcSgtF":{"name":"download(resumingWith:to:)","abstract":"<p>Creates a <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/DownloadRequest.html\">DownloadRequest</a></code> using the default <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionManager.html\">SessionManager</a></code> from the <code>resumeData</code> produced from a"},"Functions.html#/s:9Alamofire6upload_2to6method7headersAA13UploadRequestC10Foundation3URLV_AA14URLConvertible_pAA10HTTPMethodOSDyS2SGSgtF":{"name":"upload(_:to:method:headers:)","abstract":"<p>Creates an <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/UploadRequest.html\">UploadRequest</a></code> using the default <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionManager.html\">SessionManager</a></code> from the specified <code>url</code>, <code>method</code> and <code>headers</code>"},"Functions.html#/s:9Alamofire6upload_4withAA13UploadRequestC10Foundation3URLV_AA21URLRequestConvertible_ptF":{"name":"upload(_:with:)","abstract":"<p>Creates a <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/UploadRequest.html\">UploadRequest</a></code> using the default <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionManager.html\">SessionManager</a></code> from the specified <code>urlRequest</code> for"},"Functions.html#/s:9Alamofire6upload_2to6method7headersAA13UploadRequestC10Foundation4DataV_AA14URLConvertible_pAA10HTTPMethodOSDyS2SGSgtF":{"name":"upload(_:to:method:headers:)","abstract":"<p>Creates an <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/UploadRequest.html\">UploadRequest</a></code> using the default <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionManager.html\">SessionManager</a></code> from the specified <code>url</code>, <code>method</code> and <code>headers</code>"},"Functions.html#/s:9Alamofire6upload_4withAA13UploadRequestC10Foundation4DataV_AA21URLRequestConvertible_ptF":{"name":"upload(_:with:)","abstract":"<p>Creates an <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/UploadRequest.html\">UploadRequest</a></code> using the default <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionManager.html\">SessionManager</a></code> from the specified <code>urlRequest</code> for"},"Functions.html#/s:9Alamofire6upload_2to6method7headersAA13UploadRequestCSo13NSInputStreamC_AA14URLConvertible_pAA10HTTPMethodOSDyS2SGSgtF":{"name":"upload(_:to:method:headers:)","abstract":"<p>Creates an <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/UploadRequest.html\">UploadRequest</a></code> using the default <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionManager.html\">SessionManager</a></code> from the specified <code>url</code>, <code>method</code> and <code>headers</code>"},"Functions.html#/s:9Alamofire6upload_4withAA13UploadRequestCSo13NSInputStreamC_AA21URLRequestConvertible_ptF":{"name":"upload(_:with:)","abstract":"<p>Creates an <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/UploadRequest.html\">UploadRequest</a></code> using the default <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionManager.html\">SessionManager</a></code> from the specified <code>urlRequest</code> for"},"Functions.html#/s:9Alamofire6upload17multipartFormData14usingThreshold2to6method7headers18encodingCompletionyyAA09MultipartdE0Cc_s6UInt64VAA14URLConvertible_pAA10HTTPMethodOSDyS2SGSgyAA14SessionManagerC0mdE14EncodingResultOcSgtF":{"name":"upload(multipartFormData:usingThreshold:to:method:headers:encodingCompletion:)","abstract":"<p>Encodes <code>multipartFormData</code> using <code>encodingMemoryThreshold</code> with the default <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionManager.html\">SessionManager</a></code> and calls"},"Functions.html#/s:9Alamofire6upload17multipartFormData14usingThreshold4with18encodingCompletionyyAA09MultipartdE0Cc_s6UInt64VAA21URLRequestConvertible_pyAA14SessionManagerC0kdE14EncodingResultOcSgtF":{"name":"upload(multipartFormData:usingThreshold:with:encodingCompletion:)","abstract":"<p>Encodes <code>multipartFormData</code> using <code>encodingMemoryThreshold</code> and the default <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionManager.html\">SessionManager</a></code> and"},"Functions.html#/s:9Alamofire6stream12withHostName4portAA13StreamRequestCSS_SitF":{"name":"stream(withHostName:port:)","abstract":"<p>Creates a <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses.html#/s:9Alamofire13StreamRequestC\">StreamRequest</a></code> using the default <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionManager.html\">SessionManager</a></code> for bidirectional streaming with the <code>hostname</code>"},"Functions.html#/s:9Alamofire6stream4withAA13StreamRequestCSo12NSNetServiceC_tF":{"name":"stream(with:)","abstract":"<p>Creates a <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses.html#/s:9Alamofire13StreamRequestC\">StreamRequest</a></code> using the default <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionManager.html\">SessionManager</a></code> for bidirectional streaming with the <code>netService</code>.</p>"},"Functions.html#/s:9Alamofire2eeoiySbAA26NetworkReachabilityManagerC0cD6StatusO_AFtF":{"name":"==(_:_:)","abstract":"<p>Returns whether the two network reachability status values are equal.</p>"},"Extensions/Notification/Key.html#/s:10Foundation12NotificationV9AlamofireE3KeyV4TaskSSvpZ":{"name":"Task","abstract":"<p>User info dictionary key representing the <code>URLSessionTask</code> associated with the notification.</p>","parent_name":"Key"},"Extensions/Notification/Key.html#/s:10Foundation12NotificationV9AlamofireE3KeyV12ResponseDataSSvpZ":{"name":"ResponseData","abstract":"<p>User info dictionary key representing the responseData associated with the notification.</p>","parent_name":"Key"},"Extensions/Notification/Name/Task.html#/s:So18NSNotificationNamea9AlamofireE4TaskV9DidResumeABvpZ":{"name":"DidResume","abstract":"<p>Posted when a <code>URLSessionTask</code> is resumed. The notification <code>object</code> contains the resumed <code>URLSessionTask</code>.</p>","parent_name":"Task"},"Extensions/Notification/Name/Task.html#/s:So18NSNotificationNamea9AlamofireE4TaskV10DidSuspendABvpZ":{"name":"DidSuspend","abstract":"<p>Posted when a <code>URLSessionTask</code> is suspended. The notification <code>object</code> contains the suspended <code>URLSessionTask</code>.</p>","parent_name":"Task"},"Extensions/Notification/Name/Task.html#/s:So18NSNotificationNamea9AlamofireE4TaskV9DidCancelABvpZ":{"name":"DidCancel","abstract":"<p>Posted when a <code>URLSessionTask</code> is cancelled. The notification <code>object</code> contains the cancelled <code>URLSessionTask</code>.</p>","parent_name":"Task"},"Extensions/Notification/Name/Task.html#/s:So18NSNotificationNamea9AlamofireE4TaskV11DidCompleteABvpZ":{"name":"DidComplete","abstract":"<p>Posted when a <code>URLSessionTask</code> is completed. The notification <code>object</code> contains the completed <code>URLSessionTask</code>.</p>","parent_name":"Task"},"Extensions/Notification/Name/Task.html":{"name":"Task","abstract":"<p>Used as a namespace for all <code>URLSessionTask</code> related notifications.</p>","parent_name":"Name"},"Extensions/Notification/Name.html":{"name":"Name","parent_name":"Notification"},"Extensions/Notification/Key.html":{"name":"Key","abstract":"<p>Used as a namespace for all <code>Notification</code> user info dictionary keys.</p>","parent_name":"Notification"},"Extensions/URLRequest.html#/s:10Foundation10URLRequestV9AlamofireE02asB0ACyKF":{"name":"asURLRequest()","abstract":"<p>Returns a URL request or throws if an <code>Error</code> was encountered.</p>","parent_name":"URLRequest"},"Extensions/URLRequest.html#/s:10Foundation10URLRequestV9AlamofireE3url6method7headersAcD14URLConvertible_p_AD10HTTPMethodOSDyS2SGSgtKcfc":{"name":"init(url:method:headers:)","abstract":"<p>Creates an instance with the specified <code>method</code>, <code>urlString</code> and <code>headers</code>.</p>","parent_name":"URLRequest"},"Extensions/URLComponents.html#/s:10Foundation13URLComponentsV9AlamofireE5asURLAA0E0VyKF":{"name":"asURL()","abstract":"<p>Returns a URL if <code>url</code> is not nil, otherwise throws an <code>Error</code>.</p>","parent_name":"URLComponents"},"Extensions/URL.html#/s:10Foundation3URLV9AlamofireE02asB0ACyKF":{"name":"asURL()","abstract":"<p>Returns self.</p>","parent_name":"URL"},"Extensions/String.html#/s:SS9AlamofireE5asURL10Foundation0C0VyKF":{"name":"asURL()","abstract":"<p>Returns a URL if <code>self</code> represents a valid URL string that conforms to RFC 2396 or throws an <code><a href=\"36f8f5912051ae747ef441d6511ca4cbEnums/AFError.html\">AFError</a></code>.</p>","parent_name":"String"},"Extensions/String.html":{"name":"String"},"Extensions/URL.html":{"name":"URL"},"Extensions/URLComponents.html":{"name":"URLComponents"},"Extensions/URLRequest.html":{"name":"URLRequest"},"Extensions/Notification.html":{"name":"Notification"},"Enums/ServerTrustPolicy.html#/s:9Alamofire17ServerTrustPolicyO24performDefaultEvaluationyACSb_tcACmF":{"name":"performDefaultEvaluation(validateHost:)","abstract":"<p>Undocumented</p>","parent_name":"ServerTrustPolicy"},"Enums/ServerTrustPolicy.html#/s:9Alamofire17ServerTrustPolicyO24performRevokedEvaluationyACSb_SutcACmF":{"name":"performRevokedEvaluation(validateHost:revocationFlags:)","abstract":"<p>Undocumented</p>","parent_name":"ServerTrustPolicy"},"Enums/ServerTrustPolicy.html#/s:9Alamofire17ServerTrustPolicyO15pinCertificatesyACSaySo17SecCertificateRefaG_S2btcACmF":{"name":"pinCertificates(certificates:validateCertificateChain:validateHost:)","abstract":"<p>Undocumented</p>","parent_name":"ServerTrustPolicy"},"Enums/ServerTrustPolicy.html#/s:9Alamofire17ServerTrustPolicyO13pinPublicKeysyACSaySo9SecKeyRefaG_S2btcACmF":{"name":"pinPublicKeys(publicKeys:validateCertificateChain:validateHost:)","abstract":"<p>Undocumented</p>","parent_name":"ServerTrustPolicy"},"Enums/ServerTrustPolicy.html#/s:9Alamofire17ServerTrustPolicyO17disableEvaluationyA2CmF":{"name":"disableEvaluation","abstract":"<p>Undocumented</p>","parent_name":"ServerTrustPolicy"},"Enums/ServerTrustPolicy.html#/s:9Alamofire17ServerTrustPolicyO16customEvaluationyACSbSo03SecC3Refa_SStccACmF":{"name":"customEvaluation(_:)","abstract":"<p>Undocumented</p>","parent_name":"ServerTrustPolicy"},"Enums/ServerTrustPolicy.html#/s:9Alamofire17ServerTrustPolicyO12certificates2inSaySo17SecCertificateRefaGSo8NSBundleC_tFZ":{"name":"certificates(in:)","abstract":"<p>Returns all certificates within the given bundle with a <code>.cer</code> file extension.</p>","parent_name":"ServerTrustPolicy"},"Enums/ServerTrustPolicy.html#/s:9Alamofire17ServerTrustPolicyO10publicKeys2inSaySo9SecKeyRefaGSo8NSBundleC_tFZ":{"name":"publicKeys(in:)","abstract":"<p>Returns all public keys within the given bundle with a <code>.cer</code> file extension.</p>","parent_name":"ServerTrustPolicy"},"Enums/ServerTrustPolicy.html#/s:9Alamofire17ServerTrustPolicyO8evaluate_7forHostSbSo03SecC3Refa_SStF":{"name":"evaluate(_:forHost:)","abstract":"<p>Evaluates whether the server trust is valid for the given host.</p>","parent_name":"ServerTrustPolicy"},"Enums/Result.html#/s:9Alamofire6ResultO7successyACyxGxcAEmlF":{"name":"success(_:)","abstract":"<p>Undocumented</p>","parent_name":"Result"},"Enums/Result.html#/s:9Alamofire6ResultO7failureyACyxGs5Error_pcAEmlF":{"name":"failure(_:)","abstract":"<p>Undocumented</p>","parent_name":"Result"},"Enums/Result.html#/s:9Alamofire6ResultO9isSuccessSbvp":{"name":"isSuccess","abstract":"<p>Returns <code>true</code> if the result is a success, <code>false</code> otherwise.</p>","parent_name":"Result"},"Enums/Result.html#/s:9Alamofire6ResultO9isFailureSbvp":{"name":"isFailure","abstract":"<p>Returns <code>true</code> if the result is a failure, <code>false</code> otherwise.</p>","parent_name":"Result"},"Enums/Result.html#/s:9Alamofire6ResultO5valuexSgvp":{"name":"value","abstract":"<p>Returns the associated value if the result is a success, <code>nil</code> otherwise.</p>","parent_name":"Result"},"Enums/Result.html#/s:9Alamofire6ResultO5errors5Error_pSgvp":{"name":"error","abstract":"<p>Returns the associated error value if the result is a failure, <code>nil</code> otherwise.</p>","parent_name":"Result"},"Enums/Result.html#/s:9Alamofire6ResultO11descriptionSSvp":{"name":"description","abstract":"<p>The textual representation used when written to an output stream, which includes whether the result was a","parent_name":"Result"},"Enums/Result.html#/s:9Alamofire6ResultO16debugDescriptionSSvp":{"name":"debugDescription","abstract":"<p>The debug textual representation used when written to an output stream, which includes whether the result was a","parent_name":"Result"},"Enums/Result.html#/s:9Alamofire6ResultO5valueACyxGxyKXE_tcfc":{"name":"init(value:)","abstract":"<p>Creates a <code>Result</code> instance from the result of a closure.</p>","parent_name":"Result"},"Enums/Result.html#/s:9Alamofire6ResultO6unwrapxyKF":{"name":"unwrap()","abstract":"<p>Returns the success value, or throws the failure error.</p>","parent_name":"Result"},"Enums/Result.html#/s:9Alamofire6ResultO3mapyACyqd__Gqd__xXElF":{"name":"map(_:)","abstract":"<p>Evaluates the specified closure when the <code>Result</code> is a success, passing the unwrapped value as a parameter.</p>","parent_name":"Result"},"Enums/Result.html#/s:9Alamofire6ResultO7flatMapyACyqd__Gqd__xKXElF":{"name":"flatMap(_:)","abstract":"<p>Evaluates the specified closure when the <code>Result</code> is a success, passing the unwrapped value as a parameter.</p>","parent_name":"Result"},"Enums/Result.html#/s:9Alamofire6ResultO8mapErroryACyxGqd__s0D0_pXEsAFRd__lF":{"name":"mapError(_:)","abstract":"<p>Evaluates the specified closure when the <code>Result</code> is a failure, passing the unwrapped error as a parameter.</p>","parent_name":"Result"},"Enums/Result.html#/s:9Alamofire6ResultO12flatMapErroryACyxGqd__s0E0_pKXEsAFRd__lF":{"name":"flatMapError(_:)","abstract":"<p>Evaluates the specified closure when the <code>Result</code> is a failure, passing the unwrapped error as a parameter.</p>","parent_name":"Result"},"Enums/Result.html#/s:9Alamofire6ResultO9withValueyACyxGyxKXEKF":{"name":"withValue(_:)","abstract":"<p>Evaluates the specified closure when the <code>Result</code> is a success, passing the unwrapped value as a parameter.</p>","parent_name":"Result"},"Enums/Result.html#/s:9Alamofire6ResultO9withErroryACyxGys0D0_pKXEKF":{"name":"withError(_:)","abstract":"<p>Evaluates the specified closure when the <code>Result</code> is a failure, passing the unwrapped error as a parameter.</p>","parent_name":"Result"},"Enums/Result.html#/s:9Alamofire6ResultO9ifSuccessyACyxGyyKXEKF":{"name":"ifSuccess(_:)","abstract":"<p>Evaluates the specified closure when the <code>Result</code> is a success.</p>","parent_name":"Result"},"Enums/Result.html#/s:9Alamofire6ResultO9ifFailureyACyxGyyKXEKF":{"name":"ifFailure(_:)","abstract":"<p>Evaluates the specified closure when the <code>Result</code> is a failure.</p>","parent_name":"Result"},"Enums/HTTPMethod.html#/s:9Alamofire10HTTPMethodO7optionsyA2CmF":{"name":"options","abstract":"<p>Undocumented</p>","parent_name":"HTTPMethod"},"Enums/HTTPMethod.html#/s:9Alamofire10HTTPMethodO3getyA2CmF":{"name":"get","abstract":"<p>Undocumented</p>","parent_name":"HTTPMethod"},"Enums/HTTPMethod.html#/s:9Alamofire10HTTPMethodO4headyA2CmF":{"name":"head","abstract":"<p>Undocumented</p>","parent_name":"HTTPMethod"},"Enums/HTTPMethod.html#/s:9Alamofire10HTTPMethodO4postyA2CmF":{"name":"post","abstract":"<p>Undocumented</p>","parent_name":"HTTPMethod"},"Enums/HTTPMethod.html#/s:9Alamofire10HTTPMethodO3putyA2CmF":{"name":"put","abstract":"<p>Undocumented</p>","parent_name":"HTTPMethod"},"Enums/HTTPMethod.html#/s:9Alamofire10HTTPMethodO5patchyA2CmF":{"name":"patch","abstract":"<p>Undocumented</p>","parent_name":"HTTPMethod"},"Enums/HTTPMethod.html#/s:9Alamofire10HTTPMethodO6deleteyA2CmF":{"name":"delete","abstract":"<p>Undocumented</p>","parent_name":"HTTPMethod"},"Enums/HTTPMethod.html#/s:9Alamofire10HTTPMethodO5traceyA2CmF":{"name":"trace","abstract":"<p>Undocumented</p>","parent_name":"HTTPMethod"},"Enums/HTTPMethod.html#/s:9Alamofire10HTTPMethodO7connectyA2CmF":{"name":"connect","abstract":"<p>Undocumented</p>","parent_name":"HTTPMethod"},"Enums/AFError/ResponseSerializationFailureReason.html#/s:9Alamofire7AFErrorO34ResponseSerializationFailureReasonO12inputDataNilyA2EmF":{"name":"inputDataNil","abstract":"<p>Undocumented</p>","parent_name":"ResponseSerializationFailureReason"},"Enums/AFError/ResponseSerializationFailureReason.html#/s:9Alamofire7AFErrorO34ResponseSerializationFailureReasonO24inputDataNilOrZeroLengthyA2EmF":{"name":"inputDataNilOrZeroLength","abstract":"<p>Undocumented</p>","parent_name":"ResponseSerializationFailureReason"},"Enums/AFError/ResponseSerializationFailureReason.html#/s:9Alamofire7AFErrorO34ResponseSerializationFailureReasonO12inputFileNilyA2EmF":{"name":"inputFileNil","abstract":"<p>Undocumented</p>","parent_name":"ResponseSerializationFailureReason"},"Enums/AFError/ResponseSerializationFailureReason.html#/s:9Alamofire7AFErrorO34ResponseSerializationFailureReasonO19inputFileReadFailedyAE10Foundation3URLV_tcAEmF":{"name":"inputFileReadFailed(at:)","abstract":"<p>Undocumented</p>","parent_name":"ResponseSerializationFailureReason"},"Enums/AFError/ResponseSerializationFailureReason.html#/s:9Alamofire7AFErrorO34ResponseSerializationFailureReasonO06stringD6FailedyAESS10FoundationE8EncodingV_tcAEmF":{"name":"stringSerializationFailed(encoding:)","abstract":"<p>Undocumented</p>","parent_name":"ResponseSerializationFailureReason"},"Enums/AFError/ResponseSerializationFailureReason.html#/s:9Alamofire7AFErrorO34ResponseSerializationFailureReasonO04jsonD6FailedyAEs5Error_p_tcAEmF":{"name":"jsonSerializationFailed(error:)","abstract":"<p>Undocumented</p>","parent_name":"ResponseSerializationFailureReason"},"Enums/AFError/ResponseSerializationFailureReason.html#/s:9Alamofire7AFErrorO34ResponseSerializationFailureReasonO012propertyListD6FailedyAEs5Error_p_tcAEmF":{"name":"propertyListSerializationFailed(error:)","abstract":"<p>Undocumented</p>","parent_name":"ResponseSerializationFailureReason"},"Enums/AFError/ResponseValidationFailureReason.html#/s:9Alamofire7AFErrorO31ResponseValidationFailureReasonO11dataFileNilyA2EmF":{"name":"dataFileNil","abstract":"<p>Undocumented</p>","parent_name":"ResponseValidationFailureReason"},"Enums/AFError/ResponseValidationFailureReason.html#/s:9Alamofire7AFErrorO31ResponseValidationFailureReasonO18dataFileReadFailedyAE10Foundation3URLV_tcAEmF":{"name":"dataFileReadFailed(at:)","abstract":"<p>Undocumented</p>","parent_name":"ResponseValidationFailureReason"},"Enums/AFError/ResponseValidationFailureReason.html#/s:9Alamofire7AFErrorO31ResponseValidationFailureReasonO18missingContentTypeyAESaySSG_tcAEmF":{"name":"missingContentType(acceptableContentTypes:)","abstract":"<p>Undocumented</p>","parent_name":"ResponseValidationFailureReason"},"Enums/AFError/ResponseValidationFailureReason.html#/s:9Alamofire7AFErrorO31ResponseValidationFailureReasonO23unacceptableContentTypeyAESaySSG_SStcAEmF":{"name":"unacceptableContentType(acceptableContentTypes:responseContentType:)","abstract":"<p>Undocumented</p>","parent_name":"ResponseValidationFailureReason"},"Enums/AFError/ResponseValidationFailureReason.html#/s:9Alamofire7AFErrorO31ResponseValidationFailureReasonO22unacceptableStatusCodeyAESi_tcAEmF":{"name":"unacceptableStatusCode(code:)","abstract":"<p>Undocumented</p>","parent_name":"ResponseValidationFailureReason"},"Enums/AFError/MultipartEncodingFailureReason.html#/s:9Alamofire7AFErrorO30MultipartEncodingFailureReasonO18bodyPartURLInvalidyAE10Foundation3URLV_tcAEmF":{"name":"bodyPartURLInvalid(url:)","abstract":"<p>Undocumented</p>","parent_name":"MultipartEncodingFailureReason"},"Enums/AFError/MultipartEncodingFailureReason.html#/s:9Alamofire7AFErrorO30MultipartEncodingFailureReasonO23bodyPartFilenameInvalidyAE10Foundation3URLV_tcAEmF":{"name":"bodyPartFilenameInvalid(in:)","abstract":"<p>Undocumented</p>","parent_name":"MultipartEncodingFailureReason"},"Enums/AFError/MultipartEncodingFailureReason.html#/s:9Alamofire7AFErrorO30MultipartEncodingFailureReasonO24bodyPartFileNotReachableyAE10Foundation3URLV_tcAEmF":{"name":"bodyPartFileNotReachable(at:)","abstract":"<p>Undocumented</p>","parent_name":"MultipartEncodingFailureReason"},"Enums/AFError/MultipartEncodingFailureReason.html#/s:9Alamofire7AFErrorO30MultipartEncodingFailureReasonO33bodyPartFileNotReachableWithErroryAE10Foundation3URLV_s0M0_ptcAEmF":{"name":"bodyPartFileNotReachableWithError(atURL:error:)","abstract":"<p>Undocumented</p>","parent_name":"MultipartEncodingFailureReason"},"Enums/AFError/MultipartEncodingFailureReason.html#/s:9Alamofire7AFErrorO30MultipartEncodingFailureReasonO23bodyPartFileIsDirectoryyAE10Foundation3URLV_tcAEmF":{"name":"bodyPartFileIsDirectory(at:)","abstract":"<p>Undocumented</p>","parent_name":"MultipartEncodingFailureReason"},"Enums/AFError/MultipartEncodingFailureReason.html#/s:9Alamofire7AFErrorO30MultipartEncodingFailureReasonO28bodyPartFileSizeNotAvailableyAE10Foundation3URLV_tcAEmF":{"name":"bodyPartFileSizeNotAvailable(at:)","abstract":"<p>Undocumented</p>","parent_name":"MultipartEncodingFailureReason"},"Enums/AFError/MultipartEncodingFailureReason.html#/s:9Alamofire7AFErrorO30MultipartEncodingFailureReasonO36bodyPartFileSizeQueryFailedWithErroryAE10Foundation3URLV_s0N0_ptcAEmF":{"name":"bodyPartFileSizeQueryFailedWithError(forURL:error:)","abstract":"<p>Undocumented</p>","parent_name":"MultipartEncodingFailureReason"},"Enums/AFError/MultipartEncodingFailureReason.html#/s:9Alamofire7AFErrorO30MultipartEncodingFailureReasonO33bodyPartInputStreamCreationFailedyAE10Foundation3URLV_tcAEmF":{"name":"bodyPartInputStreamCreationFailed(for:)","abstract":"<p>Undocumented</p>","parent_name":"MultipartEncodingFailureReason"},"Enums/AFError/MultipartEncodingFailureReason.html#/s:9Alamofire7AFErrorO30MultipartEncodingFailureReasonO26outputStreamCreationFailedyAE10Foundation3URLV_tcAEmF":{"name":"outputStreamCreationFailed(for:)","abstract":"<p>Undocumented</p>","parent_name":"MultipartEncodingFailureReason"},"Enums/AFError/MultipartEncodingFailureReason.html#/s:9Alamofire7AFErrorO30MultipartEncodingFailureReasonO29outputStreamFileAlreadyExistsyAE10Foundation3URLV_tcAEmF":{"name":"outputStreamFileAlreadyExists(at:)","abstract":"<p>Undocumented</p>","parent_name":"MultipartEncodingFailureReason"},"Enums/AFError/MultipartEncodingFailureReason.html#/s:9Alamofire7AFErrorO30MultipartEncodingFailureReasonO22outputStreamURLInvalidyAE10Foundation3URLV_tcAEmF":{"name":"outputStreamURLInvalid(url:)","abstract":"<p>Undocumented</p>","parent_name":"MultipartEncodingFailureReason"},"Enums/AFError/MultipartEncodingFailureReason.html#/s:9Alamofire7AFErrorO30MultipartEncodingFailureReasonO23outputStreamWriteFailedyAEs5Error_p_tcAEmF":{"name":"outputStreamWriteFailed(error:)","abstract":"<p>Undocumented</p>","parent_name":"MultipartEncodingFailureReason"},"Enums/AFError/MultipartEncodingFailureReason.html#/s:9Alamofire7AFErrorO30MultipartEncodingFailureReasonO21inputStreamReadFailedyAEs5Error_p_tcAEmF":{"name":"inputStreamReadFailed(error:)","abstract":"<p>Undocumented</p>","parent_name":"MultipartEncodingFailureReason"},"Enums/AFError/ParameterEncodingFailureReason.html#/s:9Alamofire7AFErrorO30ParameterEncodingFailureReasonO10missingURLyA2EmF":{"name":"missingURL","abstract":"<p>Undocumented</p>","parent_name":"ParameterEncodingFailureReason"},"Enums/AFError/ParameterEncodingFailureReason.html#/s:9Alamofire7AFErrorO30ParameterEncodingFailureReasonO04jsonD6FailedyAEs5Error_p_tcAEmF":{"name":"jsonEncodingFailed(error:)","abstract":"<p>Undocumented</p>","parent_name":"ParameterEncodingFailureReason"},"Enums/AFError/ParameterEncodingFailureReason.html#/s:9Alamofire7AFErrorO30ParameterEncodingFailureReasonO012propertyListD6FailedyAEs5Error_p_tcAEmF":{"name":"propertyListEncodingFailed(error:)","abstract":"<p>Undocumented</p>","parent_name":"ParameterEncodingFailureReason"},"Enums/AFError/ParameterEncodingFailureReason.html":{"name":"ParameterEncodingFailureReason","abstract":"<p>The underlying reason the parameter encoding error occurred.</p>","parent_name":"AFError"},"Enums/AFError/MultipartEncodingFailureReason.html":{"name":"MultipartEncodingFailureReason","abstract":"<p>The underlying reason the multipart encoding error occurred.</p>","parent_name":"AFError"},"Enums/AFError/ResponseValidationFailureReason.html":{"name":"ResponseValidationFailureReason","abstract":"<p>The underlying reason the response validation error occurred.</p>","parent_name":"AFError"},"Enums/AFError/ResponseSerializationFailureReason.html":{"name":"ResponseSerializationFailureReason","abstract":"<p>The underlying reason the response serialization error occurred.</p>","parent_name":"AFError"},"Enums/AFError.html#/s:9Alamofire7AFErrorO10invalidURLyAcA14URLConvertible_p_tcACmF":{"name":"invalidURL(url:)","abstract":"<p>Undocumented</p>","parent_name":"AFError"},"Enums/AFError.html#/s:9Alamofire7AFErrorO23parameterEncodingFailedyA2C09ParameterD13FailureReasonO_tcACmF":{"name":"parameterEncodingFailed(reason:)","abstract":"<p>Undocumented</p>","parent_name":"AFError"},"Enums/AFError.html#/s:9Alamofire7AFErrorO23multipartEncodingFailedyA2C09MultipartD13FailureReasonO_tcACmF":{"name":"multipartEncodingFailed(reason:)","abstract":"<p>Undocumented</p>","parent_name":"AFError"},"Enums/AFError.html#/s:9Alamofire7AFErrorO24responseValidationFailedyA2C08ResponseD13FailureReasonO_tcACmF":{"name":"responseValidationFailed(reason:)","abstract":"<p>Undocumented</p>","parent_name":"AFError"},"Enums/AFError.html#/s:9Alamofire7AFErrorO27responseSerializationFailedyA2C08ResponseD13FailureReasonO_tcACmF":{"name":"responseSerializationFailed(reason:)","abstract":"<p>Undocumented</p>","parent_name":"AFError"},"Enums/AFError.html#/s:9Alamofire7AFErrorO17isInvalidURLErrorSbvp":{"name":"isInvalidURLError","abstract":"<p>Returns whether the AFError is an invalid URL error.</p>","parent_name":"AFError"},"Enums/AFError.html#/s:9Alamofire7AFErrorO24isParameterEncodingErrorSbvp":{"name":"isParameterEncodingError","abstract":"<p>Returns whether the AFError is a parameter encoding error. When <code>true</code>, the <code><a href=\"36f8f5912051ae747ef441d6511ca4cbEnums/AFError.html#/s:9Alamofire7AFErrorO15underlyingErrors0D0_pSgvp\">underlyingError</a></code> property will","parent_name":"AFError"},"Enums/AFError.html#/s:9Alamofire7AFErrorO24isMultipartEncodingErrorSbvp":{"name":"isMultipartEncodingError","abstract":"<p>Returns whether the AFError is a multipart encoding error. When <code>true</code>, the <code><a href=\"36f8f5912051ae747ef441d6511ca4cbEnums/AFError.html#/s:9Alamofire7AFErrorO3url10Foundation3URLVSgvp\">url</a></code> and <code><a href=\"36f8f5912051ae747ef441d6511ca4cbEnums/AFError.html#/s:9Alamofire7AFErrorO15underlyingErrors0D0_pSgvp\">underlyingError</a></code> properties","parent_name":"AFError"},"Enums/AFError.html#/s:9Alamofire7AFErrorO25isResponseValidationErrorSbvp":{"name":"isResponseValidationError","abstract":"<p>Returns whether the <code>AFError</code> is a response validation error. When <code>true</code>, the <code><a href=\"36f8f5912051ae747ef441d6511ca4cbEnums/AFError.html#/s:9Alamofire7AFErrorO22acceptableContentTypesSaySSGSgvp\">acceptableContentTypes</a></code>,","parent_name":"AFError"},"Enums/AFError.html#/s:9Alamofire7AFErrorO28isResponseSerializationErrorSbvp":{"name":"isResponseSerializationError","abstract":"<p>Returns whether the <code>AFError</code> is a response serialization error. When <code>true</code>, the <code><a href=\"36f8f5912051ae747ef441d6511ca4cbEnums/AFError.html#/s:9Alamofire7AFErrorO20failedStringEncodingSS10FoundationE0E0VSgvp\">failedStringEncoding</a></code> and","parent_name":"AFError"},"Enums/AFError.html#/s:9Alamofire7AFErrorO14urlConvertibleAA14URLConvertible_pSgvp":{"name":"urlConvertible","abstract":"<p>The <code><a href=\"36f8f5912051ae747ef441d6511ca4cbProtocols/URLConvertible.html\">URLConvertible</a></code> associated with the error.</p>","parent_name":"AFError"},"Enums/AFError.html#/s:9Alamofire7AFErrorO3url10Foundation3URLVSgvp":{"name":"url","abstract":"<p>The <code>URL</code> associated with the error.</p>","parent_name":"AFError"},"Enums/AFError.html#/s:9Alamofire7AFErrorO15underlyingErrors0D0_pSgvp":{"name":"underlyingError","abstract":"<p>The <code>Error</code> returned by a system framework associated with a <code>.parameterEncodingFailed</code>,","parent_name":"AFError"},"Enums/AFError.html#/s:9Alamofire7AFErrorO22acceptableContentTypesSaySSGSgvp":{"name":"acceptableContentTypes","abstract":"<p>The acceptable <code>Content-Type</code>s of a <code>.responseValidationFailed</code> error.</p>","parent_name":"AFError"},"Enums/AFError.html#/s:9Alamofire7AFErrorO19responseContentTypeSSSgvp":{"name":"responseContentType","abstract":"<p>The response <code>Content-Type</code> of a <code>.responseValidationFailed</code> error.</p>","parent_name":"AFError"},"Enums/AFError.html#/s:9Alamofire7AFErrorO12responseCodeSiSgvp":{"name":"responseCode","abstract":"<p>The response code of a <code>.responseValidationFailed</code> error.</p>","parent_name":"AFError"},"Enums/AFError.html#/s:9Alamofire7AFErrorO20failedStringEncodingSS10FoundationE0E0VSgvp":{"name":"failedStringEncoding","abstract":"<p>The <code>String.Encoding</code> associated with a failed <code>.stringResponse()</code> call.</p>","parent_name":"AFError"},"Enums/AFError.html#/s:10Foundation14LocalizedErrorP16errorDescriptionSSSgvp":{"name":"errorDescription","parent_name":"AFError"},"Enums/AFError.html":{"name":"AFError","abstract":"<p><code>AFError</code> is the error type returned by Alamofire. It encompasses a few different types of errors, each with"},"Enums/HTTPMethod.html":{"name":"HTTPMethod","abstract":"<p>HTTP method definitions.</p>"},"Enums/Result.html":{"name":"Result","abstract":"<p>Used to represent whether a request was successful or encountered an error.</p>"},"Enums/ServerTrustPolicy.html":{"name":"ServerTrustPolicy","abstract":"<p>The <code>ServerTrustPolicy</code> evaluates the server trust generally provided by an <code>NSURLAuthenticationChallenge</code> when"},"Classes/TaskDelegate.html#/s:9Alamofire12TaskDelegateC5queueSo16NSOperationQueueCvp":{"name":"queue","abstract":"<p>The serial operation queue used to execute all operations after the task completes.</p>","parent_name":"TaskDelegate"},"Classes/TaskDelegate.html#/s:9Alamofire12TaskDelegateC4data10Foundation4DataVSgvp":{"name":"data","abstract":"<p>The data returned by the server.</p>","parent_name":"TaskDelegate"},"Classes/TaskDelegate.html#/s:9Alamofire12TaskDelegateC5errors5Error_pSgvp":{"name":"error","abstract":"<p>The error generated throughout the lifecyle of the task.</p>","parent_name":"TaskDelegate"},"Classes/SessionManager/MultipartFormDataEncodingResult.html#/s:9Alamofire14SessionManagerC31MultipartFormDataEncodingResultO7successyAeA13UploadRequestC_Sb10Foundation3URLVSgtcAEmF":{"name":"success(request:streamingFromDisk:streamFileURL:)","abstract":"<p>Undocumented</p>","parent_name":"MultipartFormDataEncodingResult"},"Classes/SessionManager/MultipartFormDataEncodingResult.html#/s:9Alamofire14SessionManagerC31MultipartFormDataEncodingResultO7failureyAEs5Error_pcAEmF":{"name":"failure(_:)","abstract":"<p>Undocumented</p>","parent_name":"MultipartFormDataEncodingResult"},"Classes/SessionManager/MultipartFormDataEncodingResult.html":{"name":"MultipartFormDataEncodingResult","abstract":"<p>Defines whether the <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/MultipartFormData.html\">MultipartFormData</a></code> encoding was successful and contains result of the encoding as","parent_name":"SessionManager"},"Classes/SessionManager.html#/s:9Alamofire14SessionManagerC7defaultACvpZ":{"name":"default","abstract":"<p>A default instance of <code>SessionManager</code>, used by top-level Alamofire request methods, and suitable for use","parent_name":"SessionManager"},"Classes/SessionManager.html#/s:9Alamofire14SessionManagerC18defaultHTTPHeadersSDyS2SGvpZ":{"name":"defaultHTTPHeaders","abstract":"<p>Creates default values for the <q>Accept-Encoding</q>, <q>Accept-Language</q> and <q>User-Agent</q> headers.</p>","parent_name":"SessionManager"},"Classes/SessionManager.html#/s:9Alamofire14SessionManagerC40multipartFormDataEncodingMemoryThresholds6UInt64VvpZ":{"name":"multipartFormDataEncodingMemoryThreshold","abstract":"<p>Default memory threshold used when encoding <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/MultipartFormData.html\">MultipartFormData</a></code> in bytes.</p>","parent_name":"SessionManager"},"Classes/SessionManager.html#/s:9Alamofire14SessionManagerC7sessionSo12NSURLSessionCvp":{"name":"session","abstract":"<p>The underlying session.</p>","parent_name":"SessionManager"},"Classes/SessionManager.html#/s:9Alamofire14SessionManagerC8delegateAA0B8DelegateCvp":{"name":"delegate","abstract":"<p>The session delegate handling all the task and session delegate callbacks.</p>","parent_name":"SessionManager"},"Classes/SessionManager.html#/s:9Alamofire14SessionManagerC24startRequestsImmediatelySbvp":{"name":"startRequestsImmediately","abstract":"<p>Whether to start requests immediately after being constructed. <code>true</code> by default.</p>","parent_name":"SessionManager"},"Classes/SessionManager.html#/s:9Alamofire14SessionManagerC7adapterAA14RequestAdapter_pSgvp":{"name":"adapter","abstract":"<p>The request adapter called each time a new request is created.</p>","parent_name":"SessionManager"},"Classes/SessionManager.html#/s:9Alamofire14SessionManagerC7retrierAA14RequestRetrier_pSgvp":{"name":"retrier","abstract":"<p>The request retrier called each time a request encounters an error to determine whether to retry the request.</p>","parent_name":"SessionManager"},"Classes/SessionManager.html#/s:9Alamofire14SessionManagerC27backgroundCompletionHandleryycSgvp":{"name":"backgroundCompletionHandler","abstract":"<p>The background completion handler closure provided by the UIApplicationDelegate","parent_name":"SessionManager"},"Classes/SessionManager.html#/s:9Alamofire14SessionManagerC13configuration8delegate017serverTrustPolicyC0ACSo25NSURLSessionConfigurationC_AA0B8DelegateCAA06ServerghC0CSgtcfc":{"name":"init(configuration:delegate:serverTrustPolicyManager:)","abstract":"<p>Creates an instance with the specified <code>configuration</code>, <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionManager.html#/s:9Alamofire14SessionManagerC8delegateAA0B8DelegateCvp\">delegate</a></code> and <code>serverTrustPolicyManager</code>.</p>","parent_name":"SessionManager"},"Classes/SessionManager.html#/s:9Alamofire14SessionManagerC7session8delegate017serverTrustPolicyC0ACSgSo12NSURLSessionC_AA0B8DelegateCAA06ServerghC0CSgtcfc":{"name":"init(session:delegate:serverTrustPolicyManager:)","abstract":"<p>Creates an instance with the specified <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionManager.html#/s:9Alamofire14SessionManagerC7sessionSo12NSURLSessionCvp\">session</a></code>, <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionManager.html#/s:9Alamofire14SessionManagerC8delegateAA0B8DelegateCvp\">delegate</a></code> and <code>serverTrustPolicyManager</code>.</p>","parent_name":"SessionManager"},"Classes/SessionManager.html#/s:9Alamofire14SessionManagerC7request_6method10parameters8encoding7headersAA11DataRequestCAA14URLConvertible_p_AA10HTTPMethodOSDySSypGSgAA17ParameterEncoding_pSDyS2SGSgtF":{"name":"request(_:method:parameters:encoding:headers:)","abstract":"<p>Creates a <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/DataRequest.html\">DataRequest</a></code> to retrieve the contents of the specified <code>url</code>, <code>method</code>, <code>parameters</code>, <code>encoding</code>","parent_name":"SessionManager"},"Classes/SessionManager.html#/s:9Alamofire14SessionManagerC7requestyAA11DataRequestCAA21URLRequestConvertible_pF":{"name":"request(_:)","abstract":"<p>Creates a <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/DataRequest.html\">DataRequest</a></code> to retrieve the contents of a URL based on the specified <code>urlRequest</code>.</p>","parent_name":"SessionManager"},"Classes/SessionManager.html#/s:9Alamofire14SessionManagerC8download_6method10parameters8encoding7headers2toAA15DownloadRequestCAA14URLConvertible_p_AA10HTTPMethodOSDySSypGSgAA17ParameterEncoding_pSDyS2SGSg10Foundation3URLV011destinationQ0_AK0J7OptionsV7optionstAV_So17NSHTTPURLResponseCtcSgtF":{"name":"download(_:method:parameters:encoding:headers:to:)","abstract":"<p>Creates a <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/DownloadRequest.html\">DownloadRequest</a></code> to retrieve the contents the specified <code>url</code>, <code>method</code>, <code>parameters</code>, <code>encoding</code>,","parent_name":"SessionManager"},"Classes/SessionManager.html#/s:9Alamofire14SessionManagerC8download_2toAA15DownloadRequestCAA21URLRequestConvertible_p_10Foundation3URLV011destinationK0_AG0F7OptionsV7optionstAK_So17NSHTTPURLResponseCtcSgtF":{"name":"download(_:to:)","abstract":"<p>Creates a <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/DownloadRequest.html\">DownloadRequest</a></code> to retrieve the contents of a URL based on the specified <code>urlRequest</code> and save","parent_name":"SessionManager"},"Classes/SessionManager.html#/s:9Alamofire14SessionManagerC8download12resumingWith2toAA15DownloadRequestC10Foundation4DataV_AI3URLV011destinationL0_AH0H7OptionsV7optionstAM_So17NSHTTPURLResponseCtcSgtF":{"name":"download(resumingWith:to:)","abstract":"<p>Creates a <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/DownloadRequest.html\">DownloadRequest</a></code> from the <code>resumeData</code> produced from a previous request cancellation to retrieve","parent_name":"SessionManager"},"Classes/SessionManager.html#/s:9Alamofire14SessionManagerC6upload_2to6method7headersAA13UploadRequestC10Foundation3URLV_AA14URLConvertible_pAA10HTTPMethodOSDyS2SGSgtF":{"name":"upload(_:to:method:headers:)","abstract":"<p>Creates an <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/UploadRequest.html\">UploadRequest</a></code> from the specified <code>url</code>, <code>method</code> and <code>headers</code> for uploading the <code>file</code>.</p>","parent_name":"SessionManager"},"Classes/SessionManager.html#/s:9Alamofire14SessionManagerC6upload_4withAA13UploadRequestC10Foundation3URLV_AA21URLRequestConvertible_ptF":{"name":"upload(_:with:)","abstract":"<p>Creates a <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/UploadRequest.html\">UploadRequest</a></code> from the specified <code>urlRequest</code> for uploading the <code>file</code>.</p>","parent_name":"SessionManager"},"Classes/SessionManager.html#/s:9Alamofire14SessionManagerC6upload_2to6method7headersAA13UploadRequestC10Foundation4DataV_AA14URLConvertible_pAA10HTTPMethodOSDyS2SGSgtF":{"name":"upload(_:to:method:headers:)","abstract":"<p>Creates an <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/UploadRequest.html\">UploadRequest</a></code> from the specified <code>url</code>, <code>method</code> and <code>headers</code> for uploading the <code>data</code>.</p>","parent_name":"SessionManager"},"Classes/SessionManager.html#/s:9Alamofire14SessionManagerC6upload_4withAA13UploadRequestC10Foundation4DataV_AA21URLRequestConvertible_ptF":{"name":"upload(_:with:)","abstract":"<p>Creates an <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/UploadRequest.html\">UploadRequest</a></code> from the specified <code>urlRequest</code> for uploading the <code>data</code>.</p>","parent_name":"SessionManager"},"Classes/SessionManager.html#/s:9Alamofire14SessionManagerC6upload_2to6method7headersAA13UploadRequestCSo13NSInputStreamC_AA14URLConvertible_pAA10HTTPMethodOSDyS2SGSgtF":{"name":"upload(_:to:method:headers:)","abstract":"<p>Creates an <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/UploadRequest.html\">UploadRequest</a></code> from the specified <code>url</code>, <code>method</code> and <code>headers</code> for uploading the <code>stream</code>.</p>","parent_name":"SessionManager"},"Classes/SessionManager.html#/s:9Alamofire14SessionManagerC6upload_4withAA13UploadRequestCSo13NSInputStreamC_AA21URLRequestConvertible_ptF":{"name":"upload(_:with:)","abstract":"<p>Creates an <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/UploadRequest.html\">UploadRequest</a></code> from the specified <code>urlRequest</code> for uploading the <code>stream</code>.</p>","parent_name":"SessionManager"},"Classes/SessionManager.html#/s:9Alamofire14SessionManagerC6upload17multipartFormData14usingThreshold2to6method7headers5queue18encodingCompletionyyAA09MultipartfG0Cc_s6UInt64VAA14URLConvertible_pAA10HTTPMethodOSDyS2SGSgSo012OS_dispatch_M0CSgyAC0pfG14EncodingResultOcSgtF":{"name":"upload(multipartFormData:usingThreshold:to:method:headers:queue:encodingCompletion:)","abstract":"<p>Encodes <code>multipartFormData</code> using <code>encodingMemoryThreshold</code> and calls <code>encodingCompletion</code> with new","parent_name":"SessionManager"},"Classes/SessionManager.html#/s:9Alamofire14SessionManagerC6upload17multipartFormData14usingThreshold4with5queue18encodingCompletionyyAA09MultipartfG0Cc_s6UInt64VAA21URLRequestConvertible_pSo012OS_dispatch_K0CSgyAC0nfG14EncodingResultOcSgtF":{"name":"upload(multipartFormData:usingThreshold:with:queue:encodingCompletion:)","abstract":"<p>Encodes <code>multipartFormData</code> using <code>encodingMemoryThreshold</code> and calls <code>encodingCompletion</code> with new","parent_name":"SessionManager"},"Classes/SessionManager.html#/s:9Alamofire14SessionManagerC6stream12withHostName4portAA13StreamRequestCSS_SitF":{"name":"stream(withHostName:port:)","abstract":"<p>Creates a <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses.html#/s:9Alamofire13StreamRequestC\">StreamRequest</a></code> for bidirectional streaming using the <code>hostname</code> and <code>port</code>.</p>","parent_name":"SessionManager"},"Classes/SessionManager.html#/s:9Alamofire14SessionManagerC6stream4withAA13StreamRequestCSo12NSNetServiceC_tF":{"name":"stream(with:)","abstract":"<p>Creates a <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses.html#/s:9Alamofire13StreamRequestC\">StreamRequest</a></code> for bidirectional streaming using the <code>netService</code>.</p>","parent_name":"SessionManager"},"Classes/SessionDelegate.html#/s:9Alamofire15SessionDelegateC32sessionDidBecomeInvalidWithErrorySo12NSURLSessionC_s0I0_pSgtcSgvp":{"name":"sessionDidBecomeInvalidWithError","abstract":"<p>Overrides default behavior for URLSessionDelegate method <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:didBecomeInvalidWithError:\">urlSession(_:didBecomeInvalidWithError:)</a></code>.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/s:9Alamofire15SessionDelegateC26sessionDidReceiveChallengeSo016NSURLSessionAuthG11DispositionV_So15NSURLCredentialCSgtSo0H0C_So019NSURLAuthenticationG0CtcSgvp":{"name":"sessionDidReceiveChallenge","abstract":"<p>Overrides default behavior for URLSessionDelegate method <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:didReceiveChallenge:completionHandler:\">urlSession(_:didReceive:completionHandler:)</a></code>.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/s:9Alamofire15SessionDelegateC40sessionDidReceiveChallengeWithCompletionySo12NSURLSessionC_So019NSURLAuthenticationG0CySo0j4AuthG11DispositionV_So15NSURLCredentialCSgtctcSgvp":{"name":"sessionDidReceiveChallengeWithCompletion","abstract":"<p>Overrides all behavior for URLSessionDelegate method <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:didReceiveChallenge:completionHandler:\">urlSession(_:didReceive:completionHandler:)</a></code> and requires the caller to call the <code>completionHandler</code>.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/s:9Alamofire15SessionDelegateC45sessionDidFinishEventsForBackgroundURLSessionySo12NSURLSessionCcSgvp":{"name":"sessionDidFinishEventsForBackgroundURLSession","abstract":"<p>Overrides default behavior for URLSessionDelegate method <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSessionDidFinishEventsForBackgroundURLSession:\">urlSessionDidFinishEvents(forBackgroundURLSession:)</a></code>.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/s:9Alamofire15SessionDelegateC30taskWillPerformHTTPRedirection10Foundation10URLRequestVSgSo12NSURLSessionC_So0J4TaskCSo17NSHTTPURLResponseCAGtcSgvp":{"name":"taskWillPerformHTTPRedirection","abstract":"<p>Overrides default behavior for URLSessionTaskDelegate method <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:task:willPerformHTTPRedirection:newRequest:completionHandler:\">urlSession(_:task:willPerformHTTPRedirection:newRequest:completionHandler:)</a></code>.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/s:9Alamofire15SessionDelegateC44taskWillPerformHTTPRedirectionWithCompletionySo12NSURLSessionC_So0J4TaskCSo17NSHTTPURLResponseC10Foundation10URLRequestVyAMSgctcSgvp":{"name":"taskWillPerformHTTPRedirectionWithCompletion","abstract":"<p>Overrides all behavior for URLSessionTaskDelegate method <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:task:willPerformHTTPRedirection:newRequest:completionHandler:\">urlSession(_:task:willPerformHTTPRedirection:newRequest:completionHandler:)</a></code> and","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/s:9Alamofire15SessionDelegateC23taskDidReceiveChallengeSo016NSURLSessionAuthG11DispositionV_So15NSURLCredentialCSgtSo0H0C_So0H4TaskCSo019NSURLAuthenticationG0CtcSgvp":{"name":"taskDidReceiveChallenge","abstract":"<p>Overrides default behavior for URLSessionTaskDelegate method <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:task:didReceiveChallenge:completionHandler:\">urlSession(_:task:didReceive:completionHandler:)</a></code>.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/s:9Alamofire15SessionDelegateC37taskDidReceiveChallengeWithCompletionySo12NSURLSessionC_So0J4TaskCSo019NSURLAuthenticationG0CySo0j4AuthG11DispositionV_So15NSURLCredentialCSgtctcSgvp":{"name":"taskDidReceiveChallengeWithCompletion","abstract":"<p>Overrides all behavior for URLSessionTaskDelegate method <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:task:didReceiveChallenge:completionHandler:\">urlSession(_:task:didReceive:completionHandler:)</a></code> and","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/s:9Alamofire15SessionDelegateC21taskNeedNewBodyStreamSo07NSInputH0CSgSo12NSURLSessionC_So0J4TaskCtcSgvp":{"name":"taskNeedNewBodyStream","abstract":"<p>Overrides default behavior for URLSessionTaskDelegate method <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:task:needNewBodyStream:\">urlSession(_:task:needNewBodyStream:)</a></code>.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/s:9Alamofire15SessionDelegateC35taskNeedNewBodyStreamWithCompletionySo12NSURLSessionC_So0K4TaskCySo07NSInputH0CSgctcSgvp":{"name":"taskNeedNewBodyStreamWithCompletion","abstract":"<p>Overrides all behavior for URLSessionTaskDelegate method <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:task:needNewBodyStream:\">urlSession(_:task:needNewBodyStream:)</a></code> and","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/s:9Alamofire15SessionDelegateC19taskDidSendBodyDataySo12NSURLSessionC_So0I4TaskCs5Int64VA2JtcSgvp":{"name":"taskDidSendBodyData","abstract":"<p>Overrides default behavior for URLSessionTaskDelegate method <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:task:didSendBodyData:totalBytesSent:totalBytesExpectedToSend:\">urlSession(_:task:didSendBodyData:totalBytesSent:totalBytesExpectedToSend:)</a></code>.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/s:9Alamofire15SessionDelegateC15taskDidCompleteySo12NSURLSessionC_So0G4TaskCs5Error_pSgtcSgvp":{"name":"taskDidComplete","abstract":"<p>Overrides default behavior for URLSessionTaskDelegate method <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:task:didCompleteWithError:\">urlSession(_:task:didCompleteWithError:)</a></code>.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/s:9Alamofire15SessionDelegateC26dataTaskDidReceiveResponseSo012NSURLSessionH11DispositionVSo0I0C_So0i4DataE0CSo13NSURLResponseCtcSgvp":{"name":"dataTaskDidReceiveResponse","abstract":"<p>Overrides default behavior for URLSessionDataDelegate method <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:dataTask:didReceiveResponse:completionHandler:\">urlSession(_:dataTask:didReceive:completionHandler:)</a></code>.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/s:9Alamofire15SessionDelegateC40dataTaskDidReceiveResponseWithCompletionySo12NSURLSessionC_So0k4DataE0CSo13NSURLResponseCySo0kH11DispositionVctcSgvp":{"name":"dataTaskDidReceiveResponseWithCompletion","abstract":"<p>Overrides all behavior for URLSessionDataDelegate method <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:dataTask:didReceiveResponse:completionHandler:\">urlSession(_:dataTask:didReceive:completionHandler:)</a></code> and","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/s:9Alamofire15SessionDelegateC025dataTaskDidBecomeDownloadE0ySo12NSURLSessionC_So0i4DataE0CSo0ihE0CtcSgvp":{"name":"dataTaskDidBecomeDownloadTask","abstract":"<p>Overrides default behavior for URLSessionDataDelegate method <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:dataTask:didBecomeDownloadTask:\">urlSession(_:dataTask:didBecome:)</a></code>.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/s:9Alamofire15SessionDelegateC22dataTaskDidReceiveDataySo12NSURLSessionC_So0ihE0C10Foundation0H0VtcSgvp":{"name":"dataTaskDidReceiveData","abstract":"<p>Overrides default behavior for URLSessionDataDelegate method <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:dataTask:didReceiveData:\">urlSession(_:dataTask:didReceive:)</a></code>.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/s:9Alamofire15SessionDelegateC25dataTaskWillCacheResponseSo19NSCachedURLResponseCSgSo12NSURLSessionC_So0k4DataE0CAFtcSgvp":{"name":"dataTaskWillCacheResponse","abstract":"<p>Overrides default behavior for URLSessionDataDelegate method <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:dataTask:willCacheResponse:completionHandler:\">urlSession(_:dataTask:willCacheResponse:completionHandler:)</a></code>.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/s:9Alamofire15SessionDelegateC39dataTaskWillCacheResponseWithCompletionySo12NSURLSessionC_So0k4DataE0CSo19NSCachedURLResponseCyAJSgctcSgvp":{"name":"dataTaskWillCacheResponseWithCompletion","abstract":"<p>Overrides all behavior for URLSessionDataDelegate method <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:dataTask:willCacheResponse:completionHandler:\">urlSession(_:dataTask:willCacheResponse:completionHandler:)</a></code> and","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/s:9Alamofire15SessionDelegateC37downloadTaskDidFinishDownloadingToURLySo12NSURLSessionC_So0k8DownloadE0C10Foundation0J0VtcSgvp":{"name":"downloadTaskDidFinishDownloadingToURL","abstract":"<p>Overrides default behavior for URLSessionDownloadDelegate method <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:downloadTask:didFinishDownloadingToURL:\">urlSession(_:downloadTask:didFinishDownloadingTo:)</a></code>.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/s:9Alamofire15SessionDelegateC24downloadTaskDidWriteDataySo12NSURLSessionC_So0i8DownloadE0Cs5Int64VA2JtcSgvp":{"name":"downloadTaskDidWriteData","abstract":"<p>Overrides default behavior for URLSessionDownloadDelegate method <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:downloadTask:didWriteData:totalBytesWritten:totalBytesExpectedToWrite:\">urlSession(_:downloadTask:didWriteData:totalBytesWritten:totalBytesExpectedToWrite:)</a></code>.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/s:9Alamofire15SessionDelegateC29downloadTaskDidResumeAtOffsetySo12NSURLSessionC_So0j8DownloadE0Cs5Int64VAJtcSgvp":{"name":"downloadTaskDidResumeAtOffset","abstract":"<p>Overrides default behavior for URLSessionDownloadDelegate method <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:downloadTask:didResumeAtOffset:expectedTotalBytes:\">urlSession(_:downloadTask:didResumeAtOffset:expectedTotalBytes:)</a></code>.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/s:9Alamofire15SessionDelegateC20streamTaskReadClosedySo12NSURLSessionC_So0h6StreamE0CtcSgvp":{"name":"streamTaskReadClosed","abstract":"<p>Overrides default behavior for URLSessionStreamDelegate method <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:readClosedForStreamTask:\">urlSession(_:readClosedFor:)</a></code>.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/s:9Alamofire15SessionDelegateC21streamTaskWriteClosedySo12NSURLSessionC_So0h6StreamE0CtcSgvp":{"name":"streamTaskWriteClosed","abstract":"<p>Overrides default behavior for URLSessionStreamDelegate method <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:writeClosedForStreamTask:\">urlSession(_:writeClosedFor:)</a></code>.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/s:9Alamofire15SessionDelegateC31streamTaskBetterRouteDiscoveredySo12NSURLSessionC_So0i6StreamE0CtcSgvp":{"name":"streamTaskBetterRouteDiscovered","abstract":"<p>Overrides default behavior for URLSessionStreamDelegate method <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:betterRouteDiscoveredForStreamTask:\">urlSession(_:betterRouteDiscoveredFor:)</a></code>.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/s:9Alamofire15SessionDelegateC40streamTaskDidBecomeInputAndOutputStreamsySo12NSURLSessionC_So0l6StreamE0CSo07NSInputM0CSo08NSOutputM0CtcSgvp":{"name":"streamTaskDidBecomeInputAndOutputStreams","abstract":"<p>Overrides default behavior for URLSessionStreamDelegate method <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:streamTask:didBecomeInputStream:outputStream:\">urlSession(_:streamTask:didBecome:outputStream:)</a></code>.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/s:9Alamofire15SessionDelegateCyAA7RequestCSgSo16NSURLSessionTaskCcip":{"name":"subscript(_:)","abstract":"<p>Access the task delegate for the specified task in a thread-safe manner.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/c:@M@Alamofire@objc(cs)SessionDelegate(im)init":{"name":"init()","abstract":"<p>Initializes the <code>SessionDelegate</code> instance.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/c:@M@Alamofire@objc(cs)SessionDelegate(im)respondsToSelector:":{"name":"responds(to:)","abstract":"<p>Returns a <code>Bool</code> indicating whether the <code>SessionDelegate</code> implements or inherits a method that can respond","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:didBecomeInvalidWithError:":{"name":"urlSession(_:didBecomeInvalidWithError:)","abstract":"<p>Tells the delegate that the session has been invalidated.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:didReceiveChallenge:completionHandler:":{"name":"urlSession(_:didReceive:completionHandler:)","abstract":"<p>Requests credentials from the delegate in response to a session-level authentication request from the","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSessionDidFinishEventsForBackgroundURLSession:":{"name":"urlSessionDidFinishEvents(forBackgroundURLSession:)","abstract":"<p>Tells the delegate that all messages enqueued for a session have been delivered.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:task:willPerformHTTPRedirection:newRequest:completionHandler:":{"name":"urlSession(_:task:willPerformHTTPRedirection:newRequest:completionHandler:)","abstract":"<p>Tells the delegate that the remote server requested an HTTP redirect.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:task:didReceiveChallenge:completionHandler:":{"name":"urlSession(_:task:didReceive:completionHandler:)","abstract":"<p>Requests credentials from the delegate in response to an authentication request from the remote server.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:task:needNewBodyStream:":{"name":"urlSession(_:task:needNewBodyStream:)","abstract":"<p>Tells the delegate when a task requires a new request body stream to send to the remote server.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:task:didSendBodyData:totalBytesSent:totalBytesExpectedToSend:":{"name":"urlSession(_:task:didSendBodyData:totalBytesSent:totalBytesExpectedToSend:)","abstract":"<p>Periodically informs the delegate of the progress of sending body content to the server.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:task:didFinishCollectingMetrics:":{"name":"urlSession(_:task:didFinishCollecting:)","abstract":"<p>Tells the delegate that the session finished collecting metrics for the task.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:task:didCompleteWithError:":{"name":"urlSession(_:task:didCompleteWithError:)","abstract":"<p>Tells the delegate that the task finished transferring data.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:dataTask:didReceiveResponse:completionHandler:":{"name":"urlSession(_:dataTask:didReceive:completionHandler:)","abstract":"<p>Tells the delegate that the data task received the initial reply (headers) from the server.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:dataTask:didBecomeDownloadTask:":{"name":"urlSession(_:dataTask:didBecome:)","abstract":"<p>Tells the delegate that the data task was changed to a download task.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:dataTask:didReceiveData:":{"name":"urlSession(_:dataTask:didReceive:)","abstract":"<p>Tells the delegate that the data task has received some of the expected data.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:dataTask:willCacheResponse:completionHandler:":{"name":"urlSession(_:dataTask:willCacheResponse:completionHandler:)","abstract":"<p>Asks the delegate whether the data (or upload) task should store the response in the cache.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:downloadTask:didFinishDownloadingToURL:":{"name":"urlSession(_:downloadTask:didFinishDownloadingTo:)","abstract":"<p>Tells the delegate that a download task has finished downloading.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:downloadTask:didWriteData:totalBytesWritten:totalBytesExpectedToWrite:":{"name":"urlSession(_:downloadTask:didWriteData:totalBytesWritten:totalBytesExpectedToWrite:)","abstract":"<p>Periodically informs the delegate about the download’s progress.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:downloadTask:didResumeAtOffset:expectedTotalBytes:":{"name":"urlSession(_:downloadTask:didResumeAtOffset:expectedTotalBytes:)","abstract":"<p>Tells the delegate that the download task has resumed downloading.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:readClosedForStreamTask:":{"name":"urlSession(_:readClosedFor:)","abstract":"<p>Tells the delegate that the read side of the connection has been closed.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:writeClosedForStreamTask:":{"name":"urlSession(_:writeClosedFor:)","abstract":"<p>Tells the delegate that the write side of the connection has been closed.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:betterRouteDiscoveredForStreamTask:":{"name":"urlSession(_:betterRouteDiscoveredFor:)","abstract":"<p>Tells the delegate that the system has determined that a better route to the host is available.</p>","parent_name":"SessionDelegate"},"Classes/SessionDelegate.html#/c:@CM@Alamofire@objc(cs)SessionDelegate(im)URLSession:streamTask:didBecomeInputStream:outputStream:":{"name":"urlSession(_:streamTask:didBecome:outputStream:)","abstract":"<p>Tells the delegate that the stream task has been completed and provides the unopened stream objects.</p>","parent_name":"SessionDelegate"},"Classes/ServerTrustPolicyManager.html#/s:9Alamofire24ServerTrustPolicyManagerC8policiesSDySSAA0bcD0OGvp":{"name":"policies","abstract":"<p>The dictionary of policies mapped to a particular host.</p>","parent_name":"ServerTrustPolicyManager"},"Classes/ServerTrustPolicyManager.html#/s:9Alamofire24ServerTrustPolicyManagerC8policiesACSDySSAA0bcD0OG_tcfc":{"name":"init(policies:)","abstract":"<p>Initializes the <code>ServerTrustPolicyManager</code> instance with the given policies.</p>","parent_name":"ServerTrustPolicyManager"},"Classes/ServerTrustPolicyManager.html#/s:9Alamofire24ServerTrustPolicyManagerC06servercD07forHostAA0bcD0OSgSS_tF":{"name":"serverTrustPolicy(forHost:)","abstract":"<p>Returns the <code><a href=\"36f8f5912051ae747ef441d6511ca4cbEnums/ServerTrustPolicy.html\">ServerTrustPolicy</a></code> for the given host if applicable.</p>","parent_name":"ServerTrustPolicyManager"},"Classes/UploadRequest.html#/s:9Alamofire13UploadRequestC7request10Foundation10URLRequestVSgvp":{"name":"request","abstract":"<p>The request sent or to be sent to the server.</p>","parent_name":"UploadRequest"},"Classes/UploadRequest.html#/s:9Alamofire13UploadRequestC14uploadProgressSo10NSProgressCvp":{"name":"uploadProgress","abstract":"<p>The progress of uploading the payload to the server for the upload request.</p>","parent_name":"UploadRequest"},"Classes/UploadRequest.html#/s:9Alamofire13UploadRequestC14uploadProgress5queue7closureACXDSo012OS_dispatch_F0C_ySo10NSProgressCctF":{"name":"uploadProgress(queue:closure:)","abstract":"<p>Sets a closure to be called periodically during the lifecycle of the <code>UploadRequest</code> as data is sent to","parent_name":"UploadRequest"},"Classes/DownloadRequest/DownloadOptions.html#/s:9Alamofire15DownloadRequestC0B7OptionsV8rawValueSuvp":{"name":"rawValue","abstract":"<p>Returns the raw bitmask value of the option and satisfies the <code>RawRepresentable</code> protocol.</p>","parent_name":"DownloadOptions"},"Classes/DownloadRequest/DownloadOptions.html#/s:9Alamofire15DownloadRequestC0B7OptionsV29createIntermediateDirectoriesAEvpZ":{"name":"createIntermediateDirectories","abstract":"<p>A <code>DownloadOptions</code> flag that creates intermediate directories for the destination URL if specified.</p>","parent_name":"DownloadOptions"},"Classes/DownloadRequest/DownloadOptions.html#/s:9Alamofire15DownloadRequestC0B7OptionsV18removePreviousFileAEvpZ":{"name":"removePreviousFile","abstract":"<p>A <code>DownloadOptions</code> flag that removes a previous file from the destination URL if specified.</p>","parent_name":"DownloadOptions"},"Classes/DownloadRequest/DownloadOptions.html#/s:9Alamofire15DownloadRequestC0B7OptionsV8rawValueAESu_tcfc":{"name":"init(rawValue:)","abstract":"<p>Creates a <code>DownloadFileDestinationOptions</code> instance with the specified raw value.</p>","parent_name":"DownloadOptions"},"Classes/DownloadRequest/DownloadOptions.html":{"name":"DownloadOptions","abstract":"<p>A collection of options to be executed prior to moving a downloaded file from the temporary URL to the","parent_name":"DownloadRequest"},"Classes/DownloadRequest.html#/s:9Alamofire15DownloadRequestC0B15FileDestinationa":{"name":"DownloadFileDestination","abstract":"<p>A closure executed once a download request has successfully completed in order to determine where to move the","parent_name":"DownloadRequest"},"Classes/DownloadRequest.html#/s:9Alamofire15DownloadRequestC7request10Foundation10URLRequestVSgvp":{"name":"request","abstract":"<p>The request sent or to be sent to the server.</p>","parent_name":"DownloadRequest"},"Classes/DownloadRequest.html#/s:9Alamofire15DownloadRequestC10resumeData10Foundation0E0VSgvp":{"name":"resumeData","abstract":"<p>The resume data of the underlying download task if available after a failure.</p>","parent_name":"DownloadRequest"},"Classes/DownloadRequest.html#/s:9Alamofire15DownloadRequestC8progressSo10NSProgressCvp":{"name":"progress","abstract":"<p>The progress of downloading the response data from the server for the request.</p>","parent_name":"DownloadRequest"},"Classes/DownloadRequest.html#/s:9Alamofire15DownloadRequestC6cancelyyF":{"name":"cancel()","abstract":"<p>Cancels the request.</p>","parent_name":"DownloadRequest"},"Classes/DownloadRequest.html#/s:9Alamofire15DownloadRequestC16downloadProgress5queue7closureACXDSo012OS_dispatch_F0C_ySo10NSProgressCctF":{"name":"downloadProgress(queue:closure:)","abstract":"<p>Sets a closure to be called periodically during the lifecycle of the <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/Request.html\">Request</a></code> as data is read from the server.</p>","parent_name":"DownloadRequest"},"Classes/DownloadRequest.html#/s:9Alamofire15DownloadRequestC09suggestedB11Destination3for2in10Foundation3URLV011destinationI0_AC0B7OptionsV7optionstAI_So17NSHTTPURLResponseCtcSo21NSSearchPathDirectoryV_So0nO10DomainMaskVtFZ":{"name":"suggestedDownloadDestination(for:in:)","abstract":"<p>Creates a download file destination closure which uses the default file manager to move the temporary file to a","parent_name":"DownloadRequest"},"Classes/DownloadRequest.html#/s:9Alamofire15DownloadRequestC8response5queue17completionHandlerACXDSo012OS_dispatch_E0CSg_yAA07DefaultB8ResponseVctF":{"name":"response(queue:completionHandler:)","abstract":"<p>Adds a handler to be called once the request has finished.</p>","parent_name":"DownloadRequest"},"Classes/DownloadRequest.html#/s:9Alamofire15DownloadRequestC8response5queue0D10Serializer17completionHandlerACXDSo012OS_dispatch_E0CSg_xyAA0B8ResponseVy16SerializedObjectQzGctAA0bkF8ProtocolRzlF":{"name":"response(queue:responseSerializer:completionHandler:)","abstract":"<p>Adds a handler to be called once the request has finished.</p>","parent_name":"DownloadRequest"},"Classes/DownloadRequest.html#/s:9Alamofire15DownloadRequestC22dataResponseSerializerAA0beF0Vy10Foundation4DataVGyFZ":{"name":"dataResponseSerializer()","abstract":"<p>Creates a response serializer that returns the associated data as-is.</p>","parent_name":"DownloadRequest"},"Classes/DownloadRequest.html#/s:9Alamofire15DownloadRequestC12responseData5queue17completionHandlerACXDSo012OS_dispatch_F0CSg_yAA0B8ResponseVy10Foundation0E0VGctF":{"name":"responseData(queue:completionHandler:)","abstract":"<p>Adds a handler to be called once the request has finished.</p>","parent_name":"DownloadRequest"},"Classes/DownloadRequest.html#/s:9Alamofire15DownloadRequestC24stringResponseSerializer8encodingAA0beF0VySSGSS10FoundationE8EncodingVSg_tFZ":{"name":"stringResponseSerializer(encoding:)","abstract":"<p>Creates a response serializer that returns a result string type initialized from the response data with","parent_name":"DownloadRequest"},"Classes/DownloadRequest.html#/s:9Alamofire15DownloadRequestC14responseString5queue8encoding17completionHandlerACXDSo012OS_dispatch_F0CSg_SS10FoundationE8EncodingVSgyAA0B8ResponseVySSGctF":{"name":"responseString(queue:encoding:completionHandler:)","abstract":"<p>Adds a handler to be called once the request has finished.</p>","parent_name":"DownloadRequest"},"Classes/DownloadRequest.html#/s:9Alamofire15DownloadRequestC22jsonResponseSerializer7optionsAA0beF0VyypGSo20NSJSONReadingOptionsV_tFZ":{"name":"jsonResponseSerializer(options:)","abstract":"<p>Creates a response serializer that returns a JSON object result type constructed from the response data using","parent_name":"DownloadRequest"},"Classes/DownloadRequest.html#/s:9Alamofire15DownloadRequestC12responseJSON5queue7options17completionHandlerACXDSo012OS_dispatch_F0CSg_So20NSJSONReadingOptionsVyAA0B8ResponseVyypGctF":{"name":"responseJSON(queue:options:completionHandler:)","abstract":"<p>Adds a handler to be called once the request has finished.</p>","parent_name":"DownloadRequest"},"Classes/DownloadRequest.html#/s:9Alamofire15DownloadRequestC30propertyListResponseSerializer7optionsAA0bfG0VyypGSo010NSPropertyE17MutabilityOptionsV_tFZ":{"name":"propertyListResponseSerializer(options:)","abstract":"<p>Creates a response serializer that returns an object constructed from the response data using","parent_name":"DownloadRequest"},"Classes/DownloadRequest.html#/s:9Alamofire15DownloadRequestC20responsePropertyList5queue7options17completionHandlerACXDSo012OS_dispatch_G0CSg_So010NSPropertyF17MutabilityOptionsVyAA0B8ResponseVyypGctF":{"name":"responsePropertyList(queue:options:completionHandler:)","abstract":"<p>Adds a handler to be called once the request has finished.</p>","parent_name":"DownloadRequest"},"Classes/DownloadRequest.html#/s:9Alamofire15DownloadRequestC10Validationa":{"name":"Validation","abstract":"<p>A closure used to validate a request that takes a URL request, a URL response, a temporary URL and a","parent_name":"DownloadRequest"},"Classes/DownloadRequest.html#/s:9Alamofire15DownloadRequestC8validateyACXDAA0C0C16ValidationResultO10Foundation10URLRequestVSg_So17NSHTTPURLResponseCAI3URLVSgAQtcF":{"name":"validate(_:)","abstract":"<p>Validates the request, using the specified closure.</p>","parent_name":"DownloadRequest"},"Classes/DownloadRequest.html#/s:9Alamofire15DownloadRequestC8validate10statusCodeACXDx_tSTRzSi7ElementRtzlF":{"name":"validate(statusCode:)","abstract":"<p>Validates that the response has a status code in the specified sequence.</p>","parent_name":"DownloadRequest"},"Classes/DownloadRequest.html#/s:9Alamofire15DownloadRequestC8validate11contentTypeACXDx_tSTRzSS7ElementRtzlF":{"name":"validate(contentType:)","abstract":"<p>Validates that the response has a content type in the specified sequence.</p>","parent_name":"DownloadRequest"},"Classes/DownloadRequest.html#/s:9Alamofire15DownloadRequestC8validateACXDyF":{"name":"validate()","abstract":"<p>Validates that the response has a status code in the default acceptable range of 200&hellip;299, and that the content","parent_name":"DownloadRequest"},"Classes/DataRequest.html#/s:9Alamofire11DataRequestC7request10Foundation10URLRequestVSgvp":{"name":"request","abstract":"<p>The request sent or to be sent to the server.</p>","parent_name":"DataRequest"},"Classes/DataRequest.html#/s:9Alamofire11DataRequestC8progressSo10NSProgressCvp":{"name":"progress","abstract":"<p>The progress of fetching the response data from the server for the request.</p>","parent_name":"DataRequest"},"Classes/DataRequest.html#/s:9Alamofire11DataRequestC6stream7closureACXDy10Foundation0B0VcSg_tF":{"name":"stream(closure:)","abstract":"<p>Sets a closure to be called periodically during the lifecycle of the request as data is read from the server.</p>","parent_name":"DataRequest"},"Classes/DataRequest.html#/s:9Alamofire11DataRequestC16downloadProgress5queue7closureACXDSo012OS_dispatch_F0C_ySo10NSProgressCctF":{"name":"downloadProgress(queue:closure:)","abstract":"<p>Sets a closure to be called periodically during the lifecycle of the <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/Request.html\">Request</a></code> as data is read from the server.</p>","parent_name":"DataRequest"},"Classes/DataRequest.html#/s:9Alamofire11DataRequestC8response5queue17completionHandlerACXDSo012OS_dispatch_E0CSg_yAA07DefaultB8ResponseVctF":{"name":"response(queue:completionHandler:)","abstract":"<p>Adds a handler to be called once the request has finished.</p>","parent_name":"DataRequest"},"Classes/DataRequest.html#/s:9Alamofire11DataRequestC8response5queue0D10Serializer17completionHandlerACXDSo012OS_dispatch_E0CSg_xyAA0B8ResponseVy16SerializedObjectQzGctAA0bkF8ProtocolRzlF":{"name":"response(queue:responseSerializer:completionHandler:)","abstract":"<p>Adds a handler to be called once the request has finished.</p>","parent_name":"DataRequest"},"Classes/DataRequest.html#/s:9Alamofire11DataRequestC22dataResponseSerializerAA0beF0Vy10Foundation0B0VGyFZ":{"name":"dataResponseSerializer()","abstract":"<p>Creates a response serializer that returns the associated data as-is.</p>","parent_name":"DataRequest"},"Classes/DataRequest.html#/s:9Alamofire11DataRequestC08responseB05queue17completionHandlerACXDSo012OS_dispatch_E0CSg_yAA0B8ResponseVy10Foundation0B0VGctF":{"name":"responseData(queue:completionHandler:)","abstract":"<p>Adds a handler to be called once the request has finished.</p>","parent_name":"DataRequest"},"Classes/DataRequest.html#/s:9Alamofire11DataRequestC24stringResponseSerializer8encodingAA0beF0VySSGSS10FoundationE8EncodingVSg_tFZ":{"name":"stringResponseSerializer(encoding:)","abstract":"<p>Creates a response serializer that returns a result string type initialized from the response data with","parent_name":"DataRequest"},"Classes/DataRequest.html#/s:9Alamofire11DataRequestC14responseString5queue8encoding17completionHandlerACXDSo012OS_dispatch_F0CSg_SS10FoundationE8EncodingVSgyAA0B8ResponseVySSGctF":{"name":"responseString(queue:encoding:completionHandler:)","abstract":"<p>Adds a handler to be called once the request has finished.</p>","parent_name":"DataRequest"},"Classes/DataRequest.html#/s:9Alamofire11DataRequestC22jsonResponseSerializer7optionsAA0beF0VyypGSo20NSJSONReadingOptionsV_tFZ":{"name":"jsonResponseSerializer(options:)","abstract":"<p>Creates a response serializer that returns a JSON object result type constructed from the response data using","parent_name":"DataRequest"},"Classes/DataRequest.html#/s:9Alamofire11DataRequestC12responseJSON5queue7options17completionHandlerACXDSo012OS_dispatch_F0CSg_So20NSJSONReadingOptionsVyAA0B8ResponseVyypGctF":{"name":"responseJSON(queue:options:completionHandler:)","abstract":"<p>Adds a handler to be called once the request has finished.</p>","parent_name":"DataRequest"},"Classes/DataRequest.html#/s:9Alamofire11DataRequestC30propertyListResponseSerializer7optionsAA0bfG0VyypGSo010NSPropertyE17MutabilityOptionsV_tFZ":{"name":"propertyListResponseSerializer(options:)","abstract":"<p>Creates a response serializer that returns an object constructed from the response data using","parent_name":"DataRequest"},"Classes/DataRequest.html#/s:9Alamofire11DataRequestC20responsePropertyList5queue7options17completionHandlerACXDSo012OS_dispatch_G0CSg_So010NSPropertyF17MutabilityOptionsVyAA0B8ResponseVyypGctF":{"name":"responsePropertyList(queue:options:completionHandler:)","abstract":"<p>Adds a handler to be called once the request has finished.</p>","parent_name":"DataRequest"},"Classes/DataRequest.html#/s:9Alamofire11DataRequestC10Validationa":{"name":"Validation","abstract":"<p>A closure used to validate a request that takes a URL request, a URL response and data, and returns whether the","parent_name":"DataRequest"},"Classes/DataRequest.html#/s:9Alamofire11DataRequestC8validateyACXDAA0C0C16ValidationResultO10Foundation10URLRequestVSg_So17NSHTTPURLResponseCAI0B0VSgtcF":{"name":"validate(_:)","abstract":"<p>Validates the request, using the specified closure.</p>","parent_name":"DataRequest"},"Classes/DataRequest.html#/s:9Alamofire11DataRequestC8validate10statusCodeACXDx_tSTRzSi7ElementRtzlF":{"name":"validate(statusCode:)","abstract":"<p>Validates that the response has a status code in the specified sequence.</p>","parent_name":"DataRequest"},"Classes/DataRequest.html#/s:9Alamofire11DataRequestC8validate11contentTypeACXDx_tSTRzSS7ElementRtzlF":{"name":"validate(contentType:)","abstract":"<p>Validates that the response has a content type in the specified sequence.</p>","parent_name":"DataRequest"},"Classes/DataRequest.html#/s:9Alamofire11DataRequestC8validateACXDyF":{"name":"validate()","abstract":"<p>Validates that the response has a status code in the default acceptable range of 200&hellip;299, and that the content","parent_name":"DataRequest"},"Classes/Request/ValidationResult.html#/s:9Alamofire7RequestC16ValidationResultO7successyA2EmF":{"name":"success","abstract":"<p>Undocumented</p>","parent_name":"ValidationResult"},"Classes/Request/ValidationResult.html#/s:9Alamofire7RequestC16ValidationResultO7failureyAEs5Error_pcAEmF":{"name":"failure(_:)","abstract":"<p>Undocumented</p>","parent_name":"ValidationResult"},"Classes/Request.html#/s:9Alamofire7RequestC15ProgressHandlera":{"name":"ProgressHandler","abstract":"<p>A closure executed when monitoring upload or download progress of a request.</p>","parent_name":"Request"},"Classes/Request.html#/s:9Alamofire7RequestC8delegateAA12TaskDelegateCvp":{"name":"delegate","abstract":"<p>The delegate for the underlying task.</p>","parent_name":"Request"},"Classes/Request.html#/s:9Alamofire7RequestC4taskSo16NSURLSessionTaskCSgvp":{"name":"task","abstract":"<p>The underlying task.</p>","parent_name":"Request"},"Classes/Request.html#/s:9Alamofire7RequestC7sessionSo12NSURLSessionCvp":{"name":"session","abstract":"<p>The session belonging to the underlying task.</p>","parent_name":"Request"},"Classes/Request.html#/s:9Alamofire7RequestC7request10Foundation10URLRequestVSgvp":{"name":"request","abstract":"<p>The request sent or to be sent to the server.</p>","parent_name":"Request"},"Classes/Request.html#/s:9Alamofire7RequestC8responseSo17NSHTTPURLResponseCSgvp":{"name":"response","abstract":"<p>The response received from the server, if any.</p>","parent_name":"Request"},"Classes/Request.html#/s:9Alamofire7RequestC10retryCountSuvp":{"name":"retryCount","abstract":"<p>The number of times the request has been retried.</p>","parent_name":"Request"},"Classes/Request.html#/s:9Alamofire7RequestC12authenticate4user8password11persistenceACXDSS_SSSo26NSURLCredentialPersistenceVtF":{"name":"authenticate(user:password:persistence:)","abstract":"<p>Associates an HTTP Basic credential with the request.</p>","parent_name":"Request"},"Classes/Request.html#/s:9Alamofire7RequestC12authenticate15usingCredentialACXDSo15NSURLCredentialC_tF":{"name":"authenticate(usingCredential:)","abstract":"<p>Associates a specified credential with the request.</p>","parent_name":"Request"},"Classes/Request.html#/s:9Alamofire7RequestC19authorizationHeader4user8passwordSS3key_SS5valuetSgSS_SStFZ":{"name":"authorizationHeader(user:password:)","abstract":"<p>Returns a base64 encoded basic authentication credential as an authorization header tuple.</p>","parent_name":"Request"},"Classes/Request.html#/s:9Alamofire7RequestC6resumeyyF":{"name":"resume()","abstract":"<p>Resumes the request.</p>","parent_name":"Request"},"Classes/Request.html#/s:9Alamofire7RequestC7suspendyyF":{"name":"suspend()","abstract":"<p>Suspends the request.</p>","parent_name":"Request"},"Classes/Request.html#/s:9Alamofire7RequestC6cancelyyF":{"name":"cancel()","abstract":"<p>Cancels the request.</p>","parent_name":"Request"},"Classes/Request.html#/s:9Alamofire7RequestC11descriptionSSvp":{"name":"description","abstract":"<p>The textual representation used when written to an output stream, which includes the HTTP method and URL, as","parent_name":"Request"},"Classes/Request.html#/s:9Alamofire7RequestC16debugDescriptionSSvp":{"name":"debugDescription","abstract":"<p>The textual representation used when written to an output stream, in the form of a cURL command.</p>","parent_name":"Request"},"Classes/Request.html#/s:9Alamofire7RequestC21serializeResponseData8response4data5errorAA6ResultOy10Foundation0E0VGSo17NSHTTPURLResponseCSg_ALSgs5Error_pSgtFZ":{"name":"serializeResponseData(response:data:error:)","abstract":"<p>Returns a result data type that contains the response data as-is.</p>","parent_name":"Request"},"Classes/Request.html#/s:9Alamofire7RequestC23serializeResponseString8encoding8response4data5errorAA6ResultOySSGSS10FoundationE8EncodingVSg_So17NSHTTPURLResponseCSgAL4DataVSgs5Error_pSgtFZ":{"name":"serializeResponseString(encoding:response:data:error:)","abstract":"<p>Returns a result string type initialized from the response data with the specified string encoding.</p>","parent_name":"Request"},"Classes/Request.html#/s:9Alamofire7RequestC21serializeResponseJSON7options8response4data5errorAA6ResultOyypGSo20NSJSONReadingOptionsV_So17NSHTTPURLResponseCSg10Foundation4DataVSgs5Error_pSgtFZ":{"name":"serializeResponseJSON(options:response:data:error:)","abstract":"<p>Returns a JSON object contained in a result type constructed from the response data using <code>JSONSerialization</code>","parent_name":"Request"},"Classes/Request.html#/s:9Alamofire7RequestC29serializeResponsePropertyList7options8response4data5errorAA6ResultOyypGSo010NSPropertyF17MutabilityOptionsV_So17NSHTTPURLResponseCSg10Foundation4DataVSgs5Error_pSgtFZ":{"name":"serializeResponsePropertyList(options:response:data:error:)","abstract":"<p>Returns a plist object contained in a result type constructed from the response data using","parent_name":"Request"},"Classes/Request/ValidationResult.html":{"name":"ValidationResult","abstract":"<p>Used to represent whether validation was successful or encountered an error resulting in a failure.</p>","parent_name":"Request"},"Classes/NetworkReachabilityManager/ConnectionType.html#/s:9Alamofire26NetworkReachabilityManagerC14ConnectionTypeO14ethernetOrWiFiyA2EmF":{"name":"ethernetOrWiFi","abstract":"<p>Undocumented</p>","parent_name":"ConnectionType"},"Classes/NetworkReachabilityManager/ConnectionType.html#/s:9Alamofire26NetworkReachabilityManagerC14ConnectionTypeO4wwanyA2EmF":{"name":"wwan","abstract":"<p>Undocumented</p>","parent_name":"ConnectionType"},"Classes/NetworkReachabilityManager/NetworkReachabilityStatus.html#/s:9Alamofire26NetworkReachabilityManagerC0bC6StatusO7unknownyA2EmF":{"name":"unknown","abstract":"<p>Undocumented</p>","parent_name":"NetworkReachabilityStatus"},"Classes/NetworkReachabilityManager/NetworkReachabilityStatus.html#/s:9Alamofire26NetworkReachabilityManagerC0bC6StatusO12notReachableyA2EmF":{"name":"notReachable","abstract":"<p>Undocumented</p>","parent_name":"NetworkReachabilityStatus"},"Classes/NetworkReachabilityManager/NetworkReachabilityStatus.html#/s:9Alamofire26NetworkReachabilityManagerC0bC6StatusO9reachableyAeC14ConnectionTypeOcAEmF":{"name":"reachable(_:)","abstract":"<p>Undocumented</p>","parent_name":"NetworkReachabilityStatus"},"Classes/NetworkReachabilityManager/NetworkReachabilityStatus.html":{"name":"NetworkReachabilityStatus","abstract":"<p>Defines the various states of network reachability.</p>","parent_name":"NetworkReachabilityManager"},"Classes/NetworkReachabilityManager/ConnectionType.html":{"name":"ConnectionType","abstract":"<p>Defines the various connection types detected by reachability flags.</p>","parent_name":"NetworkReachabilityManager"},"Classes/NetworkReachabilityManager.html#/s:9Alamofire26NetworkReachabilityManagerC8Listenera":{"name":"Listener","abstract":"<p>A closure executed when the network reachability status changes. The closure takes a single argument: the","parent_name":"NetworkReachabilityManager"},"Classes/NetworkReachabilityManager.html#/s:9Alamofire26NetworkReachabilityManagerC11isReachableSbvp":{"name":"isReachable","abstract":"<p>Whether the network is currently reachable.</p>","parent_name":"NetworkReachabilityManager"},"Classes/NetworkReachabilityManager.html#/s:9Alamofire26NetworkReachabilityManagerC17isReachableOnWWANSbvp":{"name":"isReachableOnWWAN","abstract":"<p>Whether the network is currently reachable over the WWAN interface.</p>","parent_name":"NetworkReachabilityManager"},"Classes/NetworkReachabilityManager.html#/s:9Alamofire26NetworkReachabilityManagerC27isReachableOnEthernetOrWiFiSbvp":{"name":"isReachableOnEthernetOrWiFi","abstract":"<p>Whether the network is currently reachable over Ethernet or WiFi interface.</p>","parent_name":"NetworkReachabilityManager"},"Classes/NetworkReachabilityManager.html#/s:9Alamofire26NetworkReachabilityManagerC07networkC6StatusAC0bcF0Ovp":{"name":"networkReachabilityStatus","abstract":"<p>The current network reachability status.</p>","parent_name":"NetworkReachabilityManager"},"Classes/NetworkReachabilityManager.html#/s:9Alamofire26NetworkReachabilityManagerC13listenerQueueSo17OS_dispatch_queueCvp":{"name":"listenerQueue","abstract":"<p>The dispatch queue to execute the <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/NetworkReachabilityManager.html#/s:9Alamofire26NetworkReachabilityManagerC8listeneryAC0bC6StatusOcSgvp\">listener</a></code> closure on.</p>","parent_name":"NetworkReachabilityManager"},"Classes/NetworkReachabilityManager.html#/s:9Alamofire26NetworkReachabilityManagerC8listeneryAC0bC6StatusOcSgvp":{"name":"listener","abstract":"<p>A closure executed when the network reachability status changes.</p>","parent_name":"NetworkReachabilityManager"},"Classes/NetworkReachabilityManager.html#/s:9Alamofire26NetworkReachabilityManagerC5flagsSo09SCNetworkC5FlagsVSgvp":{"name":"flags","abstract":"<p>Undocumented</p>","parent_name":"NetworkReachabilityManager"},"Classes/NetworkReachabilityManager.html#/s:9Alamofire26NetworkReachabilityManagerC13previousFlagsSo09SCNetworkcF0Vvp":{"name":"previousFlags","abstract":"<p>Undocumented</p>","parent_name":"NetworkReachabilityManager"},"Classes/NetworkReachabilityManager.html#/s:9Alamofire26NetworkReachabilityManagerC4hostACSgSS_tcfc":{"name":"init(host:)","abstract":"<p>Creates a <code>NetworkReachabilityManager</code> instance with the specified host.</p>","parent_name":"NetworkReachabilityManager"},"Classes/NetworkReachabilityManager.html#/s:9Alamofire26NetworkReachabilityManagerCACSgycfc":{"name":"init()","abstract":"<p>Creates a <code>NetworkReachabilityManager</code> instance that monitors the address 0.0.0.0.</p>","parent_name":"NetworkReachabilityManager"},"Classes/NetworkReachabilityManager.html#/s:9Alamofire26NetworkReachabilityManagerC14startListeningSbyF":{"name":"startListening()","abstract":"<p>Starts listening for changes in network reachability status.</p>","parent_name":"NetworkReachabilityManager"},"Classes/NetworkReachabilityManager.html#/s:9Alamofire26NetworkReachabilityManagerC13stopListeningyyF":{"name":"stopListening()","abstract":"<p>Stops listening for changes in network reachability status.</p>","parent_name":"NetworkReachabilityManager"},"Classes/MultipartFormData.html#/s:9Alamofire17MultipartFormDataC11contentTypeSSvp":{"name":"contentType","abstract":"<p>The <code>Content-Type</code> header value containing the boundary used to generate the <code>multipart/form-data</code>.</p>","parent_name":"MultipartFormData"},"Classes/MultipartFormData.html#/s:9Alamofire17MultipartFormDataC13contentLengths6UInt64Vvp":{"name":"contentLength","abstract":"<p>The content length of all body parts used to generate the <code>multipart/form-data</code> not including the boundaries.</p>","parent_name":"MultipartFormData"},"Classes/MultipartFormData.html#/s:9Alamofire17MultipartFormDataC8boundarySSvp":{"name":"boundary","abstract":"<p>The boundary used to separate the body parts in the encoded form data.</p>","parent_name":"MultipartFormData"},"Classes/MultipartFormData.html#/s:9Alamofire17MultipartFormDataCACycfc":{"name":"init()","abstract":"<p>Creates a multipart form data object.</p>","parent_name":"MultipartFormData"},"Classes/MultipartFormData.html#/s:9Alamofire17MultipartFormDataC6append_8withNamey10Foundation0D0V_SStF":{"name":"append(_:withName:)","abstract":"<p>Creates a body part from the data and appends it to the multipart form data object.</p>","parent_name":"MultipartFormData"},"Classes/MultipartFormData.html#/s:9Alamofire17MultipartFormDataC6append_8withName8mimeTypey10Foundation0D0V_S2StF":{"name":"append(_:withName:mimeType:)","abstract":"<p>Creates a body part from the data and appends it to the multipart form data object.</p>","parent_name":"MultipartFormData"},"Classes/MultipartFormData.html#/s:9Alamofire17MultipartFormDataC6append_8withName04fileG08mimeTypey10Foundation0D0V_S3StF":{"name":"append(_:withName:fileName:mimeType:)","abstract":"<p>Creates a body part from the data and appends it to the multipart form data object.</p>","parent_name":"MultipartFormData"},"Classes/MultipartFormData.html#/s:9Alamofire17MultipartFormDataC6append_8withNamey10Foundation3URLV_SStF":{"name":"append(_:withName:)","abstract":"<p>Creates a body part from the file and appends it to the multipart form data object.</p>","parent_name":"MultipartFormData"},"Classes/MultipartFormData.html#/s:9Alamofire17MultipartFormDataC6append_8withName04fileG08mimeTypey10Foundation3URLV_S3StF":{"name":"append(_:withName:fileName:mimeType:)","abstract":"<p>Creates a body part from the file and appends it to the multipart form data object.</p>","parent_name":"MultipartFormData"},"Classes/MultipartFormData.html#/s:9Alamofire17MultipartFormDataC6append_10withLength4name8fileName8mimeTypeySo13NSInputStreamC_s6UInt64VS3StF":{"name":"append(_:withLength:name:fileName:mimeType:)","abstract":"<p>Creates a body part from the stream and appends it to the multipart form data object.</p>","parent_name":"MultipartFormData"},"Classes/MultipartFormData.html#/s:9Alamofire17MultipartFormDataC6append_10withLength7headersySo13NSInputStreamC_s6UInt64VSDyS2SGtF":{"name":"append(_:withLength:headers:)","abstract":"<p>Creates a body part with the headers, stream and length and appends it to the multipart form data object.</p>","parent_name":"MultipartFormData"},"Classes/MultipartFormData.html#/s:9Alamofire17MultipartFormDataC6encode10Foundation0D0VyKF":{"name":"encode()","abstract":"<p>Encodes all the appended body parts into a single <code>Data</code> value.</p>","parent_name":"MultipartFormData"},"Classes/MultipartFormData.html#/s:9Alamofire17MultipartFormDataC012writeEncodedD02toy10Foundation3URLV_tKF":{"name":"writeEncodedData(to:)","abstract":"<p>Writes the appended body parts into the given file URL.</p>","parent_name":"MultipartFormData"},"Classes/MultipartFormData.html":{"name":"MultipartFormData","abstract":"<p>Constructs <code>multipart/form-data</code> for uploads within an HTTP or HTTPS body. There are currently two ways to encode"},"Classes/NetworkReachabilityManager.html":{"name":"NetworkReachabilityManager","abstract":"<p>The <code>NetworkReachabilityManager</code> class listens for reachability changes of hosts and addresses for both WWAN and"},"Classes/Request.html":{"name":"Request","abstract":"<p>Responsible for sending a request and receiving the response and associated data from the server, as well as"},"Classes/DataRequest.html":{"name":"DataRequest","abstract":"<p>Specific type of <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/Request.html\">Request</a></code> that manages an underlying <code>URLSessionDataTask</code>.</p>"},"Classes/DownloadRequest.html":{"name":"DownloadRequest","abstract":"<p>Specific type of <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/Request.html\">Request</a></code> that manages an underlying <code>URLSessionDownloadTask</code>.</p>"},"Classes/UploadRequest.html":{"name":"UploadRequest","abstract":"<p>Specific type of <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/Request.html\">Request</a></code> that manages an underlying <code>URLSessionUploadTask</code>.</p>"},"Classes.html#/s:9Alamofire13StreamRequestC":{"name":"StreamRequest","abstract":"<p>Specific type of <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/Request.html\">Request</a></code> that manages an underlying <code>URLSessionStreamTask</code>.</p>"},"Classes/ServerTrustPolicyManager.html":{"name":"ServerTrustPolicyManager","abstract":"<p>Responsible for managing the mapping of <code><a href=\"36f8f5912051ae747ef441d6511ca4cbEnums/ServerTrustPolicy.html\">ServerTrustPolicy</a></code> objects to a given host.</p>"},"Classes/SessionDelegate.html":{"name":"SessionDelegate","abstract":"<p>Responsible for handling all delegate callbacks for the underlying session.</p>"},"Classes/SessionManager.html":{"name":"SessionManager","abstract":"<p>Responsible for creating and managing <code><a href=\"36f8f5912051ae747ef441d6511ca4cbClasses/Request.html\">Request</a></code> objects, as well as their underlying <code>NSURLSession</code>.</p>"},"Classes/TaskDelegate.html":{"name":"TaskDelegate","abstract":"<p>The task delegate is responsible for handling all delegate callbacks for the underlying task as well as"},"Classes.html":{"name":"Classes","abstract":"<p>The following classes are available globally.</p>"},"Enums.html":{"name":"Enumerations","abstract":"<p>The following enumerations are available globally.</p>"},"Extensions.html":{"name":"Extensions","abstract":"<p>The following extensions are available globally.</p>"},"Functions.html":{"name":"Functions","abstract":"<p>The following functions are available globally.</p>"},"Protocols.html":{"name":"Protocols","abstract":"<p>The following protocols are available globally.</p>"},"Structs.html":{"name":"Structures","abstract":"<p>The following structures are available globally.</p>"},"Typealiases.html":{"name":"Type Aliases","abstract":"<p>The following type aliases are available globally.</p>"}}