import java.nio.charset.StandardCharsets;import java.util.LinkedHashMap;import java.util.List;import java.util.Map;Go to the source code of this file.
Packages | |
| package | dev.rafex.ether.http.client.model |
| Request and response models for Ether HTTP clients. | |
Functions | |
| record | dev.rafex.ether.http.client.model.HttpResponseSpec (int statusCode, Map< String, List< String > > headers, byte[] body) |