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

Method removeMatches

src/main/java/core/packetproxy/http/Http.java:772–774  ·  view source on GitHub ↗
(String regex)

Source from the content-addressed store, hash-verified

770 }
771
772 public void removeMatches(String regex) {
773 header.removeMatches(regex);
774 }
775
776 public List<String> getHeader(String key) {
777 return header.getAllValue(key);

Callers 2

encodeToFramesMethod · 0.95
encodeToFramesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected