jazzy 0.0.10 → 0.0.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/bin/sourcekitten +0 -0
- data/lib/jazzy/config.rb +1 -1
- data/lib/jazzy/doc_builder.rb +8 -5
- data/lib/jazzy/gem_version.rb +1 -1
- data/lib/jazzy/jazzy_markdown.rb +1 -1
- data/lib/jazzy/sourcekitten.rb +2 -4
- data/spec/integration_specs/document_alamofire/after/docs/Classes/Manager/{Singleton.html → init(configuration:).html} +11 -51
- data/spec/integration_specs/document_alamofire/after/docs/Classes/Manager.html +4 -214
- data/spec/integration_specs/document_alamofire/after/docs/Classes/Request.html +41 -626
- data/spec/integration_specs/document_alamofire/after/docs/Classes.html +4 -24
- data/spec/integration_specs/document_alamofire/after/docs/Enums/ParameterEncoding.html +16 -76
- data/spec/integration_specs/document_alamofire/after/docs/Enums.html +5 -25
- data/spec/integration_specs/document_alamofire/after/docs/Extensions/Manager.html +4 -64
- data/spec/integration_specs/document_alamofire/after/docs/Extensions/Request.html +4 -24
- data/spec/integration_specs/document_alamofire/after/docs/Extensions.html +4 -64
- data/spec/integration_specs/document_alamofire/after/docs/Functions.html +4 -44
- data/spec/integration_specs/document_alamofire/after/docs/Global Variables.html +4 -24
- data/spec/integration_specs/document_alamofire/after/docs/Protocols/URLRequestConvertible.html +4 -24
- data/spec/integration_specs/document_alamofire/after/docs/Protocols/URLStringConvertible.html +4 -24
- data/spec/integration_specs/document_alamofire/after/docs/Protocols.html +4 -24
- data/spec/integration_specs/document_alamofire/after/docs/index.html +4 -24
- data/spec/integration_specs/document_alamofire/after/execution_output.txt +3 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/Classes/ImplicitlyInternalTopLevelClass.html +0 -6
- data/spec/integration_specs/misc_jazzy_features/after/docs/Classes.html +0 -23
- data/spec/integration_specs/misc_jazzy_features/after/docs/Enums/DocumentedEnum.html +0 -6
- data/spec/integration_specs/misc_jazzy_features/after/docs/Enums.html +0 -23
- data/spec/integration_specs/misc_jazzy_features/after/docs/Global Variables.html +0 -6
- data/spec/integration_specs/misc_jazzy_features/after/docs/index.html +0 -6
- data/spec/integration_specs/misc_jazzy_features/after/execution_output.txt +3 -0
- metadata +2 -13
- data/spec/integration_specs/document_alamofire/after/docs/Classes/Manager/SessionDelegate.html +0 -865
- data/spec/integration_specs/document_alamofire/after/docs/Classes/Request/DataTaskDelegate.html +0 -485
- data/spec/integration_specs/document_alamofire/after/docs/Classes/Request/TaskDelegate.html +0 -505
- data/spec/integration_specs/document_alamofire/after/docs/Extensions/NSURL.html +0 -225
- data/spec/integration_specs/document_alamofire/after/docs/Extensions/NSURLComponents.html +0 -225
- data/spec/integration_specs/document_alamofire/after/docs/Extensions/NSURLRequest.html +0 -225
- data/spec/integration_specs/document_alamofire/after/docs/Extensions/Request/DownloadTaskDelegate.html +0 -405
- data/spec/integration_specs/document_alamofire/after/docs/Extensions/Request/MIMEType.html +0 -285
- data/spec/integration_specs/document_alamofire/after/docs/Extensions/Request/UploadTaskDelegate.html +0 -265
- data/spec/integration_specs/document_alamofire/after/docs/Extensions/String.html +0 -225
- data/spec/integration_specs/document_alamofire/after/docs/Typealiases.html +0 -265
@@ -1,505 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html lang="en">
|
3
|
-
<head>
|
4
|
-
<title>TaskDelegate Class Reference</title>
|
5
|
-
<link rel="stylesheet" type="text/css" href="../../css/jazzy.css" />
|
6
|
-
<meta charset='utf-8'>
|
7
|
-
<script src="../../js/jquery.min.js" defer></script>
|
8
|
-
<script src="../../js/jazzy.js" defer></script>
|
9
|
-
</head>
|
10
|
-
<body id="reference" class="Swift">
|
11
|
-
<a title="TaskDelegate Class Reference"></a>
|
12
|
-
<header>
|
13
|
-
<div class="content-wrapper">
|
14
|
-
<p class="header-text"><a href="#">Alamofire Docs</a></p>
|
15
|
-
<p id="header-links"><a href="https://github.com/Alamofire/Alamofire"><img id="header-icon" src="../../img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
|
16
|
-
</div>
|
17
|
-
</header>
|
18
|
-
<section id="valence">
|
19
|
-
<div class="content-wrapper">
|
20
|
-
<p id="hierarchial_navigation">
|
21
|
-
<a href="#" id="design_resources_link">Alamofire Reference</a>
|
22
|
-
<img id="carat" src="../../img/carat.png" height="10px" width="6px" />
|
23
|
-
TaskDelegate Class Reference
|
24
|
-
</p>
|
25
|
-
</div>
|
26
|
-
</section>
|
27
|
-
<div class="content-wrapper">
|
28
|
-
<nav class="book-parts">
|
29
|
-
<ul class="nav-parts">
|
30
|
-
<li class="part-name tasks">
|
31
|
-
<a href="../../Classes.html">Classes</a>
|
32
|
-
<ul class="nav-chapters">
|
33
|
-
<li class="nav-chapter">
|
34
|
-
<a href="../../Classes/Manager.html">Manager</a>
|
35
|
-
</li>
|
36
|
-
<li class="nav-chapter">
|
37
|
-
<a href="../../Classes/Request.html">Request</a>
|
38
|
-
</li>
|
39
|
-
</ul>
|
40
|
-
</li>
|
41
|
-
<li class="part-name tasks">
|
42
|
-
<a href="../../Global Variables.html">Global Variables</a>
|
43
|
-
<ul class="nav-chapters">
|
44
|
-
<li class="nav-chapter">
|
45
|
-
<a href="../../Global Variables.html#/s:v9Alamofire20AlamofireErrorDomainSS">AlamofireErrorDomain</a>
|
46
|
-
</li>
|
47
|
-
</ul>
|
48
|
-
</li>
|
49
|
-
<li class="part-name tasks">
|
50
|
-
<a href="../../Enums.html">Enums</a>
|
51
|
-
<ul class="nav-chapters">
|
52
|
-
<li class="nav-chapter">
|
53
|
-
<a href="../../Enums.html#/s:O9Alamofire6Method">Method</a>
|
54
|
-
</li>
|
55
|
-
<li class="nav-chapter">
|
56
|
-
<a href="../../Enums/ParameterEncoding.html">ParameterEncoding</a>
|
57
|
-
</li>
|
58
|
-
</ul>
|
59
|
-
</li>
|
60
|
-
<li class="part-name tasks">
|
61
|
-
<a href="../../Extensions.html">Extensions</a>
|
62
|
-
<ul class="nav-chapters">
|
63
|
-
<li class="nav-chapter">
|
64
|
-
<a href="../../Extensions/String.html">String</a>
|
65
|
-
</li>
|
66
|
-
<li class="nav-chapter">
|
67
|
-
<a href="../../Extensions/NSURL.html">NSURL</a>
|
68
|
-
</li>
|
69
|
-
<li class="nav-chapter">
|
70
|
-
<a href="../../Extensions/NSURLComponents.html">NSURLComponents</a>
|
71
|
-
</li>
|
72
|
-
<li class="nav-chapter">
|
73
|
-
<a href="../../Extensions/NSURLRequest.html">NSURLRequest</a>
|
74
|
-
</li>
|
75
|
-
<li class="nav-chapter">
|
76
|
-
<a href="../../Extensions/NSURLRequest.html">NSURLRequest</a>
|
77
|
-
</li>
|
78
|
-
<li class="nav-chapter">
|
79
|
-
<a href="../../Extensions/Request.html">Request</a>
|
80
|
-
</li>
|
81
|
-
<li class="nav-chapter">
|
82
|
-
<a href="../../Extensions/Manager.html">Manager</a>
|
83
|
-
</li>
|
84
|
-
<li class="nav-chapter">
|
85
|
-
<a href="../../Extensions/Request.html">Request</a>
|
86
|
-
</li>
|
87
|
-
<li class="nav-chapter">
|
88
|
-
<a href="../../Extensions/Manager.html">Manager</a>
|
89
|
-
</li>
|
90
|
-
<li class="nav-chapter">
|
91
|
-
<a href="../../Extensions/Request.html">Request</a>
|
92
|
-
</li>
|
93
|
-
<li class="nav-chapter">
|
94
|
-
<a href="../../Extensions/Request.html">Request</a>
|
95
|
-
</li>
|
96
|
-
<li class="nav-chapter">
|
97
|
-
<a href="../../Extensions/Request.html">Request</a>
|
98
|
-
</li>
|
99
|
-
<li class="nav-chapter">
|
100
|
-
<a href="../../Extensions/Request.html">Request</a>
|
101
|
-
</li>
|
102
|
-
<li class="nav-chapter">
|
103
|
-
<a href="../../Extensions/Request.html">Request</a>
|
104
|
-
</li>
|
105
|
-
<li class="nav-chapter">
|
106
|
-
<a href="../../Extensions/Request.html">Request</a>
|
107
|
-
</li>
|
108
|
-
</ul>
|
109
|
-
</li>
|
110
|
-
<li class="part-name tasks">
|
111
|
-
<a href="../../Functions.html">Functions</a>
|
112
|
-
<ul class="nav-chapters">
|
113
|
-
<li class="nav-chapter">
|
114
|
-
<a href="../../Functions.html#/s:F9AlamofireP33_A313450CFC1FC3D0CBEF4411412DB9E810URLRequestFTOS_6MethodPS_20URLStringConvertible__CSo12NSURLRequest">URLRequest(_:_:)</a>
|
115
|
-
</li>
|
116
|
-
<li class="nav-chapter">
|
117
|
-
<a href="../../Functions.html#/s:F9Alamofire7requestFTOS_6MethodPS_20URLStringConvertible_10parametersGSqGVSs10DictionarySSPSs9AnyObject___8encodingOS_17ParameterEncoding_CS_7Request">request(_:_:parameters:encoding:)</a>
|
118
|
-
</li>
|
119
|
-
<li class="nav-chapter">
|
120
|
-
<a href="../../Functions.html#/s:F9Alamofire7requestFPS_21URLRequestConvertible_CS_7Request">request(_:)</a>
|
121
|
-
</li>
|
122
|
-
<li class="nav-chapter">
|
123
|
-
<a href="../../Functions.html#/s:F9Alamofire6uploadFTOS_6MethodPS_20URLStringConvertible_CSo5NSURL_CS_7Request">upload(_:_:_:)</a>
|
124
|
-
</li>
|
125
|
-
<li class="nav-chapter">
|
126
|
-
<a href="../../Functions.html#/s:F9Alamofire6uploadFTPS_21URLRequestConvertible_CSo5NSURL_CS_7Request">upload(_:_:)</a>
|
127
|
-
</li>
|
128
|
-
<li class="nav-chapter">
|
129
|
-
<a href="../../Functions.html#/s:F9Alamofire6uploadFTOS_6MethodPS_20URLStringConvertible_CSo6NSData_CS_7Request">upload(_:_:_:)</a>
|
130
|
-
</li>
|
131
|
-
<li class="nav-chapter">
|
132
|
-
<a href="../../Functions.html#/s:F9Alamofire6uploadFTPS_21URLRequestConvertible_CSo6NSData_CS_7Request">upload(_:_:)</a>
|
133
|
-
</li>
|
134
|
-
<li class="nav-chapter">
|
135
|
-
<a href="../../Functions.html#/s:F9Alamofire6uploadFTOS_6MethodPS_20URLStringConvertible_CSo13NSInputStream_CS_7Request">upload(_:_:_:)</a>
|
136
|
-
</li>
|
137
|
-
<li class="nav-chapter">
|
138
|
-
<a href="../../Functions.html#/s:F9Alamofire6uploadFTPS_21URLRequestConvertible_CSo13NSInputStream_CS_7Request">upload(_:_:)</a>
|
139
|
-
</li>
|
140
|
-
<li class="nav-chapter">
|
141
|
-
<a href="../../Functions.html#/s:F9Alamofire8downloadFTOS_6MethodPS_20URLStringConvertible_FTCSo5NSURLCSo17NSHTTPURLResponse_S2__CS_7Request">download(_:_:_:)</a>
|
142
|
-
</li>
|
143
|
-
<li class="nav-chapter">
|
144
|
-
<a href="../../Functions.html#/s:F9Alamofire8downloadFTPS_21URLRequestConvertible_FTCSo5NSURLCSo17NSHTTPURLResponse_S1__CS_7Request">download(_:_:)</a>
|
145
|
-
</li>
|
146
|
-
<li class="nav-chapter">
|
147
|
-
<a href="../../Functions.html#/s:F9Alamofire8downloadFT10resumeDataCSo6NSDataFTCSo5NSURLCSo17NSHTTPURLResponse_S1__CS_7Request">download(resumeData:_:)</a>
|
148
|
-
</li>
|
149
|
-
</ul>
|
150
|
-
</li>
|
151
|
-
<li class="part-name tasks">
|
152
|
-
<a href="../../Protocols.html">Protocols</a>
|
153
|
-
<ul class="nav-chapters">
|
154
|
-
<li class="nav-chapter">
|
155
|
-
<a href="../../Protocols/URLStringConvertible.html">URLStringConvertible</a>
|
156
|
-
</li>
|
157
|
-
<li class="nav-chapter">
|
158
|
-
<a href="../../Protocols/URLRequestConvertible.html">URLRequestConvertible</a>
|
159
|
-
</li>
|
160
|
-
</ul>
|
161
|
-
</li>
|
162
|
-
<li class="part-name tasks">
|
163
|
-
<a href="../../Typealiases.html">Typealiases</a>
|
164
|
-
<ul class="nav-chapters">
|
165
|
-
<li class="nav-chapter">
|
166
|
-
<a href="../../Typealiases.html#/s:C9Alamofire7Request10Validation">Validation</a>
|
167
|
-
</li>
|
168
|
-
<li class="nav-chapter">
|
169
|
-
<a href="../../Typealiases.html#/s:C9Alamofire7Request23DownloadFileDestination">DownloadFileDestination</a>
|
170
|
-
</li>
|
171
|
-
</ul>
|
172
|
-
</li>
|
173
|
-
</ul>
|
174
|
-
</nav>
|
175
|
-
<div class="pixel-line"></div>
|
176
|
-
<div class="rubber-band-gap"></div>
|
177
|
-
<article class="chapter">
|
178
|
-
<a name="/"></a>
|
179
|
-
<h1 class="chapter-name">TaskDelegate</h1>
|
180
|
-
<section>
|
181
|
-
<section class="section">
|
182
|
-
<p class="para">Undocumented</p>
|
183
|
-
</section>
|
184
|
-
<section class="section task-group-section">
|
185
|
-
<div class="task-group">
|
186
|
-
<div class="task-name-container">
|
187
|
-
<a name="/Children"></a>
|
188
|
-
<a href="#/Children">
|
189
|
-
<h3 class="section-name"></h3>
|
190
|
-
</a>
|
191
|
-
</div>
|
192
|
-
<ul class="task-group-list">
|
193
|
-
<li class="item symbol">
|
194
|
-
<div class="task-group-term">
|
195
|
-
<code>
|
196
|
-
<a name="/s:vCC9Alamofire7Request12TaskDelegate4taskCSo16NSURLSessionTask">
|
197
|
-
<a class="x-instance-method Swift" href="#/s:vCC9Alamofire7Request12TaskDelegate4taskCSo16NSURLSessionTask">task</a>
|
198
|
-
</code>
|
199
|
-
</div>
|
200
|
-
<div class="height-container">
|
201
|
-
<div class="pointy-thing-container"></div>
|
202
|
-
<section class="section instance-method">
|
203
|
-
<div class="pointy-thing"></div>
|
204
|
-
<div class="abstract">
|
205
|
-
<p class="para">Undocumented</p>
|
206
|
-
</div>
|
207
|
-
<div class="result-description view-on-github">
|
208
|
-
<a href="https://github.com/Alamofire/Alamofire/blob/1.1.0/Source/Alamofire.swift#L0">Show on GitHub</a>
|
209
|
-
</div>
|
210
|
-
</section>
|
211
|
-
</div>
|
212
|
-
</li>
|
213
|
-
<li class="item symbol">
|
214
|
-
<div class="task-group-term">
|
215
|
-
<code>
|
216
|
-
<a name="/s:vCC9Alamofire7Request12TaskDelegate5queueCSo8NSObject">
|
217
|
-
<a class="x-instance-method Swift" href="#/s:vCC9Alamofire7Request12TaskDelegate5queueCSo8NSObject">queue</a>
|
218
|
-
</code>
|
219
|
-
</div>
|
220
|
-
<div class="height-container">
|
221
|
-
<div class="pointy-thing-container"></div>
|
222
|
-
<section class="section instance-method">
|
223
|
-
<div class="pointy-thing"></div>
|
224
|
-
<div class="abstract">
|
225
|
-
<p class="para">Undocumented</p>
|
226
|
-
</div>
|
227
|
-
<div class="result-description view-on-github">
|
228
|
-
<a href="https://github.com/Alamofire/Alamofire/blob/1.1.0/Source/Alamofire.swift#L0">Show on GitHub</a>
|
229
|
-
</div>
|
230
|
-
</section>
|
231
|
-
</div>
|
232
|
-
</li>
|
233
|
-
<li class="item symbol">
|
234
|
-
<div class="task-group-term">
|
235
|
-
<code>
|
236
|
-
<a name="/s:vCC9Alamofire7Request12TaskDelegate8progressCSo10NSProgress">
|
237
|
-
<a class="x-instance-method Swift" href="#/s:vCC9Alamofire7Request12TaskDelegate8progressCSo10NSProgress">progress</a>
|
238
|
-
</code>
|
239
|
-
</div>
|
240
|
-
<div class="height-container">
|
241
|
-
<div class="pointy-thing-container"></div>
|
242
|
-
<section class="section instance-method">
|
243
|
-
<div class="pointy-thing"></div>
|
244
|
-
<div class="abstract">
|
245
|
-
<p class="para">Undocumented</p>
|
246
|
-
</div>
|
247
|
-
<div class="result-description view-on-github">
|
248
|
-
<a href="https://github.com/Alamofire/Alamofire/blob/1.1.0/Source/Alamofire.swift#L0">Show on GitHub</a>
|
249
|
-
</div>
|
250
|
-
</section>
|
251
|
-
</div>
|
252
|
-
</li>
|
253
|
-
<li class="item symbol">
|
254
|
-
<div class="task-group-term">
|
255
|
-
<code>
|
256
|
-
<a name="/s:vCC9Alamofire7Request12TaskDelegate4dataGSqCSo6NSData_">
|
257
|
-
<a class="x-instance-method Swift" href="#/s:vCC9Alamofire7Request12TaskDelegate4dataGSqCSo6NSData_">data</a>
|
258
|
-
</code>
|
259
|
-
</div>
|
260
|
-
<div class="height-container">
|
261
|
-
<div class="pointy-thing-container"></div>
|
262
|
-
<section class="section instance-method">
|
263
|
-
<div class="pointy-thing"></div>
|
264
|
-
<div class="abstract">
|
265
|
-
<p class="para">Undocumented</p>
|
266
|
-
</div>
|
267
|
-
<div class="result-description view-on-github">
|
268
|
-
<a href="https://github.com/Alamofire/Alamofire/blob/1.1.0/Source/Alamofire.swift#L0">Show on GitHub</a>
|
269
|
-
</div>
|
270
|
-
</section>
|
271
|
-
</div>
|
272
|
-
</li>
|
273
|
-
<li class="item symbol">
|
274
|
-
<div class="task-group-term">
|
275
|
-
<code>
|
276
|
-
<a name="/s:vCC9Alamofire7Request12TaskDelegate5errorGSqCSo7NSError_">
|
277
|
-
<a class="x-instance-method Swift" href="#/s:vCC9Alamofire7Request12TaskDelegate5errorGSqCSo7NSError_">error</a>
|
278
|
-
</code>
|
279
|
-
</div>
|
280
|
-
<div class="height-container">
|
281
|
-
<div class="pointy-thing-container"></div>
|
282
|
-
<section class="section instance-method">
|
283
|
-
<div class="pointy-thing"></div>
|
284
|
-
<div class="abstract">
|
285
|
-
<p class="para">Undocumented</p>
|
286
|
-
</div>
|
287
|
-
<div class="result-description view-on-github">
|
288
|
-
<a href="https://github.com/Alamofire/Alamofire/blob/1.1.0/Source/Alamofire.swift#L0">Show on GitHub</a>
|
289
|
-
</div>
|
290
|
-
</section>
|
291
|
-
</div>
|
292
|
-
</li>
|
293
|
-
<li class="item symbol">
|
294
|
-
<div class="task-group-term">
|
295
|
-
<code>
|
296
|
-
<a name="/s:vCC9Alamofire7Request12TaskDelegate10credentialGSqCSo15NSURLCredential_">
|
297
|
-
<a class="x-instance-method Swift" href="#/s:vCC9Alamofire7Request12TaskDelegate10credentialGSqCSo15NSURLCredential_">credential</a>
|
298
|
-
</code>
|
299
|
-
</div>
|
300
|
-
<div class="height-container">
|
301
|
-
<div class="pointy-thing-container"></div>
|
302
|
-
<section class="section instance-method">
|
303
|
-
<div class="pointy-thing"></div>
|
304
|
-
<div class="abstract">
|
305
|
-
<p class="para">Undocumented</p>
|
306
|
-
</div>
|
307
|
-
<div class="result-description view-on-github">
|
308
|
-
<a href="https://github.com/Alamofire/Alamofire/blob/1.1.0/Source/Alamofire.swift#L0">Show on GitHub</a>
|
309
|
-
</div>
|
310
|
-
</section>
|
311
|
-
</div>
|
312
|
-
</li>
|
313
|
-
<li class="item symbol">
|
314
|
-
<div class="task-group-term">
|
315
|
-
<code>
|
316
|
-
<a name="/s:vCC9Alamofire7Request12TaskDelegate30taskWillPerformHTTPRedirectionGSqFTGSQCSo12NSURLSession_GSQCSo16NSURLSessionTask_GSQCSo17NSHTTPURLResponse_GSQCSo12NSURLRequest__GSQS5___">
|
317
|
-
<a class="x-instance-method Swift" href="#/s:vCC9Alamofire7Request12TaskDelegate30taskWillPerformHTTPRedirectionGSqFTGSQCSo12NSURLSession_GSQCSo16NSURLSessionTask_GSQCSo17NSHTTPURLResponse_GSQCSo12NSURLRequest__GSQS5___">taskWillPerformHTTPRedirection</a>
|
318
|
-
</code>
|
319
|
-
</div>
|
320
|
-
<div class="height-container">
|
321
|
-
<div class="pointy-thing-container"></div>
|
322
|
-
<section class="section instance-method">
|
323
|
-
<div class="pointy-thing"></div>
|
324
|
-
<div class="abstract">
|
325
|
-
<p class="para">Undocumented</p>
|
326
|
-
</div>
|
327
|
-
<div class="result-description view-on-github">
|
328
|
-
<a href="https://github.com/Alamofire/Alamofire/blob/1.1.0/Source/Alamofire.swift#L0">Show on GitHub</a>
|
329
|
-
</div>
|
330
|
-
</section>
|
331
|
-
</div>
|
332
|
-
</li>
|
333
|
-
<li class="item symbol">
|
334
|
-
<div class="task-group-term">
|
335
|
-
<code>
|
336
|
-
<a name="/s:vCC9Alamofire7Request12TaskDelegate23taskDidReceiveChallengeGSqFTGSQCSo12NSURLSession_GSQCSo16NSURLSessionTask_CSo28NSURLAuthenticationChallenge_TOSC36NSURLSessionAuthChallengeDispositionGSqCSo15NSURLCredential___">
|
337
|
-
<a class="x-instance-method Swift" href="#/s:vCC9Alamofire7Request12TaskDelegate23taskDidReceiveChallengeGSqFTGSQCSo12NSURLSession_GSQCSo16NSURLSessionTask_CSo28NSURLAuthenticationChallenge_TOSC36NSURLSessionAuthChallengeDispositionGSqCSo15NSURLCredential___">taskDidReceiveChallenge</a>
|
338
|
-
</code>
|
339
|
-
</div>
|
340
|
-
<div class="height-container">
|
341
|
-
<div class="pointy-thing-container"></div>
|
342
|
-
<section class="section instance-method">
|
343
|
-
<div class="pointy-thing"></div>
|
344
|
-
<div class="abstract">
|
345
|
-
<p class="para">Undocumented</p>
|
346
|
-
</div>
|
347
|
-
<div class="result-description view-on-github">
|
348
|
-
<a href="https://github.com/Alamofire/Alamofire/blob/1.1.0/Source/Alamofire.swift#L0">Show on GitHub</a>
|
349
|
-
</div>
|
350
|
-
</section>
|
351
|
-
</div>
|
352
|
-
</li>
|
353
|
-
<li class="item symbol">
|
354
|
-
<div class="task-group-term">
|
355
|
-
<code>
|
356
|
-
<a name="/s:vCC9Alamofire7Request12TaskDelegate19taskDidSendBodyDataGSqFTGSQCSo12NSURLSession_GSQCSo16NSURLSessionTask_VSs5Int64S4_S4__T__">
|
357
|
-
<a class="x-instance-method Swift" href="#/s:vCC9Alamofire7Request12TaskDelegate19taskDidSendBodyDataGSqFTGSQCSo12NSURLSession_GSQCSo16NSURLSessionTask_VSs5Int64S4_S4__T__">taskDidSendBodyData</a>
|
358
|
-
</code>
|
359
|
-
</div>
|
360
|
-
<div class="height-container">
|
361
|
-
<div class="pointy-thing-container"></div>
|
362
|
-
<section class="section instance-method">
|
363
|
-
<div class="pointy-thing"></div>
|
364
|
-
<div class="abstract">
|
365
|
-
<p class="para">Undocumented</p>
|
366
|
-
</div>
|
367
|
-
<div class="result-description view-on-github">
|
368
|
-
<a href="https://github.com/Alamofire/Alamofire/blob/1.1.0/Source/Alamofire.swift#L0">Show on GitHub</a>
|
369
|
-
</div>
|
370
|
-
</section>
|
371
|
-
</div>
|
372
|
-
</li>
|
373
|
-
<li class="item symbol">
|
374
|
-
<div class="task-group-term">
|
375
|
-
<code>
|
376
|
-
<a name="/s:vCC9Alamofire7Request12TaskDelegate21taskNeedNewBodyStreamGSqFTGSQCSo12NSURLSession_GSQCSo16NSURLSessionTask__GSQCSo13NSInputStream__">
|
377
|
-
<a class="x-instance-method Swift" href="#/s:vCC9Alamofire7Request12TaskDelegate21taskNeedNewBodyStreamGSqFTGSQCSo12NSURLSession_GSQCSo16NSURLSessionTask__GSQCSo13NSInputStream__">taskNeedNewBodyStream</a>
|
378
|
-
</code>
|
379
|
-
</div>
|
380
|
-
<div class="height-container">
|
381
|
-
<div class="pointy-thing-container"></div>
|
382
|
-
<section class="section instance-method">
|
383
|
-
<div class="pointy-thing"></div>
|
384
|
-
<div class="abstract">
|
385
|
-
<p class="para">Undocumented</p>
|
386
|
-
</div>
|
387
|
-
<div class="result-description view-on-github">
|
388
|
-
<a href="https://github.com/Alamofire/Alamofire/blob/1.1.0/Source/Alamofire.swift#L0">Show on GitHub</a>
|
389
|
-
</div>
|
390
|
-
</section>
|
391
|
-
</div>
|
392
|
-
</li>
|
393
|
-
<li class="item symbol">
|
394
|
-
<div class="task-group-term">
|
395
|
-
<code>
|
396
|
-
<a name="/s:FCC9Alamofire7Request12TaskDelegatecFMS1_FT4taskCSo16NSURLSessionTask_S1_">
|
397
|
-
<a class="x-instance-method Swift" href="#/s:FCC9Alamofire7Request12TaskDelegatecFMS1_FT4taskCSo16NSURLSessionTask_S1_">init(task:)</a>
|
398
|
-
</code>
|
399
|
-
</div>
|
400
|
-
<div class="height-container">
|
401
|
-
<div class="pointy-thing-container"></div>
|
402
|
-
<section class="section instance-method">
|
403
|
-
<div class="pointy-thing"></div>
|
404
|
-
<div class="abstract">
|
405
|
-
<p class="para">Undocumented</p>
|
406
|
-
</div>
|
407
|
-
<div class="result-description view-on-github">
|
408
|
-
<a href="https://github.com/Alamofire/Alamofire/blob/1.1.0/Source/Alamofire.swift#L0">Show on GitHub</a>
|
409
|
-
</div>
|
410
|
-
</section>
|
411
|
-
</div>
|
412
|
-
</li>
|
413
|
-
<li class="item symbol">
|
414
|
-
<div class="task-group-term">
|
415
|
-
<code>
|
416
|
-
<a name="/s:FCC9Alamofire7Request12TaskDelegate10URLSessionFS1_FTGSQCSo12NSURLSession_4taskGSQCSo16NSURLSessionTask_26willPerformHTTPRedirectionGSQCSo17NSHTTPURLResponse_10newRequestGSQCSo12NSURLRequest_17completionHandlerGSQFGSQS5__T___T_">
|
417
|
-
<a class="x-instance-method Swift" href="#/s:FCC9Alamofire7Request12TaskDelegate10URLSessionFS1_FTGSQCSo12NSURLSession_4taskGSQCSo16NSURLSessionTask_26willPerformHTTPRedirectionGSQCSo17NSHTTPURLResponse_10newRequestGSQCSo12NSURLRequest_17completionHandlerGSQFGSQS5__T___T_">URLSession(_:task:willPerformHTTPRedirection:newRequest:completionHandler:)</a>
|
418
|
-
</code>
|
419
|
-
</div>
|
420
|
-
<div class="height-container">
|
421
|
-
<div class="pointy-thing-container"></div>
|
422
|
-
<section class="section instance-method">
|
423
|
-
<div class="pointy-thing"></div>
|
424
|
-
<div class="abstract">
|
425
|
-
<p class="para">Undocumented</p>
|
426
|
-
</div>
|
427
|
-
<div class="result-description view-on-github">
|
428
|
-
<a href="https://github.com/Alamofire/Alamofire/blob/1.1.0/Source/Alamofire.swift#L0">Show on GitHub</a>
|
429
|
-
</div>
|
430
|
-
</section>
|
431
|
-
</div>
|
432
|
-
</li>
|
433
|
-
<li class="item symbol">
|
434
|
-
<div class="task-group-term">
|
435
|
-
<code>
|
436
|
-
<a name="/s:FCC9Alamofire7Request12TaskDelegate10URLSessionFS1_FTGSQCSo12NSURLSession_4taskGSQCSo16NSURLSessionTask_19didReceiveChallengeGSQCSo28NSURLAuthenticationChallenge_17completionHandlerGSQFTOSC36NSURLSessionAuthChallengeDispositionGSQCSo15NSURLCredential__T___T_">
|
437
|
-
<a class="x-instance-method Swift" href="#/s:FCC9Alamofire7Request12TaskDelegate10URLSessionFS1_FTGSQCSo12NSURLSession_4taskGSQCSo16NSURLSessionTask_19didReceiveChallengeGSQCSo28NSURLAuthenticationChallenge_17completionHandlerGSQFTOSC36NSURLSessionAuthChallengeDispositionGSQCSo15NSURLCredential__T___T_">URLSession(_:task:didReceiveChallenge:completionHandler:)</a>
|
438
|
-
</code>
|
439
|
-
</div>
|
440
|
-
<div class="height-container">
|
441
|
-
<div class="pointy-thing-container"></div>
|
442
|
-
<section class="section instance-method">
|
443
|
-
<div class="pointy-thing"></div>
|
444
|
-
<div class="abstract">
|
445
|
-
<p class="para">Undocumented</p>
|
446
|
-
</div>
|
447
|
-
<div class="result-description view-on-github">
|
448
|
-
<a href="https://github.com/Alamofire/Alamofire/blob/1.1.0/Source/Alamofire.swift#L0">Show on GitHub</a>
|
449
|
-
</div>
|
450
|
-
</section>
|
451
|
-
</div>
|
452
|
-
</li>
|
453
|
-
<li class="item symbol">
|
454
|
-
<div class="task-group-term">
|
455
|
-
<code>
|
456
|
-
<a name="/s:FCC9Alamofire7Request12TaskDelegate10URLSessionFS1_FTGSQCSo12NSURLSession_4taskGSQCSo16NSURLSessionTask_17needNewBodyStreamGSQFGSQCSo13NSInputStream_T___T_">
|
457
|
-
<a class="x-instance-method Swift" href="#/s:FCC9Alamofire7Request12TaskDelegate10URLSessionFS1_FTGSQCSo12NSURLSession_4taskGSQCSo16NSURLSessionTask_17needNewBodyStreamGSQFGSQCSo13NSInputStream_T___T_">URLSession(_:task:needNewBodyStream:)</a>
|
458
|
-
</code>
|
459
|
-
</div>
|
460
|
-
<div class="height-container">
|
461
|
-
<div class="pointy-thing-container"></div>
|
462
|
-
<section class="section instance-method">
|
463
|
-
<div class="pointy-thing"></div>
|
464
|
-
<div class="abstract">
|
465
|
-
<p class="para">Undocumented</p>
|
466
|
-
</div>
|
467
|
-
<div class="result-description view-on-github">
|
468
|
-
<a href="https://github.com/Alamofire/Alamofire/blob/1.1.0/Source/Alamofire.swift#L0">Show on GitHub</a>
|
469
|
-
</div>
|
470
|
-
</section>
|
471
|
-
</div>
|
472
|
-
</li>
|
473
|
-
<li class="item symbol">
|
474
|
-
<div class="task-group-term">
|
475
|
-
<code>
|
476
|
-
<a name="/s:FCC9Alamofire7Request12TaskDelegate10URLSessionFS1_FTGSQCSo12NSURLSession_4taskGSQCSo16NSURLSessionTask_20didCompleteWithErrorGSQCSo7NSError__T_">
|
477
|
-
<a class="x-instance-method Swift" href="#/s:FCC9Alamofire7Request12TaskDelegate10URLSessionFS1_FTGSQCSo12NSURLSession_4taskGSQCSo16NSURLSessionTask_20didCompleteWithErrorGSQCSo7NSError__T_">URLSession(_:task:didCompleteWithError:)</a>
|
478
|
-
</code>
|
479
|
-
</div>
|
480
|
-
<div class="height-container">
|
481
|
-
<div class="pointy-thing-container"></div>
|
482
|
-
<section class="section instance-method">
|
483
|
-
<div class="pointy-thing"></div>
|
484
|
-
<div class="abstract">
|
485
|
-
<p class="para">Undocumented</p>
|
486
|
-
</div>
|
487
|
-
<div class="result-description view-on-github">
|
488
|
-
<a href="https://github.com/Alamofire/Alamofire/blob/1.1.0/Source/Alamofire.swift#L0">Show on GitHub</a>
|
489
|
-
</div>
|
490
|
-
</section>
|
491
|
-
</div>
|
492
|
-
</li>
|
493
|
-
</ul>
|
494
|
-
</div>
|
495
|
-
</section>
|
496
|
-
</section>
|
497
|
-
<section id="footer">
|
498
|
-
<p class="copyright">© YYYY <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
|
499
|
-
<p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ vX.X.X</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
500
|
-
</section>
|
501
|
-
</article>
|
502
|
-
</div>
|
503
|
-
</body>
|
504
|
-
</div>
|
505
|
-
</html>
|