Options
All
  • Public
  • Public/Protected
  • All
Menu

Export the as-fetch Fetch API that we can use with Fastly.

Hierarchy

  • Status

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Status(code: number): Status
  • Construct a new status instance.

    Parameters

    • code: number

      an unsigned 16 bit integer representing the HTTP Status code.

    Returns Status

Properties

code

code: number

Status code for the HTTP request or response.

Methods

toString

  • toString(): string

Legend

Generated using TypeDoc