PorkStudios / PorkLib

Fast, lightweight libraries for Java. Note: this is very much a work-in-progress, documentation is spotty and the API is changing constantly!
https://daporkchop.net
Other
31 stars 5 forks source link

PorkLib:http server #37

Closed DaMatrix closed 4 years ago

DaMatrix commented 4 years ago

In my initial merge of PorkLib:http I never actually included a high-performance Netty-based implementation, or the ability to create an HTTP server. This PR aims to add both features.

DaMatrix commented 4 years ago

There is now a more than functional HTTP server module! However, a lot of the HTTP interfaces are going to need to be cleaned up, and I think I'll make the client be a separate module as well. There's quite a bit of duplicated/redundant code...