# Functions
Send sends a request to the specified URL with the provided input, host, and HTTP method and returns a Response containing the input, output, and HTTP response.
# Structs
HandlerOpts contains data handler options.
ParsedInput represents the parsed input data for a request.
RequestData represents the data ready for a request.
Response represents the response from a client request, including the HTTP response, input data, and output data.
No description provided by the author
# Interfaces
SendOptions is used to configure data for sending requests.
URLEncoder interface for encoding URL values.