Uses of Class
de.quantummaid.httpmaid.http.Headers
-
Packages that use Headers Package Description de.quantummaid.httpmaid de.quantummaid.httpmaid.handler.http de.quantummaid.httpmaid.http de.quantummaid.httpmaid.http.headers.cookies -
-
Uses of Headers in de.quantummaid.httpmaid
Fields in de.quantummaid.httpmaid with type parameters of type Headers Modifier and Type Field Description static MetaDataKey<Headers>HttpMaidChainKeys. REQUEST_HEADERS -
Uses of Headers in de.quantummaid.httpmaid.handler.http
Methods in de.quantummaid.httpmaid.handler.http that return Headers Modifier and Type Method Description HeadersHttpRequest. headers() -
Uses of Headers in de.quantummaid.httpmaid.http
Methods in de.quantummaid.httpmaid.http that return Headers Modifier and Type Method Description static HeadersHeaders. headers(Map<String,List<String>> stringMap) -
Uses of Headers in de.quantummaid.httpmaid.http.headers.cookies
Methods in de.quantummaid.httpmaid.http.headers.cookies with parameters of type Headers Modifier and Type Method Description static CookiesCookies. cookiesFromHeaders(Headers headers)
-