MCPcopy 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

doParseParametersMethod · 0.95

Calls 1

getContentTypeMethod · 0.65

Tested by

no test coverage detected