MCPcopy
hub / github.com/ccfos/nightingale / POST

Method POST

pkg/ibex/ibex.go:164–167  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

162}
163
164func (i *Ibex) POST() error {
165 i.Method(http.MethodPost)
166 return i.do()
167}
168
169func (i *Ibex) PUT() error {
170 i.Method(http.MethodPut)

Callers 3

ConfigMethod · 0.80
ConfigMethod · 0.80
ConfigMethod · 0.80

Calls 2

MethodMethod · 0.95
doMethod · 0.95

Tested by

no test coverage detected