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

Method scheme

java/org/apache/coyote/Request.java:372–374  ·  view source on GitHub ↗

Return the scheme (e.g. "http" or "https"). @return the scheme

()

Source from the content-addressed store, hash-verified

370 * @return the scheme
371 */
372 public MessageBytes scheme() {
373 return schemeMB;
374 }
375
376 /**
377 * Get a MessageBytes instance that holds the current request's HTTP method.

Calls

no outgoing calls