nghttp2
  • nghttp2 - HTTP/2 C Library
    • Development Status
    • Public Test Server
    • Requirements
    • Build from git
    • Building documentation
    • Client, Server and Proxy programs
    • Benchmarking tool
    • HPACK tools
    • Python bindings
  • Tutorial: HTTP/2 client
    • libevent-client.c
  • Tutorial: HTTP/2 server
    • libevent-server.c
  • nghttpx - HOW-TO
    • Default mode
    • HTTP/2 proxy mode
    • Client mode
    • Client proxy mode
    • HTTP/2 bridge mode
    • Disable SSL/TLS
    • Specifying additional CA certificate
    • Read/write rate limit
  • API Reference
    • Includes
    • Remarks
    • Macros
    • Enums
    • Types (structs, unions and typedefs)
    • Functions
  • nghttp2.h
  • nghttp2ver.h
  • Source
  • Issues
 
nghttp2
  • Docs »
  • nghttp2 - HTTP/2 C Library

nghttp2 - HTTP/2 C Library¶

This is an experimental implementation of Hypertext Transfer Protocol version 2.

The project is hosted at github.com/tatsuhiro-t/nghttp2.

Contents:

  • nghttp2 - HTTP/2 C Library
    • Development Status
    • Public Test Server
    • Requirements
    • Build from git
    • Building documentation
    • Client, Server and Proxy programs
    • Benchmarking tool
    • HPACK tools
    • Python bindings
  • Tutorial: HTTP/2 client
    • libevent-client.c
  • Tutorial: HTTP/2 server
    • libevent-server.c
  • nghttpx - HOW-TO
    • Default mode
    • HTTP/2 proxy mode
    • Client mode
    • Client proxy mode
    • HTTP/2 bridge mode
    • Disable SSL/TLS
    • Specifying additional CA certificate
    • Read/write rate limit
  • API Reference
    • Includes
    • Remarks
    • Macros
    • Enums
    • Types (structs, unions and typedefs)
    • Functions
  • nghttp2.h
  • nghttp2ver.h
  • Source
  • Issues

Released Versions¶

  • v0.3.2 (Download v0.3.2)
  • v0.3.1 (Download v0.3.1)
  • v0.3.0 (Download v0.3.0)
  • v0.2.0 (Download v0.2.0)
  • v0.1.0 (Download v0.1.0)

Resources¶

  • http://tools.ietf.org/html/draft-ietf-httpbis-http2-12
  • http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-07
Next

© Copyright 2012, 2014, Tatsuhiro Tsujikawa.

Sphinx theme provided by Read the Docs