# Constants
ResponseTypeHTML represents the HTML response type.
ResponseTypeJSON represents the JSON response type.
ResponseTypeText represents the text response type.
ResponseTypeXML represents the XML response type.
ResponseTypeYAML represents the YAML response type.
# Structs
MassRequestContent represents the request content.
RequestContent represents the request content.
RequestCountLimit represents the request count limit.
ResponseContent represents the response content.
WriteHTTPData represents the data to be written.
# Interfaces
ExecReq represents the request executor.
MassRequestExecutor represents the request executor.
RequestExecutor represents the request executor.
# Type aliases
ResponseType represents the response type.