Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
JHttpQuery<T> com.griddynamics.jagger.invoker.v2.JHttpQuery< T >.trace ( )

Sets JHttpQuery#method to HttpMethod#TRACE.

The same as

this.method(HttpMethod.TRACE);
Returns
this Usage:
JHttpQuery httpQuery = new JHttpQuery().trace();

Definition at line 137 of file JHttpQuery.java.

137  {
138  return method(HttpMethod.TRACE);
139  }