Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
decodeFromFrames
Method · 0.95
encodeToFrames
Method · 0.95
decodeFromFrames
Method · 0.95
encodeToFrames
Method · 0.95
decodeFromFrames
Method · 0.95
decodeFromFrames
Method · 0.95
encodeToFrames
Method · 0.95
Calls
1
update
Method · 0.45
Tested by
no test coverage detected