# README
httptools - Go HTTP helper functions
httptools provides a set of helper functions for use with the net/http
package:
- Response builder
- Request reader
- Error handler
- Well known HTTP headers defined as constants
Install
Install using go get
:
go get github.com/morelj/httptools