| Package | Description |
|---|---|
| technology.semi.weaviate.client.base.http | |
| technology.semi.weaviate.client.base.http.impl |
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
HttpClient.sendDeleteRequest(String url,
String json) |
HttpResponse |
HttpClient.sendGetRequest(String url) |
HttpResponse |
HttpClient.sendPatchRequest(String url,
String json) |
HttpResponse |
HttpClient.sendPostRequest(String url,
String json) |
HttpResponse |
HttpClient.sendPutRequest(String url,
String json) |
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
CommonsHttpClientImpl.sendDeleteRequest(String url,
String json) |
HttpResponse |
CommonsHttpClientImpl.sendGetRequest(String url) |
HttpResponse |
CommonsHttpClientImpl.sendPatchRequest(String url,
String json) |
HttpResponse |
CommonsHttpClientImpl.sendPostRequest(String url,
String json) |
HttpResponse |
CommonsHttpClientImpl.sendPutRequest(String url,
String json) |
Copyright © 2021 SeMI Technologies B.V.. All rights reserved.