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