jazzy 0.0.20 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitmodules +6 -3
- data/.travis.yml +1 -1
- data/CHANGELOG.md +23 -1
- data/Gemfile.lock +41 -5
- data/Rakefile +21 -0
- data/jazzy.gemspec +1 -0
- data/lib/jazzy/assets/css/jazzy.css.scss +26 -0
- data/lib/jazzy/config.rb +29 -0
- data/lib/jazzy/doc_builder.rb +17 -9
- data/lib/jazzy/docset_builder.rb +13 -4
- data/lib/jazzy/gem_version.rb +1 -1
- data/lib/jazzy/jazzy_markdown.rb +2 -1
- data/lib/jazzy/podspec_documenter.rb +109 -0
- data/lib/jazzy/readme_generator.rb +33 -6
- data/lib/jazzy/sourcekitten.rb +15 -2
- data/lib/jazzy/sourcekitten/Commandant.framework/Commandant +0 -0
- data/lib/jazzy/sourcekitten/Commandant.framework/Versions/A/Commandant +0 -0
- data/lib/jazzy/sourcekitten/Commandant.framework/Versions/A/Modules/Commandant.swiftmodule/x86_64.swiftdoc +0 -0
- data/lib/jazzy/sourcekitten/Commandant.framework/Versions/A/Modules/Commandant.swiftmodule/x86_64.swiftmodule +0 -0
- data/lib/jazzy/sourcekitten/Commandant.framework/Versions/A/Modules/module.modulemap +10 -0
- data/{spec/integration_specs/misc_jazzy_features/before/MiscJazzyFeatures → lib/jazzy/sourcekitten/Commandant.framework/Versions/A/Resources}/Info.plist +21 -7
- data/lib/jazzy/sourcekitten/LlamaKit.framework/LlamaKit +0 -0
- data/lib/jazzy/sourcekitten/LlamaKit.framework/Versions/A/LlamaKit +0 -0
- data/lib/jazzy/sourcekitten/LlamaKit.framework/Versions/A/Modules/LlamaKit.swiftmodule/x86_64.swiftdoc +0 -0
- data/lib/jazzy/sourcekitten/LlamaKit.framework/Versions/A/Modules/LlamaKit.swiftmodule/x86_64.swiftmodule +0 -0
- data/lib/jazzy/sourcekitten/LlamaKit.framework/Versions/A/Modules/module.modulemap +10 -0
- data/lib/jazzy/sourcekitten/LlamaKit.framework/Versions/A/Resources/Info.plist +47 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/SourceKittenFramework +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/SwiftXPC +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Versions/A/Modules/SwiftXPC.swiftmodule/x86_64.swiftdoc +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Versions/A/Modules/SwiftXPC.swiftmodule/x86_64.swiftmodule +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Versions/A/Modules/module.modulemap +10 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Versions/A/Resources/Info.plist +42 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Versions/A/SwiftXPC +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftCore.dylib +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftCoreGraphics.dylib +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftDarwin.dylib +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftDispatch.dylib +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftFoundation.dylib +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftObjectiveC.dylib +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftSecurity.dylib +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Modules/SourceKittenFramework.swiftmodule/x86_64.swiftdoc +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Modules/SourceKittenFramework.swiftmodule/x86_64.swiftmodule +0 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Modules/module.modulemap +10 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/Resources/Info.plist +42 -0
- data/lib/jazzy/sourcekitten/SourceKittenFramework.framework/Versions/A/SourceKittenFramework +0 -0
- data/lib/jazzy/sourcekitten/sourcekitten +0 -0
- data/spec/integration_spec.rb +6 -0
- metadata +50 -122
- data/bin/sourcekitten +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/Classes.html +0 -268
- data/spec/integration_specs/document_alamofire/after/docs/Classes/Manager.html +0 -488
- data/spec/integration_specs/document_alamofire/after/docs/Classes/Request.html +0 -842
- data/spec/integration_specs/document_alamofire/after/docs/Enums.html +0 -258
- data/spec/integration_specs/document_alamofire/after/docs/Enums/ParameterEncoding.html +0 -383
- data/spec/integration_specs/document_alamofire/after/docs/Extensions.html +0 -703
- data/spec/integration_specs/document_alamofire/after/docs/Extensions/Manager.html +0 -345
- data/spec/integration_specs/document_alamofire/after/docs/Extensions/Request.html +0 -369
- data/spec/integration_specs/document_alamofire/after/docs/Functions.html +0 -1041
- data/spec/integration_specs/document_alamofire/after/docs/Global Variables.html +0 -227
- data/spec/integration_specs/document_alamofire/after/docs/Protocols.html +0 -276
- data/spec/integration_specs/document_alamofire/after/docs/Protocols/URLRequestConvertible.html +0 -228
- data/spec/integration_specs/document_alamofire/after/docs/Protocols/URLStringConvertible.html +0 -228
- data/spec/integration_specs/document_alamofire/after/docs/css/highlight.css +0 -202
- data/spec/integration_specs/document_alamofire/after/docs/css/jazzy.css +0 -708
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Info.plist +0 -20
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Classes.html +0 -268
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Classes/Manager.html +0 -488
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Classes/Request.html +0 -842
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Enums.html +0 -258
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Enums/ParameterEncoding.html +0 -383
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Extensions.html +0 -703
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Extensions/Manager.html +0 -345
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Extensions/Request.html +0 -369
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Functions.html +0 -1041
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Global Variables.html +0 -227
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Manager.html +0 -345
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/ParameterEncoding.html +0 -383
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Protocols.html +0 -276
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Protocols/URLRequestConvertible.html +0 -228
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Protocols/URLStringConvertible.html +0 -228
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/Request.html +0 -369
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/URLRequestConvertible.html +0 -228
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/URLStringConvertible.html +0 -228
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/carat.png +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/css/highlight.css +0 -202
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/css/jazzy.css +0 -708
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/dash.png +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/gh.png +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/highlight.css +0 -202
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/img/carat.png +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/img/dash.png +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/img/gh.png +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/index.html +0 -756
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/jazzy.css +0 -708
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/jazzy.js +0 -21
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/jquery.min.js +0 -4
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/js/jazzy.js +0 -21
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/js/jquery.min.js +0 -4
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/Documents/undocumented.txt +0 -18
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.docset/Contents/Resources/docSet.dsidx.csv +0 -80
- data/spec/integration_specs/document_alamofire/after/docs/docsets/Alamofire.xml +0 -1
- data/spec/integration_specs/document_alamofire/after/docs/img/carat.png +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/img/dash.png +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/img/gh.png +0 -0
- data/spec/integration_specs/document_alamofire/after/docs/index.html +0 -756
- data/spec/integration_specs/document_alamofire/after/docs/js/jazzy.js +0 -21
- data/spec/integration_specs/document_alamofire/after/docs/js/jquery.min.js +0 -4
- data/spec/integration_specs/document_alamofire/after/docs/undocumented.txt +0 -18
- data/spec/integration_specs/document_alamofire/after/execution_output.txt +0 -5
- data/spec/integration_specs/misc_jazzy_features/after/docs/Classes.html +0 -333
- data/spec/integration_specs/misc_jazzy_features/after/docs/Classes/ImplicitlyInternalTopLevelClass.html +0 -149
- data/spec/integration_specs/misc_jazzy_features/after/docs/Enums.html +0 -171
- data/spec/integration_specs/misc_jazzy_features/after/docs/Enums/DocumentedEnum.html +0 -149
- data/spec/integration_specs/misc_jazzy_features/after/docs/Global Variables.html +0 -152
- data/spec/integration_specs/misc_jazzy_features/after/docs/css/highlight.css +0 -202
- data/spec/integration_specs/misc_jazzy_features/after/docs/css/jazzy.css +0 -708
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Info.plist +0 -20
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Classes.html +0 -333
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Classes/ImplicitlyInternalTopLevelClass.html +0 -149
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/DocumentedEnum.html +0 -149
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Enums.html +0 -171
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Enums/DocumentedEnum.html +0 -149
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/Global Variables.html +0 -152
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/ImplicitlyInternalTopLevelClass.html +0 -149
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/carat.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/css/highlight.css +0 -202
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/css/jazzy.css +0 -708
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/dash.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/gh.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/highlight.css +0 -202
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/img/carat.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/img/dash.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/img/gh.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/index.html +0 -112
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/jazzy.css +0 -708
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/jazzy.js +0 -21
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/jquery.min.js +0 -4
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/js/jazzy.js +0 -21
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/js/jquery.min.js +0 -4
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/Documents/undocumented.txt +0 -3
- data/spec/integration_specs/misc_jazzy_features/after/docs/docsets/MiscJazzyFeatures.docset/Contents/Resources/docSet.dsidx.csv +0 -17
- data/spec/integration_specs/misc_jazzy_features/after/docs/img/carat.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/img/dash.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/img/gh.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/after/docs/index.html +0 -112
- data/spec/integration_specs/misc_jazzy_features/after/docs/js/jazzy.js +0 -21
- data/spec/integration_specs/misc_jazzy_features/after/docs/js/jquery.min.js +0 -4
- data/spec/integration_specs/misc_jazzy_features/after/docs/undocumented.txt +0 -3
- data/spec/integration_specs/misc_jazzy_features/after/execution_output.txt +0 -5
- data/spec/integration_specs/misc_jazzy_features/before/MiscJazzyFeatures.xcodeproj/project.pbxproj +0 -293
- data/spec/integration_specs/misc_jazzy_features/before/MiscJazzyFeatures.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
- data/spec/integration_specs/misc_jazzy_features/before/MiscJazzyFeatures/Classes.swift +0 -60
- data/spec/integration_specs/misc_jazzy_features/before/MiscJazzyFeatures/MiscJazzyFeatures.h +0 -10
- data/spec/integration_specs/misc_jazzy_features/before/docs/Classes.html +0 -317
- data/spec/integration_specs/misc_jazzy_features/before/docs/Classes/ImplicitlyInternalTopLevelClass.html +0 -138
- data/spec/integration_specs/misc_jazzy_features/before/docs/Enums.html +0 -155
- data/spec/integration_specs/misc_jazzy_features/before/docs/Enums/DocumentedEnum.html +0 -128
- data/spec/integration_specs/misc_jazzy_features/before/docs/Global Variables.html +0 -138
- data/spec/integration_specs/misc_jazzy_features/before/docs/css/jazzy.css +0 -609
- data/spec/integration_specs/misc_jazzy_features/before/docs/img/carat.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/before/docs/img/dash.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/before/docs/img/gh.png +0 -0
- data/spec/integration_specs/misc_jazzy_features/before/docs/index.html +0 -99
- data/spec/integration_specs/misc_jazzy_features/before/docs/js/jazzy.js +0 -15
- data/spec/integration_specs/misc_jazzy_features/before/docs/js/jquery.min.js +0 -4
@@ -1,227 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html lang="en">
|
3
|
-
<head>
|
4
|
-
<title>Global Variables 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="Global Variables 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
|
-
Global Variables 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">Global Variables</h1>
|
173
|
-
<section>
|
174
|
-
<section class="section">
|
175
|
-
<p class="para">The following global variables 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
|
-
|
181
|
-
<a name="/Unnamed"></a>
|
182
|
-
|
183
|
-
</div>
|
184
|
-
<ul class="task-group-list">
|
185
|
-
<li class="item symbol">
|
186
|
-
<div class="task-group-term">
|
187
|
-
<code>
|
188
|
-
<a name="/s:v9Alamofire20AlamofireErrorDomainSS">
|
189
|
-
<a name="//apple_ref/swift/Global/AlamofireErrorDomain" class="dashAnchor"></a>
|
190
|
-
<a class="x-instance-method Swift" href="#/s:v9Alamofire20AlamofireErrorDomainSS">AlamofireErrorDomain</a>
|
191
|
-
</code>
|
192
|
-
</div>
|
193
|
-
<div class="height-container">
|
194
|
-
<div class="pointy-thing-container"></div>
|
195
|
-
<section class="section instance-method">
|
196
|
-
<div class="pointy-thing"></div>
|
197
|
-
<div class="abstract">
|
198
|
-
<p class="para">Alamofire errors</p>
|
199
|
-
</div>
|
200
|
-
<div class="declaration">
|
201
|
-
<h4>Declaration</h4>
|
202
|
-
|
203
|
-
<div class="Swift">
|
204
|
-
<p class="aside-title">Swift</p>
|
205
|
-
<pre class="highlight"><code><span class="kd">public</span> <span class="k">let</span> <span class="nv">AlamofireErrorDomain</span> <span class="o">=</span> <span class="s">"com.alamofire.error"</span></code></pre>
|
206
|
-
|
207
|
-
</div>
|
208
|
-
</div>
|
209
|
-
<div class="result-description view-on-github">
|
210
|
-
<a href="https://github.com/Alamofire/Alamofire/blob/1.1.0/Source/Alamofire.swift#L26">Show on GitHub</a>
|
211
|
-
</div>
|
212
|
-
</section>
|
213
|
-
</div>
|
214
|
-
</li>
|
215
|
-
</ul>
|
216
|
-
</div>
|
217
|
-
</section>
|
218
|
-
</section>
|
219
|
-
<section id="footer">
|
220
|
-
<p class="copyright">© YYYY <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
|
221
|
-
<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>
|
222
|
-
</section>
|
223
|
-
</article>
|
224
|
-
</div>
|
225
|
-
</body>
|
226
|
-
</div>
|
227
|
-
</html>
|
@@ -1,276 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html lang="en">
|
3
|
-
<head>
|
4
|
-
<title>Protocols 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="Protocols 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
|
-
Protocols 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">Protocols</h1>
|
173
|
-
<section>
|
174
|
-
<section class="section">
|
175
|
-
<p class="para">The following protocols 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:P9Alamofire20URLStringConvertible">
|
193
|
-
<a name="//apple_ref/swift/Protocol/URLStringConvertible" class="dashAnchor"></a>
|
194
|
-
<a class="x-instance-method Swift" href="#/s:P9Alamofire20URLStringConvertible">URLStringConvertible</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">Types adopting the <code>URLStringConvertible</code> protocol can be used to construct URL strings, which are then used to construct URL requests.</p>
|
203
|
-
<a href="Protocols/URLStringConvertible.html" class="see-more">See more</a>
|
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">protocol</span> <span class="kt">URLStringConvertible</span></code></pre>
|
211
|
-
|
212
|
-
</div>
|
213
|
-
</div>
|
214
|
-
<div class="result-description view-on-github">
|
215
|
-
<a href="https://github.com/Alamofire/Alamofire/blob/1.1.0/Source/Alamofire.swift#L165">Show on GitHub</a>
|
216
|
-
</div>
|
217
|
-
</section>
|
218
|
-
</div>
|
219
|
-
</li>
|
220
|
-
</ul>
|
221
|
-
</div>
|
222
|
-
<div class="task-group">
|
223
|
-
<div class="task-name-container">
|
224
|
-
<hr/>
|
225
|
-
<a name="/URLRequestConvertible"></a>
|
226
|
-
<a name="//apple_ref/swift/Section/URLRequestConvertible" class="dashAnchor"></a>
|
227
|
-
<a href="#/URLRequestConvertible">
|
228
|
-
<h3 class="section-name">URLRequestConvertible</h3>
|
229
|
-
</a>
|
230
|
-
|
231
|
-
</div>
|
232
|
-
<ul class="task-group-list">
|
233
|
-
<li class="item symbol">
|
234
|
-
<div class="task-group-term">
|
235
|
-
<code>
|
236
|
-
<a name="/s:P9Alamofire21URLRequestConvertible">
|
237
|
-
<a name="//apple_ref/swift/Protocol/URLRequestConvertible" class="dashAnchor"></a>
|
238
|
-
<a class="x-instance-method Swift" href="#/s:P9Alamofire21URLRequestConvertible">URLRequestConvertible</a>
|
239
|
-
</code>
|
240
|
-
</div>
|
241
|
-
<div class="height-container">
|
242
|
-
<div class="pointy-thing-container"></div>
|
243
|
-
<section class="section instance-method">
|
244
|
-
<div class="pointy-thing"></div>
|
245
|
-
<div class="abstract">
|
246
|
-
<p class="para">Types adopting the <code>URLRequestConvertible</code> protocol can be used to construct URL requests.</p>
|
247
|
-
<a href="Protocols/URLRequestConvertible.html" class="see-more">See more</a>
|
248
|
-
</div>
|
249
|
-
<div class="declaration">
|
250
|
-
<h4>Declaration</h4>
|
251
|
-
|
252
|
-
<div class="Swift">
|
253
|
-
<p class="aside-title">Swift</p>
|
254
|
-
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">protocol</span> <span class="kt">URLRequestConvertible</span></code></pre>
|
255
|
-
|
256
|
-
</div>
|
257
|
-
</div>
|
258
|
-
<div class="result-description view-on-github">
|
259
|
-
<a href="https://github.com/Alamofire/Alamofire/blob/1.1.0/Source/Alamofire.swift#L199">Show on GitHub</a>
|
260
|
-
</div>
|
261
|
-
</section>
|
262
|
-
</div>
|
263
|
-
</li>
|
264
|
-
</ul>
|
265
|
-
</div>
|
266
|
-
</section>
|
267
|
-
</section>
|
268
|
-
<section id="footer">
|
269
|
-
<p class="copyright">© YYYY <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
|
270
|
-
<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>
|
271
|
-
</section>
|
272
|
-
</article>
|
273
|
-
</div>
|
274
|
-
</body>
|
275
|
-
</div>
|
276
|
-
</html>
|