Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BuildableRoute

Implements

Index

Methods

handle

handler

matches

method

  • method(method: string): this

path

  • path(path: string | RegExp): this

postProcess

postProcessor

serializers

  • serializers(serializers: {}): this
  • Parameters

    • serializers: {}
      • [mimeType: string]: (body: any) => Promise<string> | string
          • (body: any): Promise<string> | string
          • Parameters

            • body: any

            Returns Promise<string> | string

    Returns this

Generated using TypeDoc