jazzy 0.0.20 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (167) hide show
  1. checksums.yaml +4 -4
  2. data/.gitmodules +6 -3
  3. data/.travis.yml +1 -1
  4. data/CHANGELOG.md +23 -1
  5. data/Gemfile.lock +41 -5
  6. data/Rakefile +21 -0
  7. data/jazzy.gemspec +1 -0
  8. data/lib/jazzy/assets/css/jazzy.css.scss +26 -0
  9. data/lib/jazzy/config.rb +29 -0
  10. data/lib/jazzy/doc_builder.rb +17 -9
  11. data/lib/jazzy/docset_builder.rb +13 -4
  12. data/lib/jazzy/gem_version.rb +1 -1
  13. data/lib/jazzy/jazzy_markdown.rb +2 -1
  14. data/lib/jazzy/podspec_documenter.rb +109 -0
  15. data/lib/jazzy/readme_generator.rb +33 -6
  16. data/lib/jazzy/sourcekitten.rb +15 -2
  17. data/lib/jazzy/sourcekitten/Commandant.framework/Commandant +0 -0
  18. data/lib/jazzy/sourcekitten/Commandant.framework/Versions/A/Commandant +0 -0
  19. data/lib/jazzy/sourcekitten/Commandant.framework/Versions/A/Modules/Commandant.swiftmodule/x86_64.swiftdoc +0 -0
  20. data/lib/jazzy/sourcekitten/Commandant.framework/Versions/A/Modules/Commandant.swiftmodule/x86_64.swiftmodule +0 -0
  21. data/lib/jazzy/sourcekitten/Commandant.framework/Versions/A/Modules/module.modulemap +10 -0
  22. data/{spec/integration_specs/misc_jazzy_features/before/MiscJazzyFeatures → lib/jazzy/sourcekitten/Commandant.framework/Versions/A/Resources}/Info.plist +21 -7
  23. data/lib/jazzy/sourcekitten/LlamaKit.framework/LlamaKit +0 -0
  24. data/lib/jazzy/sourcekitten/LlamaKit.framework/Versions/A/LlamaKit +0 -0
  25. data/lib/jazzy/sourcekitten/LlamaKit.framework/Versions/A/Modules/LlamaKit.swiftmodule/x86_64.swiftdoc +0 -0
  26. data/lib/jazzy/sourcekitten/LlamaKit.framework/Versions/A/Modules/LlamaKit.swiftmodule/x86_64.swiftmodule +0 -0
  27. data/lib/jazzy/sourcekitten/LlamaKit.framework/Versions/A/Modules/module.modulemap +10 -0
  28. data/lib/jazzy/sourcekitten/LlamaKit.framework/Versions/A/Resources/Info.plist +47 -0
  29. data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/SourceKittenFramework +0 -0
  30. data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/SwiftXPC +0 -0
  31. data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Versions/A/Modules/SwiftXPC.swiftmodule/x86_64.swiftdoc +0 -0
  32. data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Versions/A/Modules/SwiftXPC.swiftmodule/x86_64.swiftmodule +0 -0
  33. data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Versions/A/Modules/module.modulemap +10 -0
  34. data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Versions/A/Resources/Info.plist +42 -0
  35. data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Versions/A/SwiftXPC +0 -0
  36. data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftCore.dylib +0 -0
  37. data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftCoreGraphics.dylib +0 -0
  38. data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftDarwin.dylib +0 -0
  39. data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftDispatch.dylib +0 -0
  40. data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftFoundation.dylib +0 -0
  41. data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftObjectiveC.dylib +0 -0
  42. data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftSecurity.dylib +0 -0
  43. data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Modules/SourceKittenFramework.swiftmodule/x86_64.swiftdoc +0 -0
  44. data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Modules/SourceKittenFramework.swiftmodule/x86_64.swiftmodule +0 -0
  45. data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Modules/module.modulemap +10 -0
  46. data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Resources/Info.plist +42 -0
  47. data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/SourceKittenFramework +0 -0
  48. data/lib/jazzy/sourcekitten/sourcekitten +0 -0
  49. data/spec/integration_spec.rb +6 -0
  50. metadata +50 -122
  51. data/bin/sourcekitten +0 -0
  52. data/spec/integration_specs/document_alamofire/after/docs/Classes.html +0 -268
  53. data/spec/integration_specs/document_alamofire/after/docs/Classes/Manager.html +0 -488
  54. data/spec/integration_specs/document_alamofire/after/docs/Classes/Request.html +0 -842
  55. data/spec/integration_specs/document_alamofire/after/docs/Enums.html +0 -258
  56. data/spec/integration_specs/document_alamofire/after/docs/Enums/ParameterEncoding.html +0 -383
  57. data/spec/integration_specs/document_alamofire/after/docs/Extensions.html +0 -703
  58. data/spec/integration_specs/document_alamofire/after/docs/Extensions/Manager.html +0 -345
  59. data/spec/integration_specs/document_alamofire/after/docs/Extensions/Request.html +0 -369
  60. data/spec/integration_specs/document_alamofire/after/docs/Functions.html +0 -1041
  61. data/spec/integration_specs/document_alamofire/after/docs/Global Variables.html +0 -227
  62. data/spec/integration_specs/document_alamofire/after/docs/Protocols.html +0 -276
  63. data/spec/integration_specs/document_alamofire/after/docs/Protocols/URLRequestConvertible.html +0 -228
  64. data/spec/integration_specs/document_alamofire/after/docs/Protocols/URLStringConvertible.html +0 -228
  65. data/spec/integration_specs/document_alamofire/after/docs/css/highlight.css +0 -202
  66. data/spec/integration_specs/document_alamofire/after/docs/css/jazzy.css +0 -708
  67. data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Info.plist +0 -20
  68. data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Classes.html +0 -268
  69. data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Classes/Manager.html +0 -488
  70. data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Classes/Request.html +0 -842
  71. data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Enums.html +0 -258
  72. data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Enums/ParameterEncoding.html +0 -383
  73. data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Extensions.html +0 -703
  74. data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Extensions/Manager.html +0 -345
  75. data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Extensions/Request.html +0 -369
  76. data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Functions.html +0 -1041
  77. data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Global Variables.html +0 -227
  78. data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Manager.html +0 -345
  79. data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/ParameterEncoding.html +0 -383
  80. data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Protocols.html +0 -276
  81. data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Protocols/URLRequestConvertible.html +0 -228
  82. data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Protocols/URLStringConvertible.html +0 -228
  83. data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Request.html +0 -369
  84. data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/URLRequestConvertible.html +0 -228
  85. data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/URLStringConvertible.html +0 -228
  86. data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/carat.png +0 -0
  87. data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/css/highlight.css +0 -202
  88. data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/css/jazzy.css +0 -708
  89. data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/dash.png +0 -0
  90. data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/gh.png +0 -0
  91. data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/highlight.css +0 -202
  92. data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/img/carat.png +0 -0
  93. data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/img/dash.png +0 -0
  94. data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/img/gh.png +0 -0
  95. data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/index.html +0 -756
  96. data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/jazzy.css +0 -708
  97. data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/jazzy.js +0 -21
  98. data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/jquery.min.js +0 -4
  99. data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/js/jazzy.js +0 -21
  100. data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/js/jquery.min.js +0 -4
  101. data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/undocumented.txt +0 -18
  102. data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/docSet.dsidx.csv +0 -80
  103. data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.xml +0 -1
  104. data/spec/integration_specs/document_alamofire/after/docs/img/carat.png +0 -0
  105. data/spec/integration_specs/document_alamofire/after/docs/img/dash.png +0 -0
  106. data/spec/integration_specs/document_alamofire/after/docs/img/gh.png +0 -0
  107. data/spec/integration_specs/document_alamofire/after/docs/index.html +0 -756
  108. data/spec/integration_specs/document_alamofire/after/docs/js/jazzy.js +0 -21
  109. data/spec/integration_specs/document_alamofire/after/docs/js/jquery.min.js +0 -4
  110. data/spec/integration_specs/document_alamofire/after/docs/undocumented.txt +0 -18
  111. data/spec/integration_specs/document_alamofire/after/execution_output.txt +0 -5
  112. data/spec/integration_specs/misc_jazzy_features/after/docs/Classes.html +0 -333
  113. data/spec/integration_specs/misc_jazzy_features/after/docs/Classes/ImplicitlyInternalTopLevelClass.html +0 -149
  114. data/spec/integration_specs/misc_jazzy_features/after/docs/Enums.html +0 -171
  115. data/spec/integration_specs/misc_jazzy_features/after/docs/Enums/DocumentedEnum.html +0 -149
  116. data/spec/integration_specs/misc_jazzy_features/after/docs/Global Variables.html +0 -152
  117. data/spec/integration_specs/misc_jazzy_features/after/docs/css/highlight.css +0 -202
  118. data/spec/integration_specs/misc_jazzy_features/after/docs/css/jazzy.css +0 -708
  119. data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Info.plist +0 -20
  120. data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Classes.html +0 -333
  121. data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Classes/ImplicitlyInternalTopLevelClass.html +0 -149
  122. data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/DocumentedEnum.html +0 -149
  123. data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Enums.html +0 -171
  124. data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Enums/DocumentedEnum.html +0 -149
  125. data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Global Variables.html +0 -152
  126. data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/ImplicitlyInternalTopLevelClass.html +0 -149
  127. data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/carat.png +0 -0
  128. data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/css/highlight.css +0 -202
  129. data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/css/jazzy.css +0 -708
  130. data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/dash.png +0 -0
  131. data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/gh.png +0 -0
  132. data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/highlight.css +0 -202
  133. data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/img/carat.png +0 -0
  134. data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/img/dash.png +0 -0
  135. data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/img/gh.png +0 -0
  136. data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/index.html +0 -112
  137. data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/jazzy.css +0 -708
  138. data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/jazzy.js +0 -21
  139. data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/jquery.min.js +0 -4
  140. data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/js/jazzy.js +0 -21
  141. data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/js/jquery.min.js +0 -4
  142. data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/undocumented.txt +0 -3
  143. data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/docSet.dsidx.csv +0 -17
  144. data/spec/integration_specs/misc_jazzy_features/after/docs/img/carat.png +0 -0
  145. data/spec/integration_specs/misc_jazzy_features/after/docs/img/dash.png +0 -0
  146. data/spec/integration_specs/misc_jazzy_features/after/docs/img/gh.png +0 -0
  147. data/spec/integration_specs/misc_jazzy_features/after/docs/index.html +0 -112
  148. data/spec/integration_specs/misc_jazzy_features/after/docs/js/jazzy.js +0 -21
  149. data/spec/integration_specs/misc_jazzy_features/after/docs/js/jquery.min.js +0 -4
  150. data/spec/integration_specs/misc_jazzy_features/after/docs/undocumented.txt +0 -3
  151. data/spec/integration_specs/misc_jazzy_features/after/execution_output.txt +0 -5
  152. data/spec/integration_specs/misc_jazzy_features/before/MiscJazzyFeatures.xcodeproj/project.pbxproj +0 -293
  153. data/spec/integration_specs/misc_jazzy_features/before/MiscJazzyFeatures.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
  154. data/spec/integration_specs/misc_jazzy_features/before/MiscJazzyFeatures/Classes.swift +0 -60
  155. data/spec/integration_specs/misc_jazzy_features/before/MiscJazzyFeatures/MiscJazzyFeatures.h +0 -10
  156. data/spec/integration_specs/misc_jazzy_features/before/docs/Classes.html +0 -317
  157. data/spec/integration_specs/misc_jazzy_features/before/docs/Classes/ImplicitlyInternalTopLevelClass.html +0 -138
  158. data/spec/integration_specs/misc_jazzy_features/before/docs/Enums.html +0 -155
  159. data/spec/integration_specs/misc_jazzy_features/before/docs/Enums/DocumentedEnum.html +0 -128
  160. data/spec/integration_specs/misc_jazzy_features/before/docs/Global Variables.html +0 -138
  161. data/spec/integration_specs/misc_jazzy_features/before/docs/css/jazzy.css +0 -609
  162. data/spec/integration_specs/misc_jazzy_features/before/docs/img/carat.png +0 -0
  163. data/spec/integration_specs/misc_jazzy_features/before/docs/img/dash.png +0 -0
  164. data/spec/integration_specs/misc_jazzy_features/before/docs/img/gh.png +0 -0
  165. data/spec/integration_specs/misc_jazzy_features/before/docs/index.html +0 -99
  166. data/spec/integration_specs/misc_jazzy_features/before/docs/js/jazzy.js +0 -15
  167. data/spec/integration_specs/misc_jazzy_features/before/docs/js/jquery.min.js +0 -4
@@ -1,345 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <title>Manager Extension Reference</title>
5
- <link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
6
- <link rel="stylesheet" type="text/css" href="../css/highlight.css" />
7
- <meta charset='utf-8'>
8
- <script type="text/javascript">
9
- window.jazzy = {'docset': false}
10
- if (typeof window.dash != 'undefined') {
11
- document.documentElement.className += ' dash'
12
- window.jazzy.docset = true
13
- }
14
- if (navigator.userAgent.match(/xcode/i)) {
15
- document.documentElement.className += ' xcode'
16
- window.jazzy.docset = true
17
- }
18
- </script>
19
- <script src="../js/jquery.min.js" defer></script>
20
- <script src="../js/jazzy.js" defer></script>
21
- </head>
22
- <body id="reference" class="Swift">
23
- <a name="//apple_ref/swift/Extension/Manager" class="dashAnchor"></a>
24
- <a title="Manager Extension Reference"></a>
25
- <header>
26
- <div class="content-wrapper">
27
- <p class="header-text"><a href="../index.html">Alamofire Docs</a> (83% documented)</p>
28
- <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>
29
- <p id="header-links"><a href="dash-feed://http%3A%2F%2Fstatic%2Erealm%2Eio%2Fjazzy_demo%2FAlamofire%2Fdocsets%2FAlamofire%2Exml"><img id="header-icon" src="../img/dash.png" height="16px" width="16px" />Install in Dash</a></p>
30
- </div>
31
- </header>
32
- <section id="valence">
33
- <div class="content-wrapper">
34
- <p id="hierarchial_navigation">
35
- <a href="../index.html" id="design_resources_link">Alamofire Reference</a>
36
- <img id="carat" src="../img/carat.png" height="10px" width="6px" />
37
- Manager Extension Reference
38
- </p>
39
- </div>
40
- </section>
41
- <div class="content-wrapper">
42
- <nav class="book-parts">
43
- <ul class="nav-parts">
44
- <li class="part-name tasks">
45
- <a href="../Classes.html">Classes</a>
46
- <ul class="nav-chapters">
47
- <li class="nav-chapter">
48
- <a href="../Classes/Manager.html">Manager</a>
49
- </li>
50
- <li class="nav-chapter">
51
- <a href="../Classes/Request.html">Request</a>
52
- </li>
53
- </ul>
54
- </li>
55
- <li class="part-name tasks">
56
- <a href="../Global Variables.html">Global Variables</a>
57
- <ul class="nav-chapters">
58
- <li class="nav-chapter">
59
- <a href="../Global Variables.html#/s:v9Alamofire20AlamofireErrorDomainSS">AlamofireErrorDomain</a>
60
- </li>
61
- </ul>
62
- </li>
63
- <li class="part-name tasks">
64
- <a href="../Enums.html">Enums</a>
65
- <ul class="nav-chapters">
66
- <li class="nav-chapter">
67
- <a href="../Enums.html#/s:O9Alamofire6Method">Method</a>
68
- </li>
69
- <li class="nav-chapter">
70
- <a href="../Enums/ParameterEncoding.html">ParameterEncoding</a>
71
- </li>
72
- </ul>
73
- </li>
74
- <li class="part-name tasks">
75
- <a href="../Extensions.html">Extensions</a>
76
- <ul class="nav-chapters">
77
- <li class="nav-chapter">
78
- <a href="../Extensions/Manager.html">Manager</a>
79
- </li>
80
- <li class="nav-chapter">
81
- <a href="../Extensions/Manager.html">Manager</a>
82
- </li>
83
- <li class="nav-chapter">
84
- <a href="../Extensions.html#/c:objc(cs)NSURLRequest">NSURLRequest</a>
85
- </li>
86
- <li class="nav-chapter">
87
- <a href="../Extensions.html#/c:objc(cs)NSURLRequest">NSURLRequest</a>
88
- </li>
89
- <li class="nav-chapter">
90
- <a href="../Extensions.html#/s:C9Alamofire7Request">Request</a>
91
- </li>
92
- <li class="nav-chapter">
93
- <a href="../Extensions/Request.html">Request</a>
94
- </li>
95
- <li class="nav-chapter">
96
- <a href="../Extensions/Request.html">Request</a>
97
- </li>
98
- <li class="nav-chapter">
99
- <a href="../Extensions/Request.html">Request</a>
100
- </li>
101
- <li class="nav-chapter">
102
- <a href="../Extensions/Request.html">Request</a>
103
- </li>
104
- <li class="nav-chapter">
105
- <a href="../Extensions/Request.html">Request</a>
106
- </li>
107
- <li class="nav-chapter">
108
- <a href="../Extensions/Request.html">Request</a>
109
- </li>
110
- <li class="nav-chapter">
111
- <a href="../Extensions/Request.html">Request</a>
112
- </li>
113
- <li class="nav-chapter">
114
- <a href="../Extensions.html#/s:SS">String</a>
115
- </li>
116
- </ul>
117
- </li>
118
- <li class="part-name tasks">
119
- <a href="../Functions.html">Functions</a>
120
- <ul class="nav-chapters">
121
- <li class="nav-chapter">
122
- <a href="../Functions.html#/s:F9Alamofire8downloadFTPS_21URLRequestConvertible_FTCSo5NSURLCSo17NSHTTPURLResponse_S1__CS_7Request">download(_:_:)</a>
123
- </li>
124
- <li class="nav-chapter">
125
- <a href="../Functions.html#/s:F9Alamofire8downloadFTOS_6MethodPS_20URLStringConvertible_FTCSo5NSURLCSo17NSHTTPURLResponse_S2__CS_7Request">download(_:_:_:)</a>
126
- </li>
127
- <li class="nav-chapter">
128
- <a href="../Functions.html#/s:F9Alamofire8downloadFT10resumeDataCSo6NSDataFTCSo5NSURLCSo17NSHTTPURLResponse_S1__CS_7Request">download(resumeData:_:)</a>
129
- </li>
130
- <li class="nav-chapter">
131
- <a href="../Functions.html#/s:F9Alamofire7requestFPS_21URLRequestConvertible_CS_7Request">request(_:)</a>
132
- </li>
133
- <li class="nav-chapter">
134
- <a href="../Functions.html#/s:F9Alamofire7requestFTOS_6MethodPS_20URLStringConvertible_10parametersGSqGVSs10DictionarySSPSs9AnyObject___8encodingOS_17ParameterEncoding_CS_7Request">request(_:_:parameters:encoding:)</a>
135
- </li>
136
- <li class="nav-chapter">
137
- <a href="../Functions.html#/s:F9Alamofire6uploadFTPS_21URLRequestConvertible_CSo6NSData_CS_7Request">upload(_:_:)</a>
138
- </li>
139
- <li class="nav-chapter">
140
- <a href="../Functions.html#/s:F9Alamofire6uploadFTPS_21URLRequestConvertible_CSo13NSInputStream_CS_7Request">upload(_:_:)</a>
141
- </li>
142
- <li class="nav-chapter">
143
- <a href="../Functions.html#/s:F9Alamofire6uploadFTPS_21URLRequestConvertible_CSo5NSURL_CS_7Request">upload(_:_:)</a>
144
- </li>
145
- <li class="nav-chapter">
146
- <a href="../Functions.html#/s:F9Alamofire6uploadFTOS_6MethodPS_20URLStringConvertible_CSo13NSInputStream_CS_7Request">upload(_:_:_:)</a>
147
- </li>
148
- <li class="nav-chapter">
149
- <a href="../Functions.html#/s:F9Alamofire6uploadFTOS_6MethodPS_20URLStringConvertible_CSo5NSURL_CS_7Request">upload(_:_:_:)</a>
150
- </li>
151
- <li class="nav-chapter">
152
- <a href="../Functions.html#/s:F9Alamofire6uploadFTOS_6MethodPS_20URLStringConvertible_CSo6NSData_CS_7Request">upload(_:_:_:)</a>
153
- </li>
154
- </ul>
155
- </li>
156
- <li class="part-name tasks">
157
- <a href="../Protocols.html">Protocols</a>
158
- <ul class="nav-chapters">
159
- <li class="nav-chapter">
160
- <a href="../Protocols/URLRequestConvertible.html">URLRequestConvertible</a>
161
- </li>
162
- <li class="nav-chapter">
163
- <a href="../Protocols/URLStringConvertible.html">URLStringConvertible</a>
164
- </li>
165
- </ul>
166
- </li>
167
- </ul>
168
- </nav>
169
- <div class="pixel-line"></div>
170
- <div class="rubber-band-gap"></div>
171
- <article class="chapter">
172
- <a name="/"></a>
173
- <h1 class="chapter-name">Manager</h1>
174
- <section>
175
- <section class="section">
176
- <p class="para">Responsible for creating and managing <code>Request</code> objects, as well as their underlying <code>NSURLSession</code>.</p>
177
- </section>
178
- <section class="section task-group-section">
179
- <div class="task-group">
180
- <div class="task-name-container">
181
-
182
- <a name="/Request"></a>
183
- <a name="//apple_ref/swift/Section/Request" class="dashAnchor"></a>
184
- <a href="#/Request">
185
- <h3 class="section-name">Request</h3>
186
- </a>
187
-
188
- </div>
189
- <ul class="task-group-list">
190
- <li class="item symbol">
191
- <div class="task-group-term">
192
- <code>
193
- <a name="/s:FC9Alamofire7Manager8downloadFS0_FTPS_21URLRequestConvertible_11destinationFTCSo5NSURLCSo17NSHTTPURLResponse_S2__CS_7Request">
194
- <a name="//apple_ref/swift/Method/download(_:destination:)" class="dashAnchor"></a>
195
- <a class="x-instance-method Swift" href="#/s:FC9Alamofire7Manager8downloadFS0_FTPS_21URLRequestConvertible_11destinationFTCSo5NSURLCSo17NSHTTPURLResponse_S2__CS_7Request">download(_:destination:)</a>
196
- </code>
197
- </div>
198
- <div class="height-container">
199
- <div class="pointy-thing-container"></div>
200
- <section class="section instance-method">
201
- <div class="pointy-thing"></div>
202
- <div class="abstract">
203
- <p class="para">Creates a request for downloading from the specified URL request.If <code>startRequestsImmediately</code> is <code>true</code>, the request will have <code>resume()</code> called before being returned.</p>
204
- </div>
205
- <div class="declaration">
206
- <h4>Declaration</h4>
207
-
208
- <div class="Swift">
209
- <p class="aside-title">Swift</p>
210
- <pre class="highlight"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">download</span><span class="p">(</span><span class="kt">URLRequest</span><span class="p">:</span> <span class="kt">URLRequestConvertible</span><span class="p">,</span> <span class="nv">destination</span><span class="p">:</span> <span class="p">(</span><span class="kt">NSURL</span><span class="p">,</span> <span class="kt">NSHTTPURLResponse</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="p">(</span><span class="kt">NSURL</span><span class="p">))</span> <span class="o">-&gt;</span> <span class="kt">Request</span></code></pre>
211
-
212
- </div>
213
- </div>
214
- <div class="parameters">
215
- <h4>Parameters</h4>
216
- <table class="graybox" border="0" cellspacing="0" cellpadding="5">
217
- <tbody>
218
- <tr>
219
- <td scope="row">
220
- <code>
221
- <em class="term">URLRequest</em>
222
- </code>
223
- </td>
224
- <td>
225
- <div class="definition">
226
- <p class="para">The URL request</p>
227
- </div>
228
- </td>
229
- </tr>
230
- <tr>
231
- <td scope="row">
232
- <code>
233
- <em class="term">destination</em>
234
- </code>
235
- </td>
236
- <td>
237
- <div class="definition">
238
- <p class="para">The closure used to determine the destination of the downloaded file.</p>
239
- </div>
240
- </td>
241
- </tr>
242
- </tbody>
243
- </table>
244
- </div>
245
- <div class="result-description">
246
- <h4>Return Value</h4>
247
- <p class="para">The created download request.</p>
248
- </div>
249
- <div class="result-description view-on-github">
250
- <a href="https://github.com/Alamofire/Alamofire/blob/1.1.0/Source/Alamofire.swift#L1120">Show on GitHub</a>
251
- </div>
252
- </section>
253
- </div>
254
- </li>
255
- </ul>
256
- </div>
257
- <div class="task-group">
258
- <div class="task-name-container">
259
-
260
- <a name="/Resume%20Data"></a>
261
- <a name="//apple_ref/swift/Section/Resume Data" class="dashAnchor"></a>
262
- <a href="#/Resume%20Data">
263
- <h3 class="section-name">Resume Data</h3>
264
- </a>
265
-
266
- </div>
267
- <ul class="task-group-list">
268
- <li class="item symbol">
269
- <div class="task-group-term">
270
- <code>
271
- <a name="/s:FC9Alamofire7Manager8downloadFS0_FTCSo6NSData11destinationFTCSo5NSURLCSo17NSHTTPURLResponse_S2__CS_7Request">
272
- <a name="//apple_ref/swift/Method/download(_:destination:)" class="dashAnchor"></a>
273
- <a class="x-instance-method Swift" href="#/s:FC9Alamofire7Manager8downloadFS0_FTCSo6NSData11destinationFTCSo5NSURLCSo17NSHTTPURLResponse_S2__CS_7Request">download(_:destination:)</a>
274
- </code>
275
- </div>
276
- <div class="height-container">
277
- <div class="pointy-thing-container"></div>
278
- <section class="section instance-method">
279
- <div class="pointy-thing"></div>
280
- <div class="abstract">
281
- <p class="para">Creates a request for downloading from the resume data produced from a previous request cancellation.If <code>startRequestsImmediately</code> is <code>true</code>, the request will have <code>resume()</code> called before being returned.</p>
282
- </div>
283
- <div class="declaration">
284
- <h4>Declaration</h4>
285
-
286
- <div class="Swift">
287
- <p class="aside-title">Swift</p>
288
- <pre class="highlight"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">download</span><span class="p">(</span><span class="nv">resumeData</span><span class="p">:</span> <span class="kt">NSData</span><span class="p">,</span> <span class="nv">destination</span><span class="p">:</span> <span class="kt">Request</span><span class="o">.</span><span class="kt">DownloadFileDestination</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="kt">Request</span></code></pre>
289
-
290
- </div>
291
- </div>
292
- <div class="parameters">
293
- <h4>Parameters</h4>
294
- <table class="graybox" border="0" cellspacing="0" cellpadding="5">
295
- <tbody>
296
- <tr>
297
- <td scope="row">
298
- <code>
299
- <em class="term">resumeData</em>
300
- </code>
301
- </td>
302
- <td>
303
- <div class="definition">
304
- <p class="para">The resume data. This is an opaque data blob produced by <code>NSURLSessionDownloadTask</code> when a task is cancelled. See <code>NSURLSession -downloadTaskWithResumeData:</code> for additional information.</p>
305
- </div>
306
- </td>
307
- </tr>
308
- <tr>
309
- <td scope="row">
310
- <code>
311
- <em class="term">destination</em>
312
- </code>
313
- </td>
314
- <td>
315
- <div class="definition">
316
- <p class="para">The closure used to determine the destination of the downloaded file.</p>
317
- </div>
318
- </td>
319
- </tr>
320
- </tbody>
321
- </table>
322
- </div>
323
- <div class="result-description">
324
- <h4>Return Value</h4>
325
- <p class="para">The created download request.</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#L1136">Show on GitHub</a>
329
- </div>
330
- </section>
331
- </div>
332
- </li>
333
- </ul>
334
- </div>
335
- </section>
336
- </section>
337
- <section id="footer">
338
- <p class="copyright">&copy; YYYY <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
339
- <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>
340
- </section>
341
- </article>
342
- </div>
343
- </body>
344
- </div>
345
- </html>
@@ -1,369 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <title>Request Extension Reference</title>
5
- <link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
6
- <link rel="stylesheet" type="text/css" href="../css/highlight.css" />
7
- <meta charset='utf-8'>
8
- <script type="text/javascript">
9
- window.jazzy = {'docset': false}
10
- if (typeof window.dash != 'undefined') {
11
- document.documentElement.className += ' dash'
12
- window.jazzy.docset = true
13
- }
14
- if (navigator.userAgent.match(/xcode/i)) {
15
- document.documentElement.className += ' xcode'
16
- window.jazzy.docset = true
17
- }
18
- </script>
19
- <script src="../js/jquery.min.js" defer></script>
20
- <script src="../js/jazzy.js" defer></script>
21
- </head>
22
- <body id="reference" class="Swift">
23
- <a name="//apple_ref/swift/Extension/Request" class="dashAnchor"></a>
24
- <a title="Request Extension Reference"></a>
25
- <header>
26
- <div class="content-wrapper">
27
- <p class="header-text"><a href="../index.html">Alamofire Docs</a> (83% documented)</p>
28
- <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>
29
- <p id="header-links"><a href="dash-feed://http%3A%2F%2Fstatic%2Erealm%2Eio%2Fjazzy_demo%2FAlamofire%2Fdocsets%2FAlamofire%2Exml"><img id="header-icon" src="../img/dash.png" height="16px" width="16px" />Install in Dash</a></p>
30
- </div>
31
- </header>
32
- <section id="valence">
33
- <div class="content-wrapper">
34
- <p id="hierarchial_navigation">
35
- <a href="../index.html" id="design_resources_link">Alamofire Reference</a>
36
- <img id="carat" src="../img/carat.png" height="10px" width="6px" />
37
- Request Extension Reference
38
- </p>
39
- </div>
40
- </section>
41
- <div class="content-wrapper">
42
- <nav class="book-parts">
43
- <ul class="nav-parts">
44
- <li class="part-name tasks">
45
- <a href="../Classes.html">Classes</a>
46
- <ul class="nav-chapters">
47
- <li class="nav-chapter">
48
- <a href="../Classes/Manager.html">Manager</a>
49
- </li>
50
- <li class="nav-chapter">
51
- <a href="../Classes/Request.html">Request</a>
52
- </li>
53
- </ul>
54
- </li>
55
- <li class="part-name tasks">
56
- <a href="../Global Variables.html">Global Variables</a>
57
- <ul class="nav-chapters">
58
- <li class="nav-chapter">
59
- <a href="../Global Variables.html#/s:v9Alamofire20AlamofireErrorDomainSS">AlamofireErrorDomain</a>
60
- </li>
61
- </ul>
62
- </li>
63
- <li class="part-name tasks">
64
- <a href="../Enums.html">Enums</a>
65
- <ul class="nav-chapters">
66
- <li class="nav-chapter">
67
- <a href="../Enums.html#/s:O9Alamofire6Method">Method</a>
68
- </li>
69
- <li class="nav-chapter">
70
- <a href="../Enums/ParameterEncoding.html">ParameterEncoding</a>
71
- </li>
72
- </ul>
73
- </li>
74
- <li class="part-name tasks">
75
- <a href="../Extensions.html">Extensions</a>
76
- <ul class="nav-chapters">
77
- <li class="nav-chapter">
78
- <a href="../Extensions/Manager.html">Manager</a>
79
- </li>
80
- <li class="nav-chapter">
81
- <a href="../Extensions/Manager.html">Manager</a>
82
- </li>
83
- <li class="nav-chapter">
84
- <a href="../Extensions.html#/c:objc(cs)NSURLRequest">NSURLRequest</a>
85
- </li>
86
- <li class="nav-chapter">
87
- <a href="../Extensions.html#/c:objc(cs)NSURLRequest">NSURLRequest</a>
88
- </li>
89
- <li class="nav-chapter">
90
- <a href="../Extensions.html#/s:C9Alamofire7Request">Request</a>
91
- </li>
92
- <li class="nav-chapter">
93
- <a href="../Extensions/Request.html">Request</a>
94
- </li>
95
- <li class="nav-chapter">
96
- <a href="../Extensions/Request.html">Request</a>
97
- </li>
98
- <li class="nav-chapter">
99
- <a href="../Extensions/Request.html">Request</a>
100
- </li>
101
- <li class="nav-chapter">
102
- <a href="../Extensions/Request.html">Request</a>
103
- </li>
104
- <li class="nav-chapter">
105
- <a href="../Extensions/Request.html">Request</a>
106
- </li>
107
- <li class="nav-chapter">
108
- <a href="../Extensions/Request.html">Request</a>
109
- </li>
110
- <li class="nav-chapter">
111
- <a href="../Extensions/Request.html">Request</a>
112
- </li>
113
- <li class="nav-chapter">
114
- <a href="../Extensions.html#/s:SS">String</a>
115
- </li>
116
- </ul>
117
- </li>
118
- <li class="part-name tasks">
119
- <a href="../Functions.html">Functions</a>
120
- <ul class="nav-chapters">
121
- <li class="nav-chapter">
122
- <a href="../Functions.html#/s:F9Alamofire8downloadFTPS_21URLRequestConvertible_FTCSo5NSURLCSo17NSHTTPURLResponse_S1__CS_7Request">download(_:_:)</a>
123
- </li>
124
- <li class="nav-chapter">
125
- <a href="../Functions.html#/s:F9Alamofire8downloadFTOS_6MethodPS_20URLStringConvertible_FTCSo5NSURLCSo17NSHTTPURLResponse_S2__CS_7Request">download(_:_:_:)</a>
126
- </li>
127
- <li class="nav-chapter">
128
- <a href="../Functions.html#/s:F9Alamofire8downloadFT10resumeDataCSo6NSDataFTCSo5NSURLCSo17NSHTTPURLResponse_S1__CS_7Request">download(resumeData:_:)</a>
129
- </li>
130
- <li class="nav-chapter">
131
- <a href="../Functions.html#/s:F9Alamofire7requestFPS_21URLRequestConvertible_CS_7Request">request(_:)</a>
132
- </li>
133
- <li class="nav-chapter">
134
- <a href="../Functions.html#/s:F9Alamofire7requestFTOS_6MethodPS_20URLStringConvertible_10parametersGSqGVSs10DictionarySSPSs9AnyObject___8encodingOS_17ParameterEncoding_CS_7Request">request(_:_:parameters:encoding:)</a>
135
- </li>
136
- <li class="nav-chapter">
137
- <a href="../Functions.html#/s:F9Alamofire6uploadFTPS_21URLRequestConvertible_CSo6NSData_CS_7Request">upload(_:_:)</a>
138
- </li>
139
- <li class="nav-chapter">
140
- <a href="../Functions.html#/s:F9Alamofire6uploadFTPS_21URLRequestConvertible_CSo13NSInputStream_CS_7Request">upload(_:_:)</a>
141
- </li>
142
- <li class="nav-chapter">
143
- <a href="../Functions.html#/s:F9Alamofire6uploadFTPS_21URLRequestConvertible_CSo5NSURL_CS_7Request">upload(_:_:)</a>
144
- </li>
145
- <li class="nav-chapter">
146
- <a href="../Functions.html#/s:F9Alamofire6uploadFTOS_6MethodPS_20URLStringConvertible_CSo13NSInputStream_CS_7Request">upload(_:_:_:)</a>
147
- </li>
148
- <li class="nav-chapter">
149
- <a href="../Functions.html#/s:F9Alamofire6uploadFTOS_6MethodPS_20URLStringConvertible_CSo5NSURL_CS_7Request">upload(_:_:_:)</a>
150
- </li>
151
- <li class="nav-chapter">
152
- <a href="../Functions.html#/s:F9Alamofire6uploadFTOS_6MethodPS_20URLStringConvertible_CSo6NSData_CS_7Request">upload(_:_:_:)</a>
153
- </li>
154
- </ul>
155
- </li>
156
- <li class="part-name tasks">
157
- <a href="../Protocols.html">Protocols</a>
158
- <ul class="nav-chapters">
159
- <li class="nav-chapter">
160
- <a href="../Protocols/URLRequestConvertible.html">URLRequestConvertible</a>
161
- </li>
162
- <li class="nav-chapter">
163
- <a href="../Protocols/URLStringConvertible.html">URLStringConvertible</a>
164
- </li>
165
- </ul>
166
- </li>
167
- </ul>
168
- </nav>
169
- <div class="pixel-line"></div>
170
- <div class="rubber-band-gap"></div>
171
- <article class="chapter">
172
- <a name="/"></a>
173
- <h1 class="chapter-name">Request</h1>
174
- <section>
175
- <section class="section">
176
- <p class="para">Responsible for sending a request and receiving the response and associated data from the server, as well as managing its underlying <code>NSURLSessionTask</code>.</p>
177
- </section>
178
- <section class="section task-group-section">
179
- <div class="task-group">
180
- <div class="task-name-container">
181
-
182
- <a name="/Unnamed"></a>
183
-
184
- </div>
185
- <ul class="task-group-list">
186
- <li class="item symbol">
187
- <div class="task-group-term">
188
- <code>
189
- <a name="/s:FC9Alamofire7Request30propertyListResponseSerializerFMS0_FT7optionsSi_FTCSo12NSURLRequestGSqCSo17NSHTTPURLResponse_GSqCSo6NSData__TGSqPSs9AnyObject__GSqCSo7NSError__">
190
- <a name="//apple_ref/swift/Method/propertyListResponseSerializer(options:)" class="dashAnchor"></a>
191
- <a class="x-instance-method Swift" href="#/s:FC9Alamofire7Request30propertyListResponseSerializerFMS0_FT7optionsSi_FTCSo12NSURLRequestGSqCSo17NSHTTPURLResponse_GSqCSo6NSData__TGSqPSs9AnyObject__GSqCSo7NSError__">propertyListResponseSerializer(options:)</a>
192
- </code>
193
- </div>
194
- <div class="height-container">
195
- <div class="pointy-thing-container"></div>
196
- <section class="section instance-method">
197
- <div class="pointy-thing"></div>
198
- <div class="abstract">
199
- <p class="para">Creates a response serializer that returns an object constructed from the response data using <code>NSPropertyListSerialization</code> with the specified reading options.</p>
200
- </div>
201
- <div class="declaration">
202
- <h4>Declaration</h4>
203
-
204
- <div class="Swift">
205
- <p class="aside-title">Swift</p>
206
- <pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kd">func</span> <span class="nf">propertyListResponseSerializer</span><span class="p">(</span><span class="nv">options</span><span class="p">:</span> <span class="kt">NSPropertyListReadOptions</span> <span class="o">=</span> <span class="mi">0</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="kt">Serializer</span></code></pre>
207
-
208
- </div>
209
- </div>
210
- <div class="parameters">
211
- <h4>Parameters</h4>
212
- <table class="graybox" border="0" cellspacing="0" cellpadding="5">
213
- <tbody>
214
- <tr>
215
- <td scope="row">
216
- <code>
217
- <em class="term">options</em>
218
- </code>
219
- </td>
220
- <td>
221
- <div class="definition">
222
- <p class="para">The property list reading options. <code>0</code> by default.</p>
223
- </div>
224
- </td>
225
- </tr>
226
- </tbody>
227
- </table>
228
- </div>
229
- <div class="result-description">
230
- <h4>Return Value</h4>
231
- <p class="para">A property list object response serializer.</p>
232
- </div>
233
- <div class="result-description view-on-github">
234
- <a href="https://github.com/Alamofire/Alamofire/blob/1.1.0/Source/Alamofire.swift#L1401">Show on GitHub</a>
235
- </div>
236
- </section>
237
- </div>
238
- </li>
239
- <li class="item symbol">
240
- <div class="task-group-term">
241
- <code>
242
- <a name="/s:FC9Alamofire7Request20responsePropertyListFDS0_FFTCSo12NSURLRequestGSqCSo17NSHTTPURLResponse_GSqPSs9AnyObject__GSqCSo7NSError__T_DS0_">
243
- <a name="//apple_ref/swift/Method/responsePropertyList(_:)" class="dashAnchor"></a>
244
- <a class="x-instance-method Swift" href="#/s:FC9Alamofire7Request20responsePropertyListFDS0_FFTCSo12NSURLRequestGSqCSo17NSHTTPURLResponse_GSqPSs9AnyObject__GSqCSo7NSError__T_DS0_">responsePropertyList(_:)</a>
245
- </code>
246
- </div>
247
- <div class="height-container">
248
- <div class="pointy-thing-container"></div>
249
- <section class="section instance-method">
250
- <div class="pointy-thing"></div>
251
- <div class="abstract">
252
- <p class="para">Adds a handler to be called once the request has finished.</p>
253
- </div>
254
- <div class="declaration">
255
- <h4>Declaration</h4>
256
-
257
- <div class="Swift">
258
- <p class="aside-title">Swift</p>
259
- <pre class="highlight"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">responsePropertyList</span><span class="p">(</span><span class="nv">completionHandler</span><span class="p">:</span> <span class="p">(</span><span class="kt">NSURLRequest</span><span class="p">,</span> <span class="kt">NSHTTPURLResponse</span><span class="p">?,</span> <span class="kt">AnyObject</span><span class="p">?,</span> <span class="kt">NSError</span><span class="p">?)</span> <span class="o">-&gt;</span> <span class="kt">Void</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="k">Self</span></code></pre>
260
-
261
- </div>
262
- </div>
263
- <div class="parameters">
264
- <h4>Parameters</h4>
265
- <table class="graybox" border="0" cellspacing="0" cellpadding="5">
266
- <tbody>
267
- <tr>
268
- <td scope="row">
269
- <code>
270
- <em class="term">completionHandler</em>
271
- </code>
272
- </td>
273
- <td>
274
- <div class="definition">
275
- <p class="para">A closure to be executed once the request has finished. The closure takes 4 arguments: the URL request, the URL response, if one was received, the property list, if one could be created from the URL response and data, and any error produced while creating the property list.</p>
276
- </div>
277
- </td>
278
- </tr>
279
- </tbody>
280
- </table>
281
- </div>
282
- <div class="result-description">
283
- <h4>Return Value</h4>
284
- <p class="para">The request.</p>
285
- </div>
286
- <div class="result-description view-on-github">
287
- <a href="https://github.com/Alamofire/Alamofire/blob/1.1.0/Source/Alamofire.swift#L1421">Show on GitHub</a>
288
- </div>
289
- </section>
290
- </div>
291
- </li>
292
- <li class="item symbol">
293
- <div class="task-group-term">
294
- <code>
295
- <a name="/s:FC9Alamofire7Request20responsePropertyListFDS0_FT7optionsSi17completionHandlerFTCSo12NSURLRequestGSqCSo17NSHTTPURLResponse_GSqPSs9AnyObject__GSqCSo7NSError__T__DS0_">
296
- <a name="//apple_ref/swift/Method/responsePropertyList(options:completionHandler:)" class="dashAnchor"></a>
297
- <a class="x-instance-method Swift" href="#/s:FC9Alamofire7Request20responsePropertyListFDS0_FT7optionsSi17completionHandlerFTCSo12NSURLRequestGSqCSo17NSHTTPURLResponse_GSqPSs9AnyObject__GSqCSo7NSError__T__DS0_">responsePropertyList(options:completionHandler:)</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">Adds a handler to be called once the request has finished.</p>
306
- </div>
307
- <div class="declaration">
308
- <h4>Declaration</h4>
309
-
310
- <div class="Swift">
311
- <p class="aside-title">Swift</p>
312
- <pre class="highlight"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">responsePropertyList</span><span class="p">(</span><span class="nv">options</span><span class="p">:</span> <span class="kt">NSPropertyListReadOptions</span> <span class="o">=</span> <span class="mi">0</span><span class="p">,</span> <span class="nv">completionHandler</span><span class="p">:</span> <span class="p">(</span><span class="kt">NSURLRequest</span><span class="p">,</span> <span class="kt">NSHTTPURLResponse</span><span class="p">?,</span> <span class="kt">AnyObject</span><span class="p">?,</span> <span class="kt">NSError</span><span class="p">?)</span> <span class="o">-&gt;</span> <span class="kt">Void</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="k">Self</span></code></pre>
313
-
314
- </div>
315
- </div>
316
- <div class="parameters">
317
- <h4>Parameters</h4>
318
- <table class="graybox" border="0" cellspacing="0" cellpadding="5">
319
- <tbody>
320
- <tr>
321
- <td scope="row">
322
- <code>
323
- <em class="term">options</em>
324
- </code>
325
- </td>
326
- <td>
327
- <div class="definition">
328
- <p class="para">The property list reading options. <code>0</code> by default.</p>
329
- </div>
330
- </td>
331
- </tr>
332
- <tr>
333
- <td scope="row">
334
- <code>
335
- <em class="term">completionHandler</em>
336
- </code>
337
- </td>
338
- <td>
339
- <div class="definition">
340
- <p class="para">A closure to be executed once the request has finished. The closure takes 4 arguments: the URL request, the URL response, if one was received, the property list, if one could be created from the URL response and data, and any error produced while creating the property list.</p>
341
- </div>
342
- </td>
343
- </tr>
344
- </tbody>
345
- </table>
346
- </div>
347
- <div class="result-description">
348
- <h4>Return Value</h4>
349
- <p class="para">The request.</p>
350
- </div>
351
- <div class="result-description view-on-github">
352
- <a href="https://github.com/Alamofire/Alamofire/blob/1.1.0/Source/Alamofire.swift#L1433">Show on GitHub</a>
353
- </div>
354
- </section>
355
- </div>
356
- </li>
357
- </ul>
358
- </div>
359
- </section>
360
- </section>
361
- <section id="footer">
362
- <p class="copyright">&copy; YYYY <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
363
- <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>
364
- </section>
365
- </article>
366
- </div>
367
- </body>
368
- </div>
369
- </html>