Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/PacketProxy
/ getHost
Method
getHost
src/main/java/core/packetproxy/http/Http.java:276–278 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
274
}
275
276
public
String getHost() {
277
return
header.getValue(
"Host"
).orElse(null);
278
}
279
280
public
void
setQuery(String query) {
281
this.queryString =
new
QueryString(query);
Callers
4
toByteArray
Method · 0.95
サンプルデータをデコードする
Method · 0.45
analyzeRequestStatusLine
Method · 0.45
createFromURI
Method · 0.45
Calls
1
getValue
Method · 0.45
Tested by
1
サンプルデータをデコードする
Method · 0.36