export interface HTTPMethodAndPath { method: string; path: string|RegExp; }