Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

tiny-http2-client

  • A http2 client based on Java【Reinventing the wheel】
  • To learn the http2 protocol. The priority is Done> Correct> Performance. Currently in early development
  • Reference https://http2.github.io/http2-spec/

Example

  • com.github.wycm.http2.example

Todo

  • HPACK: Header Compression
    • Huffman encoded
    • Huffman decoded
  • Request header data encoding
  • Simple get request
  • Response data decoding
  • Response header decoding
  • Multiplexed
  • Supports TLS

About

A http2 client based on Java【Reinventing the wheel】

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages