Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Response<B>

Response respresents the response from an HTTP requrest.

Type parameters

  • B

    The body part of the response.

Hierarchy

  • Response

Implemented by

Index

Properties

Properties

body

body: B

body of the Response.

code

code: status.Code

code code of a Response.

headers

headers received with the response.

options

options: Options

options the Response's original Request were sent with.

Generated using TypeDoc