MCPcopy Create free account
hub / github.com/apache/tomcat / removeHeader

Method removeHeader

java/jakarta/servlet/http/PushBuilder.java:108–108  ·  view source on GitHub ↗

Removes an HTTP header from the request. @param name The name of the header to remove @return This builder instance

(String name)

Source from the content-addressed store, hash-verified

106 * @return This builder instance
107 */
108 PushBuilder removeHeader(String name);
109
110 /**
111 * Sets the URI path to be used for the push request. This must be called before every call to {@link #push()}. If

Callers 4

setHeaderMethod · 0.65
prepareInputFiltersMethod · 0.65
writeHeadersMethod · 0.65
invokeMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected