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

Method post

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

* Perform an Http POST request given a set of options * @param options Options to build the HTTP request

(options: HttpOptions)

Source from the content-addressed store, hash-verified

461 * @param options Options to build the HTTP request
462 */
463 async post(options: HttpOptions): Promise<HttpResponse> {
464 return this.request({ ...options, method: 'POST' });
465 }
466
467 /**
468 * Perform an Http PUT request given a set of options

Callers

nothing calls this directly

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected