# Functions
AddProfiles adds a set of profiles to the configuration request.
AddValues adds a set of values in the configuration request.
BuildRequest builds an http.Request from a configured request.Request.
ConfigureRequest configures a request to be executed based on the provided options.
ConfigureRequestSimple is a simpler version of configure request TODO - This was brute forced here to solve the post-processing issue, this code needs to be refactored.
CreateConfigureRequestOptions creates the options to configure a request based on the options.
ExecuteRequestLoop executes HTTP requests based on the passed in options until there're no more requests to be executed.
ParseURL parses the configuration to generate the final URL that the request will be sent to.
PostProcess processes the executed requests using the post processing script.
SetRequestName sets the named request in the configuration request.
# Structs
ConfigureRequestOptions set of options that can be used to configure a request.
ExecutedRequestResponse represents a pair of request and the response that was returned from its execution.
ExecutionContext represent the options to be passed for the request executor.
PostProcessContext stores.
PostProcessSourceCode represents the source code to be executed.
Request stores data required to configure a request to be executed.
Response is the response from the daemon after executing a request.
# Type aliases
ConfigureRequestOption an option that can be applied on a ConfigureRequestOptions.