Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
HttpResponseSpec.java File Reference
import java.nio.charset.StandardCharsets;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
Include dependency graph for HttpResponseSpec.java:

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)