Uses of Class
kong.unirest.core.Headers
-
Packages that use Headers Package Description kong.unirest.core -
-
Uses of Headers in kong.unirest.core
Fields in kong.unirest.core declared as Headers Modifier and Type Field Description protected HeadersWebSocketRequestImpl. headersMethods in kong.unirest.core that return Headers Modifier and Type Method Description HeadersConfig. getDefaultHeaders()Return default headers that are added to every requestHeadersFailedResponse. getHeaders()HeadersHttpRequest. getHeaders()HeadersHttpResponse. getHeaders()HeadersRawResponse. getHeaders()HeadersWebSocketRequest. getHeaders()HeadersWebSocketRequestImpl. getHeaders()Methods in kong.unirest.core with parameters of type Headers Modifier and Type Method Description voidHeaders. putAll(Headers header)Add a bunch of headers at once
-