# Functions
CheckInstalledSoftware checks that the required software is present.
Delete executes a DELETE request.
Execute executes a command in the machine the program is running - workspace: represents the location where to execute the command - command: represents the name of the binary to execute - args: represents the arguments to be passed to the command.
Get executes a GET request.
GetEnv returns an environment variable as string.
GetEnvBool returns an environment variable as boolean.
GetEnvInteger returns an environment variable as integer, including a default value.
Post executes a POST request.
Put executes a PUT request.
# Structs
HTTPRequest configures an HTTP request.