Class HTTP2.Builder

java.lang.Object
com.storedobject.common.HTTP2.Builder
Enclosing class:
HTTP2

public static class HTTP2.Builder extends Object
This class provides a builder pattern for constructing HTTP requests. It allows customization of various aspects such as URL, headers, body, timeouts, and other configurations related to the HTTP client and requests. The builder also supports synchronous and asynchronous operations for request execution.
Author:
Syam