Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ getHeaderNames
Method
getHeaderNames
java/org/apache/catalina/connector/Request.java:2119–2122 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2117
2118
2119
@Override
2120
public
Enumeration<String> getHeaderNames() {
2121
return
coyoteRequest.getMimeHeaders().names();
2122
}
2123
2124
2125
@Override
Callers
nothing calls this directly
Calls
2
names
Method · 0.80
getMimeHeaders
Method · 0.45
Tested by
no test coverage detected