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

Method getOriginalHeader

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

Source from the content-addressed store, hash-verified

454 }
455
456 public HttpHeader getOriginalHeader() {
457 return originalHeader;
458 }
459
460 public boolean isGzipEncoded() {
461 return getOriginalHeader().getValue("Content-Encoding").orElse("").equalsIgnoreCase("gzip");

Callers 2

isGzipEncodedMethod · 0.95
encodeFromHttpMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected