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

https://github.com/ermos/httperror

Go package that provides features to handle errors with http services
https://github.com/ermos/httperror

api go go-package golang http httperror middleware router

Last synced: 8 months ago
JSON representation

Go package that provides features to handle errors with http services

Awesome Lists containing this project

README

          

# httperror
> Go package that provides features to handle errors with http services

[![Go Reference](https://pkg.go.dev/badge/github.com/ermos/httperror.svg)](https://pkg.go.dev/github.com/ermos/httperror)
[![Latest tag](https://img.shields.io/github/v/tag/ermos/httperror?label=latest)](https://github.com/ermos/httperror/tags)
[![Go Report Card](https://goreportcard.com/badge/github.com/ermos/httperror)](https://goreportcard.com/report/github.com/ermos/httperror)
[![Maintainability](https://api.codeclimate.com/v1/badges/4d4e0548b083618eba7d/maintainability)](https://codeclimate.com/github/ermos/httperror/maintainability)
[![codecov](https://codecov.io/github/ermos/httperror/branch/main/graph/badge.svg?token=52FCLZVA0B)](https://codecov.io/github/ermos/httperror)

## 🛠️ Installation

To use `httperror` in your Go project, you need to have Go installed on your system.
Once you have Go installed, you can use the following command to install the package:

```go
go get -u github.com/ermos/httperror
```

## 🤝 Contributing

Contributions to `httperror` are always welcome!
If you find a bug or have a feature request, please open an issue on GitHub.
If you want to contribute code, please fork the repository and submit a pull request.