Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HttpRequest

An HTTP request

Hierarchy

  • HttpRequest

Index

Properties

Properties

Optional headers

headers: HttpHeaders

All request headers (including cookies).

path

path: string

The path part of the URL, including a query string if present. For example: '/path/to/page?foo=1'. The path always starts with '/'.