...
1# hatpear [](http://godoc.org/github.com/bluekeyes/hatpear)
2
3hatpear (from "httperr") is a simple, unopinionated Go 1.7+ library for
4capturing and responding to errors that occur while handling HTTP requests. It
5has no dependencies and works well with the standard library or other HTTP
6libraries that use standard types.
7
8See the [package documentation](https://godoc.org/github.com/bluekeyes/hatpear) for
9examples and usage details.
10
11**Stability Note:** While the API is simple, it hasn't seen heavy use yet and
12may change in the future. I recommend vendoring this package at a specific
13commit if you are concerned about API changes.
View as plain text