ultimate-tester / capacitor-http-native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

http-native

Provides access to low level HTTP functions (get, post, etc.)

Install

npm install http-native
npx cap sync

API

request(...)

request(options: HTTPRequestOptions) => any
Param Type
options HTTPRequestOptions

Returns: any


Interfaces

HTTPRequestOptions

Prop Type
url string
method string
body string
query any
headers any

HTTPResponse

Prop Type
data string
status number
url string

About


Languages

Language:Java 41.8%Language:Swift 26.9%Language:TypeScript 20.3%Language:Ruby 5.1%Language:Objective-C 3.5%Language:JavaScript 2.5%