Uses of Interface
com.github.silent.samurai.speedy.api.client.HttpClient
Packages that use HttpClient
Package
Description
-
Uses of HttpClient in com.github.silent.samurai.speedy.api.client
Methods in com.github.silent.samurai.speedy.api.client with parameters of type HttpClientModifier and TypeMethodDescriptionstatic <T> SpeedyClient<T>SpeedyClient.from(HttpClient<T> httpClient) Constructors in com.github.silent.samurai.speedy.api.client with parameters of type HttpClientModifierConstructorDescriptionSpeedyApi(HttpClient<T> httpClient) Constructor that takes an HttpClient interface.SpeedyClient(HttpClient<T> httpClient) -
Uses of HttpClient in com.github.silent.samurai.speedy.api.client.clients
Classes in com.github.silent.samurai.speedy.api.client.clients that implement HttpClientModifier and TypeClassDescriptionclassMockMvc implementation of HttpClient for testing purposes.class