Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OngoingRequest

Hierarchy

Index

Properties

body

body: object

Type declaration

  • asBuffer: function
      • (): Promise<Buffer>
      • Returns Promise<Buffer>

  • asFormData: function
      • (): Promise<object>
      • Returns Promise<object>

  • asJson: function
      • (): Promise<any>
      • Returns Promise<any>

  • asText: function
      • (): Promise<string>
      • Returns Promise<string>

  • rawStream: stream.Readable

headers

headers: object

Type declaration

  • [key: string]: string

hostname

hostname: string

method

method: string

originalUrl

originalUrl: string

path

path: string

protocol

protocol: string

url

url: string

Generated using TypeDoc