https://github.com/willpinha/httputils
🧰 Simple utilities for the net/http package
https://github.com/willpinha/httputils
golang http library utilities
Last synced: 6 months ago
JSON representation
🧰 Simple utilities for the net/http package
- Host: GitHub
- URL: https://github.com/willpinha/httputils
- Owner: willpinha
- License: mit
- Created: 2025-10-04T15:32:16.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-10-04T21:52:00.000Z (6 months ago)
- Last Synced: 2025-10-05T08:53:57.440Z (6 months ago)
- Topics: golang, http, library, utilities
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# httputils
> 🧰 Simple utilities for the net/http package
## About
I created this package to use in open source system implementations I've developed. It's just a nice-to-have library
for my personal projects
> [!IMPORTANT]
> I do not recommend you use this package in production, since it is adapted to my own needs and may not be
> suitable for your project
>
> You can, however, read the code and be inspired by it to create your own version
## Documentation