Removes an HTTP header from the request. @param name The name of the header to remove @return This builder instance
(String name)
| 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 |
no outgoing calls
no test coverage detected