@Component public class HttpUtils extends Object
| Constructor and Description |
|---|
HttpUtils(RegistryProperties registryProperties) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
delete(String path) |
com.google.gson.JsonElement |
get(String path,
Map<String,String> params) |
com.google.gson.JsonElement |
post(String path,
com.google.gson.JsonObject body) |
com.google.gson.JsonElement |
put(String path,
com.google.gson.JsonObject body) |
@Autowired public HttpUtils(RegistryProperties registryProperties)
Copyright © 2023. All rights reserved.