Uses of Interface
kong.unirest.core.Client
Packages that use Client
-
Uses of Client in kong.unirest.core
Methods in kong.unirest.core that return ClientMethods in kong.unirest.core with parameters of type ClientModifier and TypeMethodDescriptionConfig.httpClient(Client httpClient) Set the HttpClient implementation to use for every synchronous requestMethod parameters in kong.unirest.core with type arguments of type ClientModifier and TypeMethodDescriptionConfig.httpClient(Function<Config, Client> httpClient) Provide a builder for a client -
Uses of Client in kong.unirest.core.java
Classes in kong.unirest.core.java that implement Client