# Functions

HandleHttpResponse method helps handle http response body Parameters: - ctx context.Context execution context to trace execution through call chain.
NewCommandableHttpClient is creates a new instance of the client.
NewRestClient creates new instance of RestClient Returns: pointer on NewRestClient.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

CommandableHttpClient is abstract client that calls commandable HTTP service.
RestClient is abstract client that calls remove endpoints using HTTP/REST protocol.