-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathPlug.Wrapper.html
More file actions
108 lines (66 loc) · 2.86 KB
/
Plug.Wrapper.html
File metadata and controls
108 lines (66 loc) · 2.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html>
<head>
<title>Plug.Wrapper</title>
<meta charset="utf-8">
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
<script type="text/javascript" charset="utf-8">
relpath = '';
if (relpath != '') relpath += '/';
</script>
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
</head>
<body>
<script type="text/javascript" charset="utf-8">
if (window.top.frames.main) document.body.className = 'frames';
</script>
<div id="content">
<div class="breadcrumbs">plug v0.5.1 → <a href="overview.html">Overview</a> → <a href="Plug.html">Plug</a> → <a href="Plug.Wrapper.html">Wrapper</a></div>
<h1>
Plug.Wrapper
<small>behaviour</small>
</h1>
<ul class="summary_links">
<li><a href="#callbacks_details">Callbacks</a></li>
</ul>
<div id="moduledoc" class="docstring">
<p>Definition of a plug wrapper.</p>
<p>For more information about wrappers, check out the docs in the <a href="Plug.html"><code>Plug</code></a> module.</p>
</div>
<div id="callbacks_details" class="details_list">
<h2>Callbacks</h2>
<div class="detail">
<div class="detail_header" id="init/1">
<span class="signature"><strong>init/1</strong></span>
<div class="detail_header_links">
<span class="detail_type">(callback)</span>
<a href="#init/1" class="detail_link" title="Link to this callback">#</a>
<a class="to_top_link" href="#content" title="To the top of the page">↑</a>
</div>
</div>
<p>Specs:</p>
<ul class="spec">
<li>init(<a href="Plug.html#t:opts/0">Plug.opts</a>) :: <a href="Plug.html#t:opts/0">Plug.opts</a></li>
</ul>
<div class="docstring"></div>
</div>
<div class="detail">
<div class="detail_header" id="wrap/3">
<span class="signature"><strong>wrap/3</strong></span>
<div class="detail_header_links">
<span class="detail_type">(callback)</span>
<a href="#wrap/3" class="detail_link" title="Link to this callback">#</a>
<a class="to_top_link" href="#content" title="To the top of the page">↑</a>
</div>
</div>
<p>Specs:</p>
<ul class="spec">
<li>wrap(<a href="Plug.Conn.html#t:t/0">Plug.Conn.t</a>, <a href="Plug.html#t:opts/0">Plug.opts</a>, (<a href="Plug.Conn.html#t:t/0">Plug.Conn.t</a> -> <a href="Plug.Conn.html#t:t/0">Plug.Conn.t</a>)) :: <a href="Plug.Conn.html#t:t/0">Plug.Conn.t</a></li>
</ul>
<div class="docstring"></div>
</div>
</div>
</div>
</body>
</html>