MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / getQueryAsString

Method getQueryAsString

src/main/java/core/packetproxy/http/Http.java:292–294  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

290 }
291
292 public String getQueryAsString() {
293 return this.queryString.toString();
294 }
295
296 public String getStatusCode() {
297 return this.statusCode;

Callers 5

getURLMethod · 0.95
getURIMethod · 0.95
toByteArrayMethod · 0.95
encodeFromHttpMethod · 0.95
generateHttpRawMethod · 0.80

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected