Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/PacketProxy
/ getMethod
Method
getMethod
src/main/java/core/packetproxy/http/Http.java:272–274 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
270
}
271
272
public
String getMethod() {
273
return
this.method;
274
}
275
276
public
String getHost() {
277
return
header.getValue(
"Host"
).orElse(null);
Callers
15
MetaDataTest
Method · 0.95
generateTestMetaData
Method · 0.95
onChunkReceived
Method · 0.95
getSummarizedRequest
Method · 0.95
encodeClientRequest
Method · 0.95
getSummarizedRequest
Method · 0.95
getSummarizedRequest
Method · 0.95
actionPerformed
Method · 0.95
build
Method · 0.95
actionPerformed
Method · 0.95
encodeFromHttp
Method · 0.95
サンプルデータをデコードする
Method · 0.45
Calls
no outgoing calls
Tested by
3
MetaDataTest
Method · 0.76
generateTestMetaData
Method · 0.76
サンプルデータをデコードする
Method · 0.36