diff --git a/patchset.http.go b/patchset.http.go index 34a9e10..63b73b1 100644 --- a/patchset.http.go +++ b/patchset.http.go @@ -81,6 +81,11 @@ func (p *Patchset) HttpPost(baseURL string, route string) (*Patchset, error) { return newpb, err } +func (p *Patchsets) HttpPostVerbose(baseURL string, route string) (*Patchsets, error) { + p.PrintTable() + return p.HttpPost(baseURL, route) +} + func (p *Patchsets) HttpPost(baseURL string, route string) (*Patchsets, error) { // if you ever have "http://www.wit.com//" GO will regect the server recieving it. // Even though the linux kernel gets the network payload