Package zowe.client.sdk.rest

Http functionality used by the SDK via UNIREST library.

UNIREST library provides the ability to retrieve JSON error document.

For example, the following http GET request will result in an HTTP 500 error: https://xxxxxxx.broadcom.net:xxxx/zosmf/restfiles/ds?

and the JSON error report document body response is: {"rc":4,"reason":13,"category":1,"message":"query parm dslevel= or volser= must be specified"}