Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMutableHttpResponse

Represents the basic trait of an HTTP response. Instances directly implementing this interface is mutable.

see

IHttpResponse

Hierarchy

  • IMutableHttpResponse

Index

Properties

body

body: any

isSuccessfulStatusCode

isSuccessfulStatusCode: boolean

statusCode

statusCode: number

statusText

statusText: string

Methods

ensureSuccessfulStatusCode

  • ensureSuccessfulStatusCode(): void

getHeaderValue

  • getHeaderValue(headerName: string): string | null

getHeaderValues

  • getHeaderValues(headerName: string): string[] | null

Generated using TypeDoc