https://github.com/dataphos/lib-httputil
lib-httputil is a small Go library which contains utility functions to standardize and ease usage of basic http functions from the standard library.
https://github.com/dataphos/lib-httputil
go library
Last synced: 8 months ago
JSON representation
lib-httputil is a small Go library which contains utility functions to standardize and ease usage of basic http functions from the standard library.
- Host: GitHub
- URL: https://github.com/dataphos/lib-httputil
- Owner: dataphos
- License: apache-2.0
- Created: 2024-10-02T08:27:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-11T09:17:51.000Z (over 1 year ago)
- Last Synced: 2025-03-12T20:24:11.419Z (over 1 year ago)
- Topics: go, library
- Language: Go
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# lib-httputil
lib-httputil is a small Go library which contains utility functions to standardize and ease usage of basic http
functions from the standard library.
## Installation
`go get github.com/dataphos/lib-httputil`