Skip to content

Latest commit

 

History

History
executable file
·
20 lines (17 loc) · 537 Bytes

File metadata and controls

executable file
·
20 lines (17 loc) · 537 Bytes

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