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

Method updateHeader

src/main/java/core/packetproxy/http/Http.java:768–770  ·  view source on GitHub ↗
(String key, String value)

Source from the content-addressed store, hash-verified

766 }
767
768 public void updateHeader(String key, String value) {
769 header.update(key, value);
770 }
771
772 public void removeMatches(String regex) {
773 header.removeMatches(regex);

Callers 7

decodeFromFramesMethod · 0.95
encodeToFramesMethod · 0.95
decodeFromFramesMethod · 0.95
encodeToFramesMethod · 0.95
decodeFromFramesMethod · 0.95
decodeFromFramesMethod · 0.95
encodeToFramesMethod · 0.95

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected