Options
All
  • Public
  • Public/Protected
  • All
Menu

A fulfilled pending request. This class contains the request that was sent upstream, the backend that represents where the upstream was sent, and the response that was returned from the origin.

Hierarchy

  • FufilledRequest

Index

Properties

Properties

backend

backend: string

Backend that the request was sent to.

request

request: Request

The as-fetch request that was fufilled.

response

response: Response

as-fetch Response that was completed and sent back after sending the request.

Legend

  • Property

Generated using TypeDoc