Skip to content

A http2 client based on Java【Reinventing the wheel】

Notifications You must be signed in to change notification settings

wycm/tiny-http2-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages