| Package | Description |
|---|---|
| com.github.noraui.service | |
| com.github.noraui.service.impl |
| Modifier and Type | Method and Description |
|---|---|
String |
HttpService.get(String url) |
String |
HttpService.get(String baseUrl,
String uri) |
String |
HttpService.post(String url,
String json) |
String |
HttpService.post(String baseUrl,
String uri,
String json) |
| Modifier and Type | Method and Description |
|---|---|
String |
HttpServiceImpl.get(String url) |
String |
HttpServiceImpl.get(String baseUrl,
String uri) |
String |
HttpServiceImpl.post(String url,
String json) |
String |
HttpServiceImpl.post(String baseUrl,
String uri,
String json) |
Copyright © 2023 NoraUi. All rights reserved.