MCPcopy Index your code
hub / github.com/TruthHun/BookStack / put

Method put

models/elasticsearch.go:607–609  ·  view source on GitHub ↗

put请求

(api string)

Source from the content-addressed store, hash-verified

605
606//put请求
607func (this *ElasticSearchClient) put(api string) (req *httplib.BeegoHTTPRequest) {
608 return httplib.Put(api).Header("Content-Type", "application/json").SetTimeout(this.Timeout, this.Timeout)
609}
610
611//post请求
612func (this *ElasticSearchClient) post(api string) (req *httplib.BeegoHTTPRequest) {

Callers 3

createIndexMethod · 0.95
qrcode.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected