Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HttpRouteMatchHeader

Package version

Describes header information for http route matching.

Hierarchy

  • HttpRouteMatchHeader

Index

Properties

Properties

name

name: string

Name of header to match in request.

Optional type

how to match header value. Possible values include: 'exact'

Optional value

value: undefined | string

Value of header to match in request.

Generated using TypeDoc