Options
All
  • Public
  • Public/Protected
  • All
Menu

Properties of an HTTP request recorded by TestHttpServer.

Hierarchy

  • TestHttpRequest

Index

Properties

body?: string

The request body, if any. Requests with a streamed body will be read in full before being handled.

The request headers.

method: string

The HTTP method, lowercased ("get").

path: string

The URL path ("/index.html").

Generated using TypeDoc