MCPcopy
hub / github.com/ionic-team/capacitor / put

Method put

core/src/core-plugins.ts:175–175  ·  view source on GitHub ↗

* Make a Http PUT Request to a server using native libraries.

(options: HttpOptions)

Source from the content-addressed store, hash-verified

173 * Make a Http PUT Request to a server using native libraries.
174 */
175 put(options: HttpOptions): Promise<HttpResponse>;
176 /**
177 * Make a Http PATCH Request to a server using native libraries.
178 */

Callers 15

setupMethod · 0.65
addEventListenerMethod · 0.65
notifyListenersMethod · 0.65
putMethod · 0.65
putSafeMethod · 0.65
indexMethodsMethod · 0.65
registerPluginMethod · 0.65
saveCallMethod · 0.65
savePermissionCallMethod · 0.65

Implementers 2

CapacitorHttpPluginWebcore/src/core-plugins.ts
CapacitorHttpandroid/capacitor/src/main/java/com/ge

Calls

no outgoing calls

Tested by 1

setupMethod · 0.52