MCPcopy
hub / github.com/Flagsmith/flagsmith / post

Function post

frontend/common/data/base/_data.js:76–78  ·  view source on GitHub ↗
(url, data, headers)

Source from the content-addressed store, hash-verified

74 },
75
76 post(url, data, headers) {
77 return this._request('post', url, data, headers)
78 },
79
80 put(url, data, headers) {
81 return this._request('put', url, data, headers)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected