Skip to content

Building HTTP requests and responses using Java NIO/NIO2

License

Notifications You must be signed in to change notification settings

guigarage/NIOHttp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Building HTTP requests and responses using Java NIO/NIO2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%