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
- Host: GitHub
- URL: https://github.com/ermos/httperror
- Owner: ermos
- License: mit
- Created: 2023-11-18T21:23:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-18T22:12:19.000Z (over 2 years ago)
- Last Synced: 2025-01-06T08:37:48.589Z (about 1 year ago)
- Topics: api, go, go-package, golang, http, httperror, middleware, router
- Language: Go
- Homepage: https://github.com/ermos/httperror
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# httperror
> Go package that provides features to handle errors with http services
[](https://pkg.go.dev/github.com/ermos/httperror)
[](https://github.com/ermos/httperror/tags)
[](https://goreportcard.com/report/github.com/ermos/httperror)
[](https://codeclimate.com/github/ermos/httperror/maintainability)
[](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.