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,703 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <title>Extensions 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 title="Extensions Reference"></a>
24
- <header>
25
- <div class="content-wrapper">
26
- <p class="header-text"><a href="index.html">Alamofire Docs</a> (83% documented)</p>
27
- <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>
28
- <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>
29
- </div>
30
- </header>
31
- <section id="valence">
32
- <div class="content-wrapper">
33
- <p id="hierarchial_navigation">
34
- <a href="index.html" id="design_resources_link">Alamofire Reference</a>
35
- <img id="carat" src="img/carat.png" height="10px" width="6px" />
36
- Extensions Reference
37
- </p>
38
- </div>
39
- </section>
40
- <div class="content-wrapper">
41
- <nav class="book-parts">
42
- <ul class="nav-parts">
43
- <li class="part-name tasks">
44
- <a href="Classes.html">Classes</a>
45
- <ul class="nav-chapters">
46
- <li class="nav-chapter">
47
- <a href="Classes/Manager.html">Manager</a>
48
- </li>
49
- <li class="nav-chapter">
50
- <a href="Classes/Request.html">Request</a>
51
- </li>
52
- </ul>
53
- </li>
54
- <li class="part-name tasks">
55
- <a href="Global Variables.html">Global Variables</a>
56
- <ul class="nav-chapters">
57
- <li class="nav-chapter">
58
- <a href="Global Variables.html#/s:v9Alamofire20AlamofireErrorDomainSS">AlamofireErrorDomain</a>
59
- </li>
60
- </ul>
61
- </li>
62
- <li class="part-name tasks">
63
- <a href="Enums.html">Enums</a>
64
- <ul class="nav-chapters">
65
- <li class="nav-chapter">
66
- <a href="Enums.html#/s:O9Alamofire6Method">Method</a>
67
- </li>
68
- <li class="nav-chapter">
69
- <a href="Enums/ParameterEncoding.html">ParameterEncoding</a>
70
- </li>
71
- </ul>
72
- </li>
73
- <li class="part-name tasks">
74
- <a href="Extensions.html">Extensions</a>
75
- <ul class="nav-chapters">
76
- <li class="nav-chapter">
77
- <a href="Extensions/Manager.html">Manager</a>
78
- </li>
79
- <li class="nav-chapter">
80
- <a href="Extensions/Manager.html">Manager</a>
81
- </li>
82
- <li class="nav-chapter">
83
- <a href="Extensions.html#/c:objc(cs)NSURLRequest">NSURLRequest</a>
84
- </li>
85
- <li class="nav-chapter">
86
- <a href="Extensions.html#/c:objc(cs)NSURLRequest">NSURLRequest</a>
87
- </li>
88
- <li class="nav-chapter">
89
- <a href="Extensions.html#/s:C9Alamofire7Request">Request</a>
90
- </li>
91
- <li class="nav-chapter">
92
- <a href="Extensions/Request.html">Request</a>
93
- </li>
94
- <li class="nav-chapter">
95
- <a href="Extensions/Request.html">Request</a>
96
- </li>
97
- <li class="nav-chapter">
98
- <a href="Extensions/Request.html">Request</a>
99
- </li>
100
- <li class="nav-chapter">
101
- <a href="Extensions/Request.html">Request</a>
102
- </li>
103
- <li class="nav-chapter">
104
- <a href="Extensions/Request.html">Request</a>
105
- </li>
106
- <li class="nav-chapter">
107
- <a href="Extensions/Request.html">Request</a>
108
- </li>
109
- <li class="nav-chapter">
110
- <a href="Extensions/Request.html">Request</a>
111
- </li>
112
- <li class="nav-chapter">
113
- <a href="Extensions.html#/s:SS">String</a>
114
- </li>
115
- </ul>
116
- </li>
117
- <li class="part-name tasks">
118
- <a href="Functions.html">Functions</a>
119
- <ul class="nav-chapters">
120
- <li class="nav-chapter">
121
- <a href="Functions.html#/s:F9Alamofire8downloadFTPS_21URLRequestConvertible_FTCSo5NSURLCSo17NSHTTPURLResponse_S1__CS_7Request">download(_:_:)</a>
122
- </li>
123
- <li class="nav-chapter">
124
- <a href="Functions.html#/s:F9Alamofire8downloadFTOS_6MethodPS_20URLStringConvertible_FTCSo5NSURLCSo17NSHTTPURLResponse_S2__CS_7Request">download(_:_:_:)</a>
125
- </li>
126
- <li class="nav-chapter">
127
- <a href="Functions.html#/s:F9Alamofire8downloadFT10resumeDataCSo6NSDataFTCSo5NSURLCSo17NSHTTPURLResponse_S1__CS_7Request">download(resumeData:_:)</a>
128
- </li>
129
- <li class="nav-chapter">
130
- <a href="Functions.html#/s:F9Alamofire7requestFPS_21URLRequestConvertible_CS_7Request">request(_:)</a>
131
- </li>
132
- <li class="nav-chapter">
133
- <a href="Functions.html#/s:F9Alamofire7requestFTOS_6MethodPS_20URLStringConvertible_10parametersGSqGVSs10DictionarySSPSs9AnyObject___8encodingOS_17ParameterEncoding_CS_7Request">request(_:_:parameters:encoding:)</a>
134
- </li>
135
- <li class="nav-chapter">
136
- <a href="Functions.html#/s:F9Alamofire6uploadFTPS_21URLRequestConvertible_CSo6NSData_CS_7Request">upload(_:_:)</a>
137
- </li>
138
- <li class="nav-chapter">
139
- <a href="Functions.html#/s:F9Alamofire6uploadFTPS_21URLRequestConvertible_CSo13NSInputStream_CS_7Request">upload(_:_:)</a>
140
- </li>
141
- <li class="nav-chapter">
142
- <a href="Functions.html#/s:F9Alamofire6uploadFTPS_21URLRequestConvertible_CSo5NSURL_CS_7Request">upload(_:_:)</a>
143
- </li>
144
- <li class="nav-chapter">
145
- <a href="Functions.html#/s:F9Alamofire6uploadFTOS_6MethodPS_20URLStringConvertible_CSo13NSInputStream_CS_7Request">upload(_:_:_:)</a>
146
- </li>
147
- <li class="nav-chapter">
148
- <a href="Functions.html#/s:F9Alamofire6uploadFTOS_6MethodPS_20URLStringConvertible_CSo5NSURL_CS_7Request">upload(_:_:_:)</a>
149
- </li>
150
- <li class="nav-chapter">
151
- <a href="Functions.html#/s:F9Alamofire6uploadFTOS_6MethodPS_20URLStringConvertible_CSo6NSData_CS_7Request">upload(_:_:_:)</a>
152
- </li>
153
- </ul>
154
- </li>
155
- <li class="part-name tasks">
156
- <a href="Protocols.html">Protocols</a>
157
- <ul class="nav-chapters">
158
- <li class="nav-chapter">
159
- <a href="Protocols/URLRequestConvertible.html">URLRequestConvertible</a>
160
- </li>
161
- <li class="nav-chapter">
162
- <a href="Protocols/URLStringConvertible.html">URLStringConvertible</a>
163
- </li>
164
- </ul>
165
- </li>
166
- </ul>
167
- </nav>
168
- <div class="pixel-line"></div>
169
- <div class="rubber-band-gap"></div>
170
- <article class="chapter">
171
- <a name="/"></a>
172
- <h1 class="chapter-name">Extensions</h1>
173
- <section>
174
- <section class="section">
175
- <p class="para">The following extensions are available globally.</p>
176
- </section>
177
- <section class="section task-group-section">
178
- <div class="task-group">
179
- <div class="task-name-container">
180
- <hr/>
181
- <a name="/URLStringConvertible"></a>
182
- <a name="//apple_ref/swift/Section/URLStringConvertible" class="dashAnchor"></a>
183
- <a href="#/URLStringConvertible">
184
- <h3 class="section-name">URLStringConvertible</h3>
185
- </a>
186
-
187
- </div>
188
- <ul class="task-group-list">
189
- <li class="item symbol">
190
- <div class="task-group-term">
191
- <code>
192
- <a name="/s:SS">
193
- <a name="//apple_ref/swift/Extension/String" class="dashAnchor"></a>
194
- <a class="x-instance-method Swift" href="#/s:SS">String</a>
195
- </code>
196
- </div>
197
- <div class="height-container">
198
- <div class="pointy-thing-container"></div>
199
- <section class="section instance-method">
200
- <div class="pointy-thing"></div>
201
- <div class="abstract">
202
- <p class="para">An arbitrary Unicode string value.Unicode-Correct ===============Swift strings are designed to be Unicode-correct. In particular, the APIs make it easy to write code that works correctly, and does not surprise end-users, regardless of where you venture in the Unicode character space. For example,<ul><li>The <code>==</code> operator checks for Unicode canonical equivalence, so two different representations of the same string will always compare equal.</li><li>String elements are <code>Characters</code> (Unicode extended grapheme clusters), a unit of text that is meaningful to most humans.</li></ul>Locale-Insensitive ==================The fundamental operations on Swift strings are not sensitive to locale settings. That&rsquo;s because, for example, the validity of a <code>Dictionary&lt;String, T&gt;</code> in a running program depends on a given string comparison having a single, stable result. Therefore, Swift always uses the default, un-tailored Unicode algorithms for basic string operations.Importing <code>Foundation</code> endows swift strings with the full power of the <code>NSString</code> API, which allows you to choose more complex locale-sensitive operations explicitly.Value Semantics ===============Each string variable, <code>let</code> binding, or stored property has an independent value, so mutations to the string are not observable through its copies::<blockquote>var a = <q>foo</q> var b = a b[b.endIndex.predecessor()] = <q>x</q> println(<q>a=\(a), b=\(b)</q>) // a=foo, b=fox</blockquote>Strings use Copy-on-Write so that their data is only copied lazily, upon mutation, when more than one string instance is using the same buffer. Therefore, the first in any sequence of mutating operations may cost <code>O(N)</code> time and space, where <code>N</code> is the length of the string&rsquo;s (unspecified) underlying representation,.Growth and Capacity ===================When a string&rsquo;s contiguous storage fills up, new storage must be allocated and characters must be moved to the new storage. <code>String</code> uses an exponential growth strategy that makes <code>append</code> a constant time operation <em>when amortized over many invocations</em>.Objective-C Bridge ==================<code>String</code> is bridged to Objective-C as <code>NSString</code>, and a <code>String</code> that originated in Objective-C may store its characters in an <code>NSString</code>. Since any arbitrary subclass of <code>NSSString</code> can become a <code>String</code>, there are no guarantees about representation or efficiency in this case. Since <code>NSString</code> is immutable, it is just as though the storage was shared by some copy: the first in any sequence of mutating operations causes elements to be copied into unique, contiguous storage which may cost <code>O(N)</code> time and space, where <code>N</code> is the length of the string representation (or more, if the underlying <code>NSString</code> is has unusual performance characteristics).</p>
203
- </div>
204
- <div class="declaration">
205
- <h4>Declaration</h4>
206
-
207
- <div class="Swift">
208
- <p class="aside-title">Swift</p>
209
- <pre class="highlight"><code><span class="kd">struct</span> <span class="kt">String</span></code></pre>
210
-
211
- </div>
212
- </div>
213
- </section>
214
- </div>
215
- </li>
216
- <li class="item symbol">
217
- <div class="task-group-term">
218
- <code>
219
- <a name="/c:objc(cs)NSURLRequest">
220
- <a name="//apple_ref/swift/Extension/NSURLRequest" class="dashAnchor"></a>
221
- <a class="x-instance-method Swift" href="#/c:objc(cs)NSURLRequest">NSURLRequest</a>
222
- </code>
223
- </div>
224
- <div class="height-container">
225
- <div class="pointy-thing-container"></div>
226
- <section class="section instance-method">
227
- <div class="pointy-thing"></div>
228
- <div class="abstract">
229
- <p class="para"> An NSURLRequest object represents a URL load request in a manner independent of protocol and URL scheme. NSURLRequest encapsulates two basic data elements about a URL load request: <ul> <li>The URL to load. <li>The policy to use when consulting the URL content cache made available by the implementation. </ul> In addition, NSURLRequest is designed to be extended to support protocol-specific data by adding categories to access a property object provided in an interface targeted at protocol implementors. <ul> <li>Protocol implementors should direct their attention to the NSURLRequestExtensibility category on NSURLRequest for more information on how to provide extensions on NSURLRequest to support protocol-specific request information. <li>Clients of this API who wish to create NSURLRequest objects to load URL content should consult the protocol-specific NSURLRequest categories that are available. The NSHTTPURLRequest category on NSURLRequest is an example. </ul> <p> Objects of this class are used to create NSURLConnection instances, which can are used to perform the load of a URL, or as input to the NSURLConnection class method which performs synchronous loads.</p>
230
- </div>
231
- <div class="declaration">
232
- <h4>Declaration</h4>
233
-
234
- <div class="Swift">
235
- <p class="aside-title">Swift</p>
236
- <pre class="highlight"><code><span class="err">@interface</span> <span class="kt">NSURLRequest</span>
237
- <span class="p">:</span> <span class="kt">NSObject</span> <span class="o">&lt;</span><span class="kt">NSSecureCoding</span><span class="p">,</span> <span class="kt">NSCopying</span><span class="p">,</span> <span class="kt">NSMutableCopying</span><span class="o">&gt;</span> <span class="p">{</span>
238
- <span class="kt">NSURLRequestInternal</span> <span class="o">*</span><span class="n">_internal</span><span class="p">;</span>
239
- <span class="p">}</span>
240
- <span class="err">@end</span></code></pre>
241
-
242
- </div>
243
- </div>
244
- </section>
245
- </div>
246
- </li>
247
- </ul>
248
- </div>
249
- <div class="task-group">
250
- <div class="task-name-container">
251
- <hr/>
252
- <a name="/URLRequestConvertible"></a>
253
- <a name="//apple_ref/swift/Section/URLRequestConvertible" class="dashAnchor"></a>
254
- <a href="#/URLRequestConvertible">
255
- <h3 class="section-name">URLRequestConvertible</h3>
256
- </a>
257
-
258
- </div>
259
- <ul class="task-group-list">
260
- <li class="item symbol">
261
- <div class="task-group-term">
262
- <code>
263
- <a name="/c:objc(cs)NSURLRequest">
264
- <a name="//apple_ref/swift/Extension/NSURLRequest" class="dashAnchor"></a>
265
- <a class="x-instance-method Swift" href="#/c:objc(cs)NSURLRequest">NSURLRequest</a>
266
- </code>
267
- </div>
268
- <div class="height-container">
269
- <div class="pointy-thing-container"></div>
270
- <section class="section instance-method">
271
- <div class="pointy-thing"></div>
272
- <div class="abstract">
273
- <p class="para"> An NSURLRequest object represents a URL load request in a manner independent of protocol and URL scheme. NSURLRequest encapsulates two basic data elements about a URL load request: <ul> <li>The URL to load. <li>The policy to use when consulting the URL content cache made available by the implementation. </ul> In addition, NSURLRequest is designed to be extended to support protocol-specific data by adding categories to access a property object provided in an interface targeted at protocol implementors. <ul> <li>Protocol implementors should direct their attention to the NSURLRequestExtensibility category on NSURLRequest for more information on how to provide extensions on NSURLRequest to support protocol-specific request information. <li>Clients of this API who wish to create NSURLRequest objects to load URL content should consult the protocol-specific NSURLRequest categories that are available. The NSHTTPURLRequest category on NSURLRequest is an example. </ul> <p> Objects of this class are used to create NSURLConnection instances, which can are used to perform the load of a URL, or as input to the NSURLConnection class method which performs synchronous loads.</p>
274
- </div>
275
- <div class="declaration">
276
- <h4>Declaration</h4>
277
-
278
- <div class="Swift">
279
- <p class="aside-title">Swift</p>
280
- <pre class="highlight"><code><span class="err">@interface</span> <span class="kt">NSURLRequest</span>
281
- <span class="p">:</span> <span class="kt">NSObject</span> <span class="o">&lt;</span><span class="kt">NSSecureCoding</span><span class="p">,</span> <span class="kt">NSCopying</span><span class="p">,</span> <span class="kt">NSMutableCopying</span><span class="o">&gt;</span> <span class="p">{</span>
282
- <span class="kt">NSURLRequestInternal</span> <span class="o">*</span><span class="n">_internal</span><span class="p">;</span>
283
- <span class="p">}</span>
284
- <span class="err">@end</span></code></pre>
285
-
286
- </div>
287
- </div>
288
- </section>
289
- </div>
290
- </li>
291
- </ul>
292
- </div>
293
- <div class="task-group">
294
- <div class="task-name-container">
295
- <hr/>
296
- <a name="/Validation"></a>
297
- <a name="//apple_ref/swift/Section/Validation" class="dashAnchor"></a>
298
- <a href="#/Validation">
299
- <h3 class="section-name">Validation</h3>
300
- </a>
301
-
302
- </div>
303
- <ul class="task-group-list">
304
- <li class="item symbol">
305
- <div class="task-group-term">
306
- <code>
307
- <a name="/s:C9Alamofire7Request">
308
- <a name="//apple_ref/swift/Extension/Request" class="dashAnchor"></a>
309
- <a class="x-instance-method Swift" href="#/s:C9Alamofire7Request">Request</a>
310
- </code>
311
- </div>
312
- <div class="height-container">
313
- <div class="pointy-thing-container"></div>
314
- <section class="section instance-method">
315
- <div class="pointy-thing"></div>
316
- <div class="abstract">
317
- <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>
318
- <a href="Extensions/Request.html" class="see-more">See more</a>
319
- </div>
320
- <div class="declaration">
321
- <h4>Declaration</h4>
322
-
323
- <div class="Swift">
324
- <p class="aside-title">Swift</p>
325
- <pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">Request</span></code></pre>
326
-
327
- </div>
328
- </div>
329
- <div class="result-description view-on-github">
330
- <a href="https://github.com/Alamofire/Alamofire/blob/1.1.0/Source/Alamofire.swift#L522">Show on GitHub</a>
331
- </div>
332
- </section>
333
- </div>
334
- </li>
335
- </ul>
336
- </div>
337
- <div class="task-group">
338
- <div class="task-name-container">
339
- <hr/>
340
- <a name="/Upload"></a>
341
- <a name="//apple_ref/swift/Section/Upload" class="dashAnchor"></a>
342
- <a href="#/Upload">
343
- <h3 class="section-name">Upload</h3>
344
- </a>
345
-
346
- </div>
347
- <ul class="task-group-list">
348
- <li class="item symbol">
349
- <div class="task-group-term">
350
- <code>
351
- <a name="/s:C9Alamofire7Manager">
352
- <a name="//apple_ref/swift/Extension/Manager" class="dashAnchor"></a>
353
- <a class="x-instance-method Swift" href="#/s:C9Alamofire7Manager">Manager</a>
354
- </code>
355
- </div>
356
- <div class="height-container">
357
- <div class="pointy-thing-container"></div>
358
- <section class="section instance-method">
359
- <div class="pointy-thing"></div>
360
- <div class="abstract">
361
- <p class="para">Responsible for creating and managing <code>Request</code> objects, as well as their underlying <code>NSURLSession</code>.</p>
362
- <a href="Extensions/Manager.html" class="see-more">See more</a>
363
- </div>
364
- <div class="declaration">
365
- <h4>Declaration</h4>
366
-
367
- <div class="Swift">
368
- <p class="aside-title">Swift</p>
369
- <pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">Manager</span></code></pre>
370
-
371
- </div>
372
- </div>
373
- <div class="result-description view-on-github">
374
- <a href="https://github.com/Alamofire/Alamofire/blob/1.1.0/Source/Alamofire.swift#L215">Show on GitHub</a>
375
- </div>
376
- </section>
377
- </div>
378
- </li>
379
- <li class="item symbol">
380
- <div class="task-group-term">
381
- <code>
382
- <a name="/s:C9Alamofire7Request">
383
- <a name="//apple_ref/swift/Extension/Request" class="dashAnchor"></a>
384
- <a class="x-instance-method Swift" href="#/s:C9Alamofire7Request">Request</a>
385
- </code>
386
- </div>
387
- <div class="height-container">
388
- <div class="pointy-thing-container"></div>
389
- <section class="section instance-method">
390
- <div class="pointy-thing"></div>
391
- <div class="abstract">
392
- <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>
393
- </div>
394
- <div class="declaration">
395
- <h4>Declaration</h4>
396
-
397
- <div class="Swift">
398
- <p class="aside-title">Swift</p>
399
- <pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">Request</span></code></pre>
400
-
401
- </div>
402
- </div>
403
- <div class="result-description view-on-github">
404
- <a href="https://github.com/Alamofire/Alamofire/blob/1.1.0/Source/Alamofire.swift#L522">Show on GitHub</a>
405
- </div>
406
- </section>
407
- </div>
408
- </li>
409
- </ul>
410
- </div>
411
- <div class="task-group">
412
- <div class="task-name-container">
413
- <hr/>
414
- <a name="/Download"></a>
415
- <a name="//apple_ref/swift/Section/Download" class="dashAnchor"></a>
416
- <a href="#/Download">
417
- <h3 class="section-name">Download</h3>
418
- </a>
419
-
420
- </div>
421
- <ul class="task-group-list">
422
- <li class="item symbol">
423
- <div class="task-group-term">
424
- <code>
425
- <a name="/s:C9Alamofire7Manager">
426
- <a name="//apple_ref/swift/Extension/Manager" class="dashAnchor"></a>
427
- <a class="x-instance-method Swift" href="#/s:C9Alamofire7Manager">Manager</a>
428
- </code>
429
- </div>
430
- <div class="height-container">
431
- <div class="pointy-thing-container"></div>
432
- <section class="section instance-method">
433
- <div class="pointy-thing"></div>
434
- <div class="abstract">
435
- <p class="para">Responsible for creating and managing <code>Request</code> objects, as well as their underlying <code>NSURLSession</code>.</p>
436
- <a href="Extensions/Manager.html" class="see-more">See more</a>
437
- </div>
438
- <div class="declaration">
439
- <h4>Declaration</h4>
440
-
441
- <div class="Swift">
442
- <p class="aside-title">Swift</p>
443
- <pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">Manager</span></code></pre>
444
-
445
- </div>
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#L215">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:C9Alamofire7Request">
457
- <a name="//apple_ref/swift/Extension/Request" class="dashAnchor"></a>
458
- <a class="x-instance-method Swift" href="#/s:C9Alamofire7Request">Request</a>
459
- </code>
460
- </div>
461
- <div class="height-container">
462
- <div class="pointy-thing-container"></div>
463
- <section class="section instance-method">
464
- <div class="pointy-thing"></div>
465
- <div class="abstract">
466
- <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>
467
- <a href="Extensions/Request.html" class="see-more">See more</a>
468
- </div>
469
- <div class="declaration">
470
- <h4>Declaration</h4>
471
-
472
- <div class="Swift">
473
- <p class="aside-title">Swift</p>
474
- <pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">Request</span></code></pre>
475
-
476
- </div>
477
- </div>
478
- <div class="result-description view-on-github">
479
- <a href="https://github.com/Alamofire/Alamofire/blob/1.1.0/Source/Alamofire.swift#L522">Show on GitHub</a>
480
- </div>
481
- </section>
482
- </div>
483
- </li>
484
- </ul>
485
- </div>
486
- <div class="task-group">
487
- <div class="task-name-container">
488
- <hr/>
489
- <a name="/Printable"></a>
490
- <a name="//apple_ref/swift/Section/Printable" class="dashAnchor"></a>
491
- <a href="#/Printable">
492
- <h3 class="section-name">Printable</h3>
493
- </a>
494
-
495
- </div>
496
- <ul class="task-group-list">
497
- <li class="item symbol">
498
- <div class="task-group-term">
499
- <code>
500
- <a name="/s:C9Alamofire7Request">
501
- <a name="//apple_ref/swift/Extension/Request" class="dashAnchor"></a>
502
- <a class="x-instance-method Swift" href="#/s:C9Alamofire7Request">Request</a>
503
- </code>
504
- </div>
505
- <div class="height-container">
506
- <div class="pointy-thing-container"></div>
507
- <section class="section instance-method">
508
- <div class="pointy-thing"></div>
509
- <div class="abstract">
510
- <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>
511
- <a href="Extensions/Request.html" class="see-more">See more</a>
512
- </div>
513
- <div class="declaration">
514
- <h4>Declaration</h4>
515
-
516
- <div class="Swift">
517
- <p class="aside-title">Swift</p>
518
- <pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">Request</span></code></pre>
519
-
520
- </div>
521
- </div>
522
- <div class="result-description view-on-github">
523
- <a href="https://github.com/Alamofire/Alamofire/blob/1.1.0/Source/Alamofire.swift#L522">Show on GitHub</a>
524
- </div>
525
- </section>
526
- </div>
527
- </li>
528
- <li class="item symbol">
529
- <div class="task-group-term">
530
- <code>
531
- <a name="/s:C9Alamofire7Request">
532
- <a name="//apple_ref/swift/Extension/Request" class="dashAnchor"></a>
533
- <a class="x-instance-method Swift" href="#/s:C9Alamofire7Request">Request</a>
534
- </code>
535
- </div>
536
- <div class="height-container">
537
- <div class="pointy-thing-container"></div>
538
- <section class="section instance-method">
539
- <div class="pointy-thing"></div>
540
- <div class="abstract">
541
- <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>
542
- <a href="Extensions/Request.html" class="see-more">See more</a>
543
- </div>
544
- <div class="declaration">
545
- <h4>Declaration</h4>
546
-
547
- <div class="Swift">
548
- <p class="aside-title">Swift</p>
549
- <pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">Request</span></code></pre>
550
-
551
- </div>
552
- </div>
553
- <div class="result-description view-on-github">
554
- <a href="https://github.com/Alamofire/Alamofire/blob/1.1.0/Source/Alamofire.swift#L522">Show on GitHub</a>
555
- </div>
556
- </section>
557
- </div>
558
- </li>
559
- </ul>
560
- </div>
561
- <div class="task-group">
562
- <div class="task-name-container">
563
-
564
- <a name="/String"></a>
565
- <a name="//apple_ref/swift/Section/String" class="dashAnchor"></a>
566
- <a href="#/String">
567
- <h3 class="section-name">String</h3>
568
- </a>
569
-
570
- </div>
571
- <ul class="task-group-list">
572
- <li class="item symbol">
573
- <div class="task-group-term">
574
- <code>
575
- <a name="/s:C9Alamofire7Request">
576
- <a name="//apple_ref/swift/Extension/Request" class="dashAnchor"></a>
577
- <a class="x-instance-method Swift" href="#/s:C9Alamofire7Request">Request</a>
578
- </code>
579
- </div>
580
- <div class="height-container">
581
- <div class="pointy-thing-container"></div>
582
- <section class="section instance-method">
583
- <div class="pointy-thing"></div>
584
- <div class="abstract">
585
- <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>
586
- <a href="Extensions/Request.html" class="see-more">See more</a>
587
- </div>
588
- <div class="declaration">
589
- <h4>Declaration</h4>
590
-
591
- <div class="Swift">
592
- <p class="aside-title">Swift</p>
593
- <pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">Request</span></code></pre>
594
-
595
- </div>
596
- </div>
597
- <div class="result-description view-on-github">
598
- <a href="https://github.com/Alamofire/Alamofire/blob/1.1.0/Source/Alamofire.swift#L522">Show on GitHub</a>
599
- </div>
600
- </section>
601
- </div>
602
- </li>
603
- </ul>
604
- </div>
605
- <div class="task-group">
606
- <div class="task-name-container">
607
-
608
- <a name="/JSON"></a>
609
- <a name="//apple_ref/swift/Section/JSON" class="dashAnchor"></a>
610
- <a href="#/JSON">
611
- <h3 class="section-name">JSON</h3>
612
- </a>
613
-
614
- </div>
615
- <ul class="task-group-list">
616
- <li class="item symbol">
617
- <div class="task-group-term">
618
- <code>
619
- <a name="/s:C9Alamofire7Request">
620
- <a name="//apple_ref/swift/Extension/Request" class="dashAnchor"></a>
621
- <a class="x-instance-method Swift" href="#/s:C9Alamofire7Request">Request</a>
622
- </code>
623
- </div>
624
- <div class="height-container">
625
- <div class="pointy-thing-container"></div>
626
- <section class="section instance-method">
627
- <div class="pointy-thing"></div>
628
- <div class="abstract">
629
- <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>
630
- <a href="Extensions/Request.html" class="see-more">See more</a>
631
- </div>
632
- <div class="declaration">
633
- <h4>Declaration</h4>
634
-
635
- <div class="Swift">
636
- <p class="aside-title">Swift</p>
637
- <pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">Request</span></code></pre>
638
-
639
- </div>
640
- </div>
641
- <div class="result-description view-on-github">
642
- <a href="https://github.com/Alamofire/Alamofire/blob/1.1.0/Source/Alamofire.swift#L522">Show on GitHub</a>
643
- </div>
644
- </section>
645
- </div>
646
- </li>
647
- </ul>
648
- </div>
649
- <div class="task-group">
650
- <div class="task-name-container">
651
-
652
- <a name="/Property%20List"></a>
653
- <a name="//apple_ref/swift/Section/Property List" class="dashAnchor"></a>
654
- <a href="#/Property%20List">
655
- <h3 class="section-name">Property List</h3>
656
- </a>
657
-
658
- </div>
659
- <ul class="task-group-list">
660
- <li class="item symbol">
661
- <div class="task-group-term">
662
- <code>
663
- <a name="/s:C9Alamofire7Request">
664
- <a name="//apple_ref/swift/Extension/Request" class="dashAnchor"></a>
665
- <a class="x-instance-method Swift" href="#/s:C9Alamofire7Request">Request</a>
666
- </code>
667
- </div>
668
- <div class="height-container">
669
- <div class="pointy-thing-container"></div>
670
- <section class="section instance-method">
671
- <div class="pointy-thing"></div>
672
- <div class="abstract">
673
- <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>
674
- <a href="Extensions/Request.html" class="see-more">See more</a>
675
- </div>
676
- <div class="declaration">
677
- <h4>Declaration</h4>
678
-
679
- <div class="Swift">
680
- <p class="aside-title">Swift</p>
681
- <pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">Request</span></code></pre>
682
-
683
- </div>
684
- </div>
685
- <div class="result-description view-on-github">
686
- <a href="https://github.com/Alamofire/Alamofire/blob/1.1.0/Source/Alamofire.swift#L522">Show on GitHub</a>
687
- </div>
688
- </section>
689
- </div>
690
- </li>
691
- </ul>
692
- </div>
693
- </section>
694
- </section>
695
- <section id="footer">
696
- <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>
697
- <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>
698
- </section>
699
- </article>
700
- </div>
701
- </body>
702
- </div>
703
- </html>