MCPcopy Index your code
hub / github.com/apache/tomcat / addHeader

Method addHeader

java/org/apache/coyote/Response.java:465–467  ·  view source on GitHub ↗

Add a response header with the given name and value. @param name The header name @param value The header value

(String name, String value)

Source from the content-addressed store, hash-verified

463 * @param value The header value
464 */
465 public void addHeader(String name, String value) {
466 addHeader(name, value, null);
467 }
468
469
470 /**

Callers

nothing calls this directly

Calls 5

checkSpecialHeaderMethod · 0.95
setCharsetMethod · 0.95
setStringMethod · 0.95
charAtMethod · 0.80
addValueMethod · 0.80

Tested by

no test coverage detected