# Functions
DefaultExecute creates an HTTP executer with a default Go HTTP client generator and readfile utility.
# Constants
BodyParameterMode is a configuration flag specifying the value passed via HTTP should be through the HTTP body parameter.
QueryParameterKey is the key of the query parameter passed if the query parameter mode is used, in the form https://example.com?value="DATA".
QueryParameterMode is a configuration flag specifying the value passed via HTTP should be through the HTTP query parameter.
Type http represents an HTTP request.