Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ getMimeHeaders
Method
getMimeHeaders
java/org/apache/coyote/Request.java:318–320 ·
view source on GitHub ↗
Return the MIME headers. @return the MIME headers
()
Source
from the content-addressed store, hash-verified
316
* @
return
the MIME headers
317
*/
318
public
MimeHeaders getMimeHeaders() {
319
return
headers;
320
}
321
322
323
/**
Callers
15
testUseCompression
Method · 0.95
cloneRequest
Method · 0.95
log
Method · 0.45
setHeader
Method · 0.45
addHeader
Method · 0.45
testInvokeAllProxiesAreTrusted
Method · 0.45
testInvokeAllProxiesAreTrustedEmptyInternal
Method · 0.45
testInvokeAllProxiesAreTrustedUnusedInternal
Method · 0.45
testInvokeAllProxiesAreTrustedOrInternal
Method · 0.45
testInvokeAllProxiesAreInternal
Method · 0.45
testInvokeAllProxiesAreTrustedAndRemoteAddrMatchRegexp
Method · 0.45
test172dash12InternalProxies
Method · 0.45
Calls
no outgoing calls
Tested by
15
testUseCompression
Method · 0.76
log
Method · 0.36
setHeader
Method · 0.36
addHeader
Method · 0.36
testInvokeAllProxiesAreTrusted
Method · 0.36
testInvokeAllProxiesAreTrustedEmptyInternal
Method · 0.36
testInvokeAllProxiesAreTrustedUnusedInternal
Method · 0.36
testInvokeAllProxiesAreTrustedOrInternal
Method · 0.36
testInvokeAllProxiesAreInternal
Method · 0.36
testInvokeAllProxiesAreTrustedAndRemoteAddrMatchRegexp
Method · 0.36
test172dash12InternalProxies
Method · 0.36
testInvokeXforwardedProtoSaysHttpsForIncomingHttpRequest
Method · 0.36