public String toString() {
   return httpMethod.name() + ", " + path + ", " + target;
 }