# Functions
No description provided by the author
BytesFile creates a application/octet-stream response.
CSS sends a text/css response.
No description provided by the author
HTML creates a HTML response.
No description provided by the author
JSON creates a application/json response.
PlainText sends a text/plain response.
No description provided by the author
No description provided by the author
No description provided by the author
StaticFile serves static files.
Status returns a response only with a status code.
StreamFile creates a application/octet-stream response.
# Structs
Response holds all the http response information Value and headers except the status code can be modified before sent to the client.
# Type aliases
No description provided by the author