| Package | Description |
|---|---|
| dk.langli.jensen.caller.http |
| Modifier and Type | Method and Description |
|---|---|
HttpInputStream |
JsonHttp.delete(String path) |
HttpInputStream |
JsonHttp.get(String path) |
HttpInputStream |
JsonHttp.get(String path,
String json) |
HttpInputStream |
JsonHttp.post(String path) |
HttpInputStream |
JsonHttp.post(String path,
String json) |
HttpInputStream |
JsonHttp.put(String path) |
HttpInputStream |
JsonHttp.put(String path,
String json) |
Copyright © 2018. All rights reserved.