New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

capacitor-native-http

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

capacitor-native-http

Plugin capacitor para requisições nativas

latest
Source
npmnpm
Version
4.3.4
Version published
Weekly downloads
144
34.58%
Maintainers
1
Weekly downloads
 
Created
Source

capacitor-native-http

Plugin capacitor para requisições nativas

Install

npm install capacitor-native-http
npx cap sync

API

  • request(...)
  • initialize(...)
  • clearCookie()
  • Interfaces

request(...)

request(options: RequestParams) => Promise<{ data: any; }>
ParamType
optionsRequestParams

Returns: Promise<{ data: any; }>

initialize(...)

initialize(options: InitializeParams) => Promise<{ data: any; }>
ParamType
optionsInitializeParams

Returns: Promise<{ data: any; }>

clearCookie()

clearCookie() => Promise<any>

Returns: Promise<any>

Interfaces

RequestParams

PropType
methodstring
urlstring
paramsany
dataany
headersany

InitializeParams

PropType
hostnamestring
certPathstring
timeoutnumber
certPassMtlsstring
certPathMtlsstring
saveLoginCookieboolean
mtlsCertsMtlsCertConfig[]

MtlsCertConfig

PropType
hoststring
certPathstring
certPassstring
certFolderstring

Keywords

capacitor

FAQs

Package last updated on 23 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts