Method | Description | |
---|---|---|
HttpClient ( String baseUri ) : System | ||
makeRequest ( HttpRequestType type, String request ) : String | ||
makeRequest ( String request ) : String | ||
postOrPut ( HttpRequestType type, String body ) : String |
public HttpClient ( String baseUri ) : System | ||
baseUri | String | |
return | System |
public makeRequest ( HttpRequestType type, String request ) : String | ||
type | HttpRequestType | |
request | String | |
return | String |
public makeRequest ( String request ) : String | ||
request | String | |
return | String |
public postOrPut ( HttpRequestType type, String body ) : String | ||
type | HttpRequestType | |
body | String | |
return | String |