# Functions
BuildRequest builds a Request from a Configuration.
ExecuteRequest executes an HTTP request based on the specified options.
ParseURL parses the configuration to generate the final URL that the request will be sent to.
# Structs
ExecutedRequestResponse represents a pair of request and the response that was returned from its execution.
ExecutionOptions represent the options to be passed for the request executor.
Request stores data required to configure a request to be executed.
Response is the response from the daemon after executing a request.