Package com.applitools.connectivity.api
Class Request
java.lang.Object
com.applitools.connectivity.api.Request
-
Field Details
-
CONTENT_LENGTH_HEADER
-
CONTENT_TYPE_HEADER
-
logger
-
requestId
-
-
Constructor Details
-
Request
-
-
Method Details
-
header
-
methodInner
- Parameters:
method- The http method for the requestdata- The data to send with the request. If null, no data will be sent.contentType- The data content type. If null, no data will be sent.- Returns:
- Response from the server
-
method
-