Class Request

java.lang.Object
com.akamai.edgegrid.signer.Request
All Implemented Interfaces:
Comparable<Request>

public class Request extends Object implements Comparable<Request>
Library-agnostic representation of an HTTP request. This object is immutable, so you probably want to build an instance using Request.RequestBuilder. Extenders of AbstractEdgeGridRequestSigner will need to build one of these as part of their implementation.
Author:
[email protected], [email protected]