options(url: string, handler: Handler) {
    return this.handle(
      [MethodCondition(Method.Options), PathCondition(url)],
      handler
    );