@muhammetbalikci/securehttp
v0.0.2
Published
secure http
Downloads
20
Maintainers
Readme
securehttp
secure http
Install
npm install securehttp
npx cap syncAPI
get(...)
get(options: { url: string; }) => Promise<{ status: number; data: string; }>| Param | Type |
| ------------- | ----------------------------- |
| options | { url: string; } |
Returns: Promise<{ status: number; data: string; }>
post(...)
post(options: { url: string; data?: string; }) => Promise<{ status: number; data: string; }>| Param | Type |
| ------------- | -------------------------------------------- |
| options | { url: string; data?: string; } |
Returns: Promise<{ status: number; data: string; }>
