| Package | Description |
|---|---|
| com.google.cloud.tools.jib.http |
| Modifier and Type | Method and Description |
|---|---|
Request |
Request.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Response |
Connection.get(Request request)
Sends the request with method GET.
|
Response |
Connection.post(Request request)
Sends the request with method POST.
|
Response |
Connection.put(Request request)
Sends the request with method PUT.
|
Response |
Connection.send(String httpMethod,
Request request)
Sends the request.
|
Copyright © 2018. All rights reserved.