Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ getMethod
Method
getMethod
java/org/apache/catalina/connector/Request.java:2143–2146 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2141
2142
2143
@Override
2144
public
String getMethod() {
2145
return
coyoteRequest.getMethod();
2146
}
2147
2148
2149
@Override
Callers
1
doParseParameters
Method · 0.95
Calls
1
getMethod
Method · 0.65
Tested by
no test coverage detected