Versions in this module Expand all Collapse all v0 v0.4.1 Jul 29, 2015 Changes in this version + func MakeRequest(method string, url string, input io.Reader, headersIncluded bool) (*http.Response, error) + func WriteRequest(w io.Writer, req *http.Request, includeMethod bool, includeUrl bool, ...) error + func WriteResponse(w io.Writer, resp *http.Response, includeHeaders bool, includeStatus bool) error