Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

OutgoingHttpHeader

OutgoingHttpHeader: number | string | string[]

RequestListener

RequestListener: function

Type declaration

Variables

Const METHODS

METHODS: string[]

Const STATUS_CODES

STATUS_CODES: object

Type declaration

  • [errorCode: string]: string | undefined

Let globalAgent

globalAgent: Agent

Const maxHeaderSize

maxHeaderSize: number

Read-only property specifying the maximum allowed size of HTTP headers in bytes. Defaults to 16KB. Configurable using the [--max-http-header-size][] CLI option.

Functions

createServer

get

request

Generated using TypeDoc