| Package | Description |
|---|---|
| org.gcube.common.gxrest.request |
Requests to web application.
|
| Modifier and Type | Method and Description |
|---|---|
GXHTTPRequest |
GXHTTPRequest.from(String agent)
Deprecated.
Sets the identity user agent associated to the request.
|
GXHTTPRequest |
GXHTTPRequest.header(String name,
String value)
Deprecated.
Add headers to the request.
|
static GXHTTPRequest |
GXHTTPRequest.newRequest(String address)
Deprecated.
Creates a new request.
|
GXHTTPRequest |
GXHTTPRequest.path(String path)
Deprecated.
Adds s positional path parameter to the request.
|
GXHTTPRequest |
GXHTTPRequest.queryParams(Map<String,String> parameters)
Deprecated.
Sets the query parameters for the request.
|
GXHTTPRequest |
GXHTTPRequest.withBody(String body)
Deprecated.
Sets the body of the request.
|
Copyright © 2018. All Rights Reserved.