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

https://github.com/kare/httpx

Extensions for Go's net/http package
https://github.com/kare/httpx

go handler http middleware

Last synced: 3 months ago
JSON representation

Extensions for Go's net/http package

Awesome Lists containing this project

README

          

# HTTPx

[![CI](https://github.com/kare/httpx/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/kare/httpx/actions/workflows/ci.yaml)
[![Go Reference](https://pkg.go.dev/badge/kkn.fi/httpx.svg)](https://pkg.go.dev/kkn.fi/httpx)
[![GoReportCard](https://goreportcard.com/badge/kkn.fi/httpx)](https://goreportcard.com/report/kkn.fi/httpx)

Extensions for Go's net/http package.

## Installation

go get -u kkn.fi/httpx

## Examples

See [GoDoc](https://pkg.go.dev/kkn.fi/httpx) for examples.

## Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License

See [LICENSE](LICENSE) for details.