Interface HttpRouteFilterRoute

Hierarchy

  • HttpRouteFilterRoute

Properties

category?: string
group?: string
httpMethod?: "GET" | "POST" | "OPTIONS" | "TRACE" | "HEAD" | "PATCH" | "PUT" | "DELETE"
path?: string
pathRegExp?: RegExp

Generated using TypeDoc