Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nghttp2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
nghttp2
Commits
edd74208
Commit
edd74208
authored
Aug 04, 2013
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update doc
parent
35a2e8ff
Changes
8
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
113 additions
and
146 deletions
+113
-146
_sources/apiref.txt
_sources/apiref.txt
+53
-62
_sources/index.txt
_sources/index.txt
+1
-0
apiref.html
apiref.html
+53
-66
genindex.html
genindex.html
+2
-14
index.html
index.html
+1
-0
objects.inv
objects.inv
+0
-0
package_README.html
package_README.html
+2
-3
searchindex.js
searchindex.js
+1
-1
No files found.
_sources/apiref.txt
View file @
edd74208
This diff is collapsed.
Click to expand it.
_sources/index.txt
View file @
edd74208
...
...
@@ -21,3 +21,4 @@ Resources
---------
* http://tools.ietf.org/html/draft-ietf-httpbis-http2-04
* http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-01
apiref.html
View file @
edd74208
This diff is collapsed.
Click to expand it.
genindex.html
View file @
edd74208
...
...
@@ -425,18 +425,6 @@
</dt>
<dt><a
href=
"apiref.html#nghttp2_mem_chunk"
>
nghttp2_mem_chunk (C type)
</a>
</dt>
<dt><a
href=
"apiref.html#nghttp2_mem_chunk.data"
>
nghttp2_mem_chunk.data (C member)
</a>
</dt>
<dt><a
href=
"apiref.html#nghttp2_mem_chunk.length"
>
nghttp2_mem_chunk.length (C member)
</a>
</dt>
<dt><a
href=
"apiref.html#NGHTTP2_NO_ERROR"
>
NGHTTP2_NO_ERROR (C macro)
</a>
</dt>
...
...
@@ -460,8 +448,6 @@
<dt><a
href=
"apiref.html#nghttp2_nv.valuelen"
>
nghttp2_nv.valuelen (C member)
</a>
</dt>
</dl></td>
<td
style=
"width: 33%"
valign=
"top"
><dl>
<dt><a
href=
"apiref.html#nghttp2_on_data_chunk_recv_callback"
>
nghttp2_on_data_chunk_recv_callback (C type)
</a>
</dt>
...
...
@@ -470,6 +456,8 @@
<dt><a
href=
"apiref.html#nghttp2_on_data_recv_callback"
>
nghttp2_on_data_recv_callback (C type)
</a>
</dt>
</dl></td>
<td
style=
"width: 33%"
valign=
"top"
><dl>
<dt><a
href=
"apiref.html#nghttp2_on_data_send_callback"
>
nghttp2_on_data_send_callback (C type)
</a>
</dt>
...
...
index.html
View file @
edd74208
...
...
@@ -78,6 +78,7 @@ version 2.0.</p>
<h2>
Resources
<a
class=
"headerlink"
href=
"#resources"
title=
"Permalink to this headline"
>
¶
</a></h2>
<ul
class=
"simple"
>
<li><a
class=
"reference external"
href=
"http://tools.ietf.org/html/draft-ietf-httpbis-http2-04"
>
http://tools.ietf.org/html/draft-ietf-httpbis-http2-04
</a></li>
<li><a
class=
"reference external"
href=
"http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-01"
>
http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-01
</a></li>
</ul>
</div>
</div>
...
...
objects.inv
View file @
edd74208
No preview for this file type
package_README.html
View file @
edd74208
...
...
@@ -145,9 +145,8 @@ $ make</pre>
<p>
The src directory contains HTTP/2.0 client, server and proxy programs.
</p>
<div
class=
"section"
id=
"nghttp-client"
>
<h3>
nghttp - client
<a
class=
"headerlink"
href=
"#nghttp-client"
title=
"Permalink to this headline"
>
¶
</a></h3>
<p><tt
class=
"docutils literal"
><span
class=
"pre"
>
nghttp
</span></tt>
is HTTP-default04/2.0 client. It can connect to the
HTTP/2.0 server with prior knowledge, HTTP Upgrade and NPN TLS
extension.
</p>
<p><tt
class=
"docutils literal"
><span
class=
"pre"
>
nghttp
</span></tt>
is a HTTP/2.0 client. It can connect to the HTTP/2.0 server
with prior knowledge, HTTP Upgrade and NPN TLS extension.
</p>
<p>
By default, it uses SSL/TLS connection. Use
<tt
class=
"docutils literal"
><span
class=
"pre"
>
--no-tls
</span></tt>
option to
disable it.
</p>
<p>
It has verbose output mode for framing information. Here is sample
...
...
searchindex.js
View file @
edd74208
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment