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.
- Host: GitHub
- URL: https://github.com/tecc/httputils
- Owner: tecc
- License: mit
- Created: 2022-08-15T22:03:58.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-08-19T17:11:54.000Z (over 3 years ago)
- Last Synced: 2025-01-28T09:51:28.769Z (11 months ago)
- Topics: http, java, java-library, utility
- Language: Java
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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).