https://github.com/bsm/httpx
Useful and opinionated helpers for building secure HTTP services
https://github.com/bsm/httpx
chi golang http internal security
Last synced: 10 months ago
JSON representation
Useful and opinionated helpers for building secure HTTP services
- Host: GitHub
- URL: https://github.com/bsm/httpx
- Owner: bsm
- License: apache-2.0
- Created: 2018-10-03T09:52:14.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2022-08-11T14:33:07.000Z (over 3 years ago)
- Last Synced: 2025-03-22T19:02:33.848Z (11 months ago)
- Topics: chi, golang, http, internal, security
- Language: Go
- Size: 50.8 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTTPX
[](https://github.com/bsm/httpx/actions/workflows/test.yml)
[](https://pkg.go.dev/github.com/bsm/httpx)
[](https://opensource.org/licenses/Apache-2.0)
A collection of internal tools for building HTTP services
## Custom Logging
See examples:
- [zerolog](./_examples/zero_logger.go)
- [zap](./_examples/zap_logger.go)