An open API service indexing awesome lists of open source software.

https://github.com/tecc/httputils

HttpUtils is a simple Java library aimed at parsing and serialising HTTP messages.
https://github.com/tecc/httputils

http java java-library utility

Last synced: 10 months ago
JSON representation

HttpUtils is a simple Java library aimed at parsing and serialising HTTP messages.

Awesome Lists containing this project

README

          

# HttpUtils

HttpUtils is a simple Java library aimed at parsing and serialising HTTP messages.
It is mainly intended for client developers but should work for most things related to HTTP messages.

The library does not have any dependencies, making it very fit for inclusion in larger projects.

## Licence

HttpUtils is licensed under the MIT licence.
Read the full licence text [here](./LICENCE).