Skip to content

Latest commit

 

History

History
84 lines (48 loc) · 1.74 KB

_src_request_.md

File metadata and controls

84 lines (48 loc) · 1.74 KB

pushover-js

Globals / "src/request"

Module: "src/request"

Index

Classes

Interfaces

Variables

Functions

Variables

https

Const https: any = require('https')

Defined in src/request.ts:4

Functions

processFile

ConstprocessFile(name: string, filePath: string, boundary: string): Promise<Buffer>

Defined in src/request.ts:28

Parameters:

Name Type
name string
filePath string
boundary string

Returns: Promise<Buffer>


processParam

ConstprocessParam(name: string, value: string): Promise<string>

Defined in src/request.ts:24

Parameters:

Name Type
name string
value string

Returns: Promise<string>


responseCallback

ConstresponseCallback(res: IncomingMessage): Promise<IResponse>

Defined in src/request.ts:49

Parameters:

Name Type
res IncomingMessage

Returns: Promise<IResponse>