MCPcopy 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 /**

Calls

no outgoing calls