Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tomcat
/ requestURI
Method
requestURI
java/org/apache/coyote/Request.java:428–430 ·
view source on GitHub ↗
Return the request URI. @return the request URI
()
Source
from the content-addressed store, hash-verified
426
* @
return
the request URI
427
*/
428
public
MessageBytes requestURI() {
429
return
uriMB;
430
}
431
432
/**
433
* Return the decoded request URI.
Callers
14
toString
Method · 0.95
cloneRequest
Method · 0.95
getCurrentUri
Method · 0.80
updateCounters
Method · 0.80
parseRequestLine
Method · 0.80
prepareRequest
Method · 0.80
emitHeader
Method · 0.80
receivedEndOfHeaders
Method · 0.80
validateRequest
Method · 0.80
prepareRequest
Method · 0.80
invoke
Method · 0.80
restoreRequest
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected