Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "http/common"

internal

Index

Type aliases

HttpOutgoingHeaders

HttpOutgoingHeaders: {}

Type declaration

  • [name: string]: string | number | string[] | undefined

HttpResponseBodyType

HttpResponseBodyType: "buffer" | "arraybuffer" | "blob" | "document" | "json" | "text"

IHttpResponse

IHttpResponse: Readonly<IMutableHttpResponse>

Represents the basic trait of an HTTP response. This is the immutable counterpart of IMutableHttpResponse.

Generated using TypeDoc