summaryrefslogtreecommitdiff
path: root/patchset.http.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-06 16:05:26 -0500
committerJeff Carr <[email protected]>2025-09-06 16:05:26 -0500
commit3729df67a53750d0a5d67bdd9166737384b06bb8 (patch)
treedc84484594780c692d8e59e97eb35f230c4d906c /patchset.http.go
parentbf031595e359548f0a0d7197140195f1486c168e (diff)
patches are starting to workv0.0.128
Diffstat (limited to 'patchset.http.go')
-rw-r--r--patchset.http.go5
1 files changed, 5 insertions, 0 deletions
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