MCPcopy 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

getURIMethod · 0.95
getOverrideHttpMethodMethod · 0.95
getContentTypeMethod · 0.95
decodeClientRequestMethod · 0.95
getContentTypeMethod · 0.95
getContentTypeMethod · 0.95
getContentTypeMethod · 0.95
encodeToFramesMethod · 0.95
setGroupIdMethod · 0.95
decodeFromFramesMethod · 0.95
encodeToFramesMethod · 0.95
setGroupIdMethod · 0.95

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected