public class HttpSimpleGetClientInvocation extends BaseHttpClientInvocation
| Constructor and Description |
|---|
HttpSimpleGetClientInvocation(FhirContext theContext,
String theUrlPath) |
| Modifier and Type | Method and Description |
|---|---|
IHttpRequest |
asHttpRequest(String theUrlBase,
Map<String,List<String>> theExtraParams,
EncodingEnum theEncoding,
Boolean thePrettyPrint)
Create an HTTP request out of this client request
|
addHeader, appendExtraParamsWithQuestionMark, createHttpRequest, getContext, getHeaders, getRestfulClientFactorypublic HttpSimpleGetClientInvocation(FhirContext theContext, String theUrlPath)
public IHttpRequest asHttpRequest(String theUrlBase, Map<String,List<String>> theExtraParams, EncodingEnum theEncoding, Boolean thePrettyPrint)
BaseHttpClientInvocationasHttpRequest in class BaseHttpClientInvocationtheUrlBase - The FHIR server base url (with a trailing "/")theExtraParams - Any extra request parameters the server wishes to addtheEncoding - The encoding to use for any serialized content sent to the
serverCopyright © 2014–2018 University Health Network. All rights reserved.