Skip to content

syucream/MinimumHTTP2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MinimumHTTP2

Minimum HTTP/2 client/server implementation.

Usage

  • client
./http2_client <server ip> <server port>
  • server
./http2_server <server port>

Limitations

  • Number of available stream is limited only one.
  • Stream has no state. It can only process frames ordered ideally.
  • Almost of parts of HPACK encoder/decoder isn't implemented.
    • Current implementation can encode by only Literal Header Field without Indexing
    • Max size of Name and Value length is limited 7 bits.

Requirements

  • C++11
  • Boost >= 1.54

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages