Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/PacketProxy
/ getFields
Method
getFields
src/main/java/core/packetproxy/http/HttpHeader.java:115–117 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
113
}
114
115
public
List<HeaderField> getFields() {
116
return
fields;
117
}
118
119
public
void
update(String name, String value) {
120
fields.removeIf(h -> h.getName().equalsIgnoreCase(name));
Callers
15
MetaDataTest
Method · 0.95
encodeFromHttp
Method · 0.95
generateHttpRaw
Method · 0.95
QpackEncoderとQpackDecoderのテスト
Method · 0.80
ヘッダをencode後decodeできること
Method · 0.80
サンプルデータをデコードする
Method · 0.80
generateTestMetaData
Method · 0.80
actionPerformed
Method · 0.80
decodeFromFrames
Method · 0.80
encodeToFrames
Method · 0.80
decodeFromFrames
Method · 0.80
encodeToFrames
Method · 0.80
Calls
no outgoing calls
Tested by
5
MetaDataTest
Method · 0.76
QpackEncoderとQpackDecoderのテスト
Method · 0.64
ヘッダをencode後decodeできること
Method · 0.64
サンプルデータをデコードする
Method · 0.64
generateTestMetaData
Method · 0.64