MCPcopy 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

doParseParametersMethod · 0.95

Calls 1

getMethodMethod · 0.65

Tested by

no test coverage detected