Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
HttpRequestSpec.java File Reference
import java.net.URI;
import java.nio.charset.StandardCharsets;
import java.time.Duration;
import java.util.ArrayList;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import dev.rafex.ether.json.JsonUtils;
Include dependency graph for HttpRequestSpec.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.HttpRequestSpec (HttpMethod method, URI uri, Map< String, List< String > > headers, byte[] body, Duration timeout)