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

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

Awesome Lists containing this project

README

          

# HTTPX

[![Test](https://github.com/bsm/httpx/actions/workflows/test.yml/badge.svg)](https://github.com/bsm/httpx/actions/workflows/test.yml)
[![Go Reference](https://pkg.go.dev/badge/github.com/bsm/httpx.svg)](https://pkg.go.dev/github.com/bsm/httpx)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](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)