메소드 | 설명 | |
---|---|---|
HttpClient ( String baseUri ) : System | ||
makeRequest ( HttpRequestType type, String request ) : String | ||
makeRequest ( String request ) : String | ||
postOrPut ( HttpRequestType type, String body ) : String |
public makeRequest ( HttpRequestType type, String request ) : String | ||
type | HttpRequestType | |
request | String | |
리턴 | String |
public postOrPut ( HttpRequestType type, String body ) : String | ||
type | HttpRequestType | |
body | String | |
리턴 | String |