Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ getContentType
Method
getContentType
java/org/apache/catalina/connector/Request.java:1080–1083 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1078
1079
1080
@Override
1081
public
String getContentType() {
1082
return
coyoteRequest.getContentType();
1083
}
1084
1085
1086
/**
Callers
1
doParseParameters
Method · 0.95
Calls
1
getContentType
Method · 0.65
Tested by
no test coverage detected