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