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

Method removeHeader

src/main/java/core/packetproxy/http/Http.java:764–766  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

762 }
763
764 public void removeHeader(String key) {
765 header.removeAll(key);
766 }
767
768 public void updateHeader(String key, String value) {
769 header.update(key, value);

Callers 3

decodeFromFramesMethod · 0.95
encodeToFramesMethod · 0.95
encodeToFramesMethod · 0.95

Calls 1

removeAllMethod · 0.45

Tested by

no test coverage detected