Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/PacketProxy
/ getFirstHeader
Method
getFirstHeader
src/main/java/core/packetproxy/http/Http.java:760–762 ·
view source on GitHub ↗
(String key)
Source
from the content-addressed store, hash-verified
758
759
// 以下非推奨 互換性のため
760
public
String getFirstHeader(String key) {
761
return
header.getValue(key).orElse(
""
);
762
}
763
764
public
void
removeHeader(String key) {
765
header.removeAll(key);
Callers
15
getURI
Method · 0.95
getOverrideHttpMethod
Method · 0.95
getContentType
Method · 0.95
decodeClientRequest
Method · 0.95
getContentType
Method · 0.95
getContentType
Method · 0.95
getContentType
Method · 0.95
encodeToFrames
Method · 0.95
setGroupId
Method · 0.95
decodeFromFrames
Method · 0.95
encodeToFrames
Method · 0.95
setGroupId
Method · 0.95
Calls
1
getValue
Method · 0.45
Tested by
no test coverage detected