MCPcopy Index your code
hub / github.com/apache/tomcat / getMethod

Method getMethod

java/org/apache/coyote/Request.java:419–421  ·  view source on GitHub ↗

Return the HTTP method. @return the HTTP method

()

Source from the content-addressed store, hash-verified

417 * @return the HTTP method
418 */
419 public String getMethod() {
420 return methodMB.toStringType();
421 }
422
423 /**
424 * Return the request URI.

Callers

nothing calls this directly

Calls 1

toStringTypeMethod · 0.80

Tested by

no test coverage detected