Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CurlyResult<ResultData>

Object the curly call resolves to.

Type parameters

  • ResultData: any = any

Hierarchy

  • CurlyResult

Index

Properties

Properties

data

data: ResultData

Data will be the body of the requested URL

headers

headers: HeaderInfo[]

Parsed headers

See HeaderInfo

statusCode

statusCode: number

HTTP Status code for the last request

Generated using TypeDoc