Package com.apicatalog.jsonld.http
Interface HttpClient
-
- All Known Implementing Classes:
DefaultHttpClient
public interface HttpClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpResponsesend(URI targetUri, String requestProfile)
-
-
-
Method Detail
-
send
HttpResponse send(URI targetUri, String requestProfile) throws JsonLdError
- Throws:
JsonLdError
-
-