Class HttpHeaderFilter
java.lang.Object
de.codecentric.boot.admin.server.web.HttpHeaderFilter
Returns a new HttpHeaders from the given one but omits the hop-by-hop headers and
specified headers.
- Author:
- Johannes Edmeier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.HttpHeadersfilterHeaders(org.springframework.http.HttpHeaders headers)
-
Constructor Details
-
HttpHeaderFilter
-
-
Method Details
-
filterHeaders
public org.springframework.http.HttpHeaders filterHeaders(org.springframework.http.HttpHeaders headers)
-