Uses of Interface
kong.unirest.core.Header
-
Packages that use Header Package Description kong.unirest.core -
-
Uses of Header in kong.unirest.core
Classes in kong.unirest.core that implement Header Modifier and Type Class Description (package private) static class
Headers.Entry
Fields in kong.unirest.core with type parameters of type Header Modifier and Type Field Description private java.util.List<Header>
Headers. headers
Methods in kong.unirest.core that return types with arguments of type Header Modifier and Type Method Description java.util.List<Header>
Headers. all()
Get all of the headersjava.util.Collection<Header>
HttpRequestSummary. getHeaders()
java.util.Collection<Header>
RequestSummary. getHeaders()
Methods in kong.unirest.core with parameters of type Header Modifier and Type Method Description private boolean
Headers. isName(Header h, java.lang.String name)
-