Skip to content

samicpp/java-http

Repository files navigation

java-http

http framework in java and kotlin

TODO

  • abstract definitive socket types
  • implement HTTP/1.1
  • implement HTTP/2
  • implement WebSocket
  • implement HPACK
  • implement HTTP/3
  • implement QPACK
  • support both java NIO and IO