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

Method setMethod

java/org/apache/coyote/Request.java:393–395  ·  view source on GitHub ↗

Set the HTTP method. @param method the HTTP method

(String method)

Source from the content-addressed store, hash-verified

391 * @param method the HTTP method
392 */
393 public void setMethod(String method) {
394 methodMB.setString(method);
395 }
396
397 /**
398 * Set the HTTP method from a byte buffer.

Callers 4

cloneRequestMethod · 0.95
parseRequestLineMethod · 0.45
emitHeaderMethod · 0.45
prepareRequestMethod · 0.45

Calls 4

bytesToStringMethod · 0.95
toStringTypeMethod · 0.80
setStringMethod · 0.45
setBytesMethod · 0.45

Tested by

no test coverage detected