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

Definition at line 57 of file JHttpResponse.java.

57  {
58  return "JHttpResponse{" +
59  "status=" + status +
60  ", body=" + body +
61  ", headers=" + headers +
62  '}';
63  }