Uses of Interface
kong.unirest.core.Client
Packages that use Client
-
Uses of Client in kong.unirest.core
Classes in kong.unirest.core that implement ClientModifier and TypeClassDescriptionclassA Mock client for unirest to make requests against This implements both sync and async clientsMethods in kong.unirest.core that return ClientModifier and TypeMethodDescriptionConfig.getClient()Return the current Client.MockConfig.getClient()Methods 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