Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 772 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 772 Bytes

NIOHttp

Building HTTP requests and responses using Java NIO/NIO2

Goals:

  • Create a library/toolkit to build and send HTTP requests vis NIO/NIO2 as well to receive HTTP requests via NIO/NIO2 and to parse them

Boundary Conditions:

  • zero external dependencies beside JDK 1.8
  • only testing frameworks for (Junit, TestNG or others) and mocking frameworks (Mockito, PowerMock etc.) are permitted

Basics

HTTP 1.1 Protocol

HTTP/2 Protocol