summaryrefslogtreecommitdiffstats
path: root/docs/en/cowboy/2.7/manual/cowboy_http2/index.html
blob: a9b1caa756cac48170b3273b5539396c0b0ecc36 (plain) (blame)
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="">
    <meta name="author" content="Loïc Hoguin based on a design from (Soft10) Pol Cámara">

    <title>Nine Nines: cowboy_http2(3)</title>

    <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
    <link href="/css/99s.css?r=7" rel="stylesheet">

    <link rel="shortcut icon" href="/img/ico/favicon.ico">
    <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/img/ico/apple-touch-icon-114.png">
    <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/img/ico/apple-touch-icon-72.png">
    <link rel="apple-touch-icon-precomposed" href="/img/ico/apple-touch-icon-57.png">

    
</head>


<body class="">
  <header id="page-head">
    <div id="topbar" class="container">
        <div class="row">
          <div class="span2">
            <h1 id="logo"><a href="/" title="99s">99s</a></h1>
          </div>
          <div class="span10">
            
            <div id="side-header">
              <nav>
                <ul>
                  <li><a title="Hear my thoughts" href="/articles">Articles</a></li>
  				  <li><a title="Watch my talks" href="/talks">Talks</a></li>
  				  <li class="active"><a title="Read the docs" href="/docs">Documentation</a></li>
  				  <li><a title="Request my services" href="/services">Consulting & Training</a></li>
                </ul>
              </nav> 
              <ul id="social">
                <li>
                  <a href="https://github.com/ninenines" title="Check my Github repositories"><img src="/img/ico_github.png" data-hover="/img/ico_github_alt.png" alt="Github"></a>
                </li>
                    <li>
						<a title="Contact me" href="mailto:[email protected]"><img src="/img/ico_mail.png" data-hover="/img/ico_mail_alt.png"></a>
					</li>
              </ul>
            </div>
          </div>
        </div>
    </div>


</header>

<div id="contents" class="two_col">
<div class="container">
<div class="row">
<div id="docs" class="span9 maincol">

<h1 class="lined-header"><span>cowboy_http2(3)</span></h1>

<h2 id="_name">Name</h2>
<p>cowboy_http2 - HTTP/2</p>
<h2 id="_description">Description</h2>
<p>The module <code>cowboy_http2</code> implements HTTP/2 as a Ranch protocol.</p>
<h2 id="_options">Options</h2>
<!-- @todo Might be worth moving cowboy_clear/tls/stream_h options-->
<!-- to their respective manual, when they are added.-->
<div class="listingblock"><div class="content"><!-- Generator: GNU source-highlight 3.1.9
by Lorenzo Bettini
http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlite -->
<pre><tt><b><font color="#000000">opts</font></b>() <font color="#990000">::</font> #{
    <font color="#0000FF">connection_type</font>                <font color="#990000">=&gt;</font> <font color="#FF6600">worker</font> | <font color="#FF6600">supervisor</font>,
    <font color="#0000FF">connection_window_margin_size</font>  <font color="#990000">=&gt;</font> <font color="#993399">0</font><font color="#990000">..</font><font color="#993399">16#7fffffff</font>,
    <font color="#0000FF">connection_window_update_threshold</font> <font color="#990000">=&gt;</font> <font color="#993399">0</font><font color="#990000">..</font><font color="#993399">16#7fffffff</font>,
    <font color="#0000FF">enable_connect_protocol</font>        <font color="#990000">=&gt;</font> <b><font color="#000000">boolean</font></b>(),
    <font color="#0000FF">idle_timeout</font>                   <font color="#990000">=&gt;</font> <b><font color="#000000">timeout</font></b>(),
    <font color="#0000FF">inactivity_timeout</font>             <font color="#990000">=&gt;</font> <b><font color="#000000">timeout</font></b>(),
    <font color="#0000FF">initial_connection_window_size</font> <font color="#990000">=&gt;</font> <font color="#993399">65535</font><font color="#990000">..</font><font color="#993399">16#7fffffff</font>,
    <font color="#0000FF">initial_stream_window_size</font>     <font color="#990000">=&gt;</font> <font color="#993399">0</font><font color="#990000">..</font><font color="#993399">16#7fffffff</font>,
    <font color="#0000FF">logger</font>                         <font color="#990000">=&gt;</font> <b><font color="#000000">module</font></b>(),
    <font color="#0000FF">max_concurrent_streams</font>         <font color="#990000">=&gt;</font> <b><font color="#000000">non_neg_integer</font></b>() | <font color="#FF6600">infinity</font>,
    <font color="#0000FF">max_connection_buffer_size</font>     <font color="#990000">=&gt;</font> <b><font color="#000000">non_neg_integer</font></b>(),
    <font color="#0000FF">max_connection_window_size</font>     <font color="#990000">=&gt;</font> <font color="#993399">0</font><font color="#990000">..</font><font color="#993399">16#7fffffff</font>,
    <font color="#0000FF">max_decode_table_size</font>          <font color="#990000">=&gt;</font> <b><font color="#000000">non_neg_integer</font></b>(),
    <font color="#0000FF">max_encode_table_size</font>          <font color="#990000">=&gt;</font> <b><font color="#000000">non_neg_integer</font></b>(),
    <font color="#0000FF">max_frame_size_received</font>        <font color="#990000">=&gt;</font> <font color="#993399">16384</font><font color="#990000">..</font><font color="#993399">16777215</font>,
    <font color="#0000FF">max_frame_size_sent</font>            <font color="#990000">=&gt;</font> <font color="#993399">16384</font><font color="#990000">..</font><font color="#993399">16777215</font> | <font color="#FF6600">infinity</font>,
    <font color="#0000FF">max_received_frame_rate</font>        <font color="#990000">=&gt;</font> {<b><font color="#000000">pos_integer</font></b>(), <b><font color="#000000">timeout</font></b>()},
    <font color="#0000FF">max_reset_stream_rate</font>          <font color="#990000">=&gt;</font> {<b><font color="#000000">pos_integer</font></b>(), <b><font color="#000000">timeout</font></b>()},
    <font color="#0000FF">max_stream_buffer_size</font>         <font color="#990000">=&gt;</font> <b><font color="#000000">non_neg_integer</font></b>(),
    <font color="#0000FF">max_stream_window_size</font>         <font color="#990000">=&gt;</font> <font color="#993399">0</font><font color="#990000">..</font><font color="#993399">16#7fffffff</font>,
    <font color="#0000FF">preface_timeout</font>                <font color="#990000">=&gt;</font> <b><font color="#000000">timeout</font></b>(),
    <font color="#0000FF">proxy_header</font>                   <font color="#990000">=&gt;</font> <b><font color="#000000">boolean</font></b>(),
    <font color="#0000FF">sendfile</font>                       <font color="#990000">=&gt;</font> <b><font color="#000000">boolean</font></b>(),
    <font color="#0000FF">settings_timeout</font>               <font color="#990000">=&gt;</font> <b><font color="#000000">timeout</font></b>(),
    <font color="#0000FF">stream_handlers</font>                <font color="#990000">=&gt;</font> [<b><font color="#000000">module</font></b>()],
    <font color="#0000FF">stream_window_data_threshold</font>   <font color="#990000">=&gt;</font> <font color="#993399">0</font><font color="#990000">..</font><font color="#993399">16#7fffffff</font>,
    <font color="#0000FF">stream_window_margin_size</font>      <font color="#990000">=&gt;</font> <font color="#993399">0</font><font color="#990000">..</font><font color="#993399">16#7fffffff</font>,
    <font color="#0000FF">stream_window_update_threshold</font> <font color="#990000">=&gt;</font> <font color="#993399">0</font><font color="#990000">..</font><font color="#993399">16#7fffffff</font>
}</tt></pre>
</div></div>
<p>Configuration for the HTTP/2 protocol.</p>
<p>This configuration is passed to Cowboy when starting listeners using <code>cowboy:start_clear/3</code> or <code>cowboy:start_tls/3</code> functions.</p>
<p>It can be updated without restarting listeners using the Ranch functions <code>ranch:get_protocol_options/1</code> and <code>ranch:set_protocol_options/2</code>.</p>
<p>The default value is given next to the option name:</p>
<dl><dt>connection_type (supervisor)</dt>
<dd><p>Whether the connection process also acts as a supervisor.</p>
</dd>
<dt>connection_window_margin_size (65535)</dt>
<dd><p>Extra amount in bytes to be added to the window size when updating the connection window. This is used to ensure that there is always some space available in the window.</p>
</dd>
<dt>connection_window_update_threshold (163840)</dt>
<dd><p>The connection window will only get updated when its size becomes lower than this threshold, in bytes. This is to avoid sending too many <code>WINDOW_UPDATE</code> frames.</p>
</dd>
<dt>enable_connect_protocol (false)</dt>
<dd><p>Whether to enable the extended CONNECT method to allow protocols like Websocket to be used over an HTTP/2 stream. This option is experimental and disabled by default.</p>
</dd>
<dt>idle_timeout (60000)</dt>
<dd><p>Time in ms with no data received before Cowboy closes the connection.</p>
</dd>
<dt>inactivity_timeout (300000)</dt>
<dd><p>Time in ms with nothing received at all before Cowboy closes the connection.</p>
</dd>
<dt>initial_connection_window_size (65535)</dt>
<dd><p>Initial window size in bytes for the connection. This is the total amount of data (from request bodies for example) that may be buffered by the connection across all streams before the user code explicitly requests it.</p>
<p>Note that this value cannot be lower than the default.</p>
</dd>
<dt>initial_stream_window_size (65535)</dt>
<dd><p>Initial window size in bytes for new streams. This is the total amount of data (from request bodies for example) that may be buffered by a single stream before the user code explicitly requests it.</p>
</dd>
<dt>logger (error_logger)</dt>
<dd><p>The module that will be used to write log messages.</p>
</dd>
<dt>max_concurrent_streams (infinity)</dt>
<dd><p>Maximum number of concurrent streams allowed on the connection.</p>
</dd>
<dt>max_connection_buffer_size (16000000)</dt>
<dd><p>Maximum size of all stream buffers for this connection, in bytes. This is a soft limit used to apply backpressure to handlers that send data faster than the HTTP/2 connection allows.</p>
</dd>
<dt>max_connection_window_size (16#7fffffff)</dt>
<dd><p>Maximum connection window size in bytes. This is used as an upper bound when calculating the window size, either when reading the request body or receiving said body.</p>
</dd>
<dt>max_decode_table_size (4096)</dt>
<dd><p>Maximum header table size in bytes used by the decoder. This is the value advertised to the client. The client can then choose a header table size equal or lower to the advertised value.</p>
</dd>
<dt>max_encode_table_size (4096)</dt>
<dd><p>Maximum header table size in bytes used by the encoder. The server will compare this value to what the client advertises and choose the smallest one as the encoder&apos;s header table size.</p>
</dd>
<dt>max_frame_size_received (16384)</dt>
<dd><p>Maximum size in bytes of the frames received by the server. This value is advertised to the remote endpoint which can then decide to use any value lower or equal for its frame sizes.</p>
</dd>
<dt>max_frame_size_sent (infinity)</dt>
<dd><p>Maximum size in bytes of the frames sent by the server. This option allows setting an upper limit to the frame sizes instead of blindly following the client&apos;s advertised maximum.</p>
<p>Note that actual frame sizes may be lower than the limit when there is not enough space left in the flow control window.</p>
</dd>
<dt>max_received_frame_rate ({1000, 10000})</dt>
<dd><p>Maximum frame rate allowed per connection. The rate is expressed as a tuple <code>{NumFrames, TimeMs}</code> indicating how many frames are allowed over the given time period. This is similar to a supervisor restart intensity/period.</p>
</dd>
<dt>max_reset_stream_rate ({10, 10000})</dt>
<dd><p>Maximum reset stream rate per connection. This can be used to protect against misbehaving or malicious peers that do not follow the protocol, leading to the server resetting streams, by limiting the number of streams that can be reset over a certain time period. The rate is expressed as a tuple <code>{NumResets, TimeMs}</code>. This is similar to a supervisor restart intensity/period.</p>
</dd>
<dt>max_stream_buffer_size (8000000)</dt>
<dd><p>Maximum stream buffer size in bytes. This is a soft limit used to apply backpressure to handlers that send data faster than the HTTP/2 connection allows.</p>
</dd>
<dt>max_stream_window_size (16#7fffffff)</dt>
<dd><p>Maximum stream window size in bytes. This is used as an upper bound when calculating the window size, either when reading the request body or receiving said body.</p>
</dd>
<dt>preface_timeout (5000)</dt>
<dd><p>Time in ms Cowboy is willing to wait for the connection preface.</p>
</dd>
<dt>proxy_header (false)</dt>
<dd><p>Whether incoming connections have a PROXY protocol header. The proxy information will be passed forward via the <code>proxy_header</code> key of the Req object.</p>
</dd>
<dt>sendfile (true)</dt>
<dd><p>Whether the sendfile syscall may be used. It can be useful to disable it on systems where the syscall has a buggy implementation, for example under VirtualBox when using shared folders.</p>
</dd>
<dt>settings_timeout (5000)</dt>
<dd><p>Time in ms Cowboy is willing to wait for a SETTINGS ack.</p>
</dd>
<dt>stream_handlers ([cowboy_stream_h])</dt>
<dd><p>Ordered list of stream handlers that will handle all stream events.</p>
</dd>
<dt>stream_window_data_threshold (16384)</dt>
<dd><p>Window threshold in bytes below which Cowboy will not attempt to send data, with one exception. When Cowboy has data to send and the window is high enough, Cowboy will always send the data, regardless of this option.</p>
</dd>
<dt>stream_window_margin_size (65535)</dt>
<dd><p>Extra amount in bytes to be added to the window size when updating a stream&apos;s window. This is used to ensure that there is always some space available in the window.</p>
</dd>
<dt>stream_window_update_threshold (163840)</dt>
<dd><p>A stream&apos;s window will only get updated when its size becomes lower than this threshold, in bytes. This is to avoid sending too many <code>WINDOW_UPDATE</code> frames.</p>
</dd>
</dl>
<h2 id="_changelog">Changelog</h2>
<ul><li><strong>2.7</strong>: Add the options <code>connection_window_margin_size</code>, <code>connection_window_update_threshold</code>, <code>max_connection_window_size</code>, <code>max_stream_window_size</code>, <code>stream_window_margin_size</code> and <code>stream_window_update_threshold</code> to configure behavior on sending WINDOW_UPDATE frames; <code>max_connection_buffer_size</code> and <code>max_stream_buffer_size</code> to apply backpressure when sending data too fast; <code>max_received_frame_rate</code> and <code>max_reset_stream_rate</code> to protect against various flood scenarios; and <code>stream_window_data_threshold</code> to control how small the DATA frames that Cowboy sends can get.
</li>
<li><strong>2.7</strong>: The <code>logger</code> option was added.
</li>
<li><strong>2.6</strong>: The <code>proxy_header</code> and <code>sendfile</code> options were added.
</li>
<li><strong>2.4</strong>: Add the options <code>initial_connection_window_size</code>, <code>initial_stream_window_size</code>, <code>max_concurrent_streams</code>, <code>max_decode_table_size</code>, <code>max_encode_table_size</code>, <code>max_frame_size_received</code>, <code>max_frame_size_sent</code> and <code>settings_timeout</code> to configure HTTP/2 SETTINGS and related behavior.
</li>
<li><strong>2.4</strong>: Add the experimental option <code>enable_connect_protocol</code>.
</li>
<li><strong>2.0</strong>: Protocol introduced.
</li>
</ul>
<h2 id="_see_also">See also</h2>
<p><a href="..">cowboy(7)</a>, <a href="../cowboy_http">cowboy_http(3)</a>, <a href="../cowboy_websocket">cowboy_websocket(3)</a></p>






</div>

<div class="span3 sidecol">


<h3>
	Cowboy
	2.7
	Function Reference
	
</h3>

<ul>
	
		<li><a href="/docs/en/cowboy/2.7/guide">User Guide</a></li>
	
	
		<li><a href="/docs/en/cowboy/2.7/manual">Function Reference</a></li>
	
	
</ul>

<h4 id="docs-nav">Navigation</h4>

<h4>Version select</h4>
<ul>
	
	
	
		<li><a href="/docs/en/cowboy/2.7/manual">2.7</a></li>
	
		<li><a href="/docs/en/cowboy/2.6/manual">2.6</a></li>
	
		<li><a href="/docs/en/cowboy/2.5/manual">2.5</a></li>
	
		<li><a href="/docs/en/cowboy/2.4/manual">2.4</a></li>
	
		<li><a href="/docs/en/cowboy/2.3/manual">2.3</a></li>
	
		<li><a href="/docs/en/cowboy/2.2/manual">2.2</a></li>
	
</ul>

<h3 id="_like_my_work__donate">Like my work? Donate!</h3>
<p>Donate to Loïc Hoguin because his work on Cowboy, Ranch, Gun and Erlang.mk is fantastic:</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" style="display:inline">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="[email protected]">
<input type="hidden" name="lc" value="FR">
<input type="hidden" name="item_name" value="Loic Hoguin">
<input type="hidden" name="item_number" value="99s">
<input type="hidden" name="currency_code" value="EUR">
<input type="hidden" name="bn" value="PP-DonationsBF:btn_donate_LG.gif:NonHosted">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/fr_FR/i/scr/pixel.gif" width="1" height="1">
</form><p>Recurring payment options are also available via <a href="https://github.com/sponsors/essen">GitHub Sponsors</a>. These funds are used to cover the recurring expenses like food, dedicated servers or domain names.</p>



</div>
</div>
</div>
</div>

      <footer>
        <div class="container">
          <div class="row">
            <div class="span6">
              <p id="scroll-top"><a href="#">↑ Scroll to top</a></p>
              <nav>
                <ul>
                  <li><a href="mailto:[email protected]" title="Contact us">Contact us</a></li><li><a href="https://github.com/ninenines/ninenines.github.io" title="Github repository">Contribute to this site</a></li>
                </ul>
              </nav>
            </div>
            <div class="span6 credits">
               <p><img src="/img/footer_logo.png"></p>
               <p>Copyright &copy; Loïc Hoguin 2012-2018</p>
            </div>
          </div>
        </div>
      </footer>

    
    <script src="/js/custom.js"></script>
  </body>
</html>