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

Method get

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

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

(options: HttpOptions)

Source from the content-addressed store, hash-verified

165 * Make a Http GET Request to a server using native libraries.
166 */
167 get(options: HttpOptions): Promise<HttpResponse>;
168 /**
169 * Make a Http POST Request to a server using native libraries.
170 */

Callers 15

initLoggerFunction · 0.65
returnResultFunction · 0.65
requestMethod · 0.65
isPluginAvailableFunction · 0.65
registerPluginFunction · 0.65
initLoggerFunction · 0.65
returnResultFunction · 0.65
addURIMethod · 0.65
matchMethod · 0.65
toListMethod · 0.65
getConfigValueMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected