handy_httpd.components.response

Contains HTTP response components.

Members

Enums

HttpStatus
enum HttpStatus

An enum defining all valid HTTP response statuses: See here: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status

Structs

HttpResponse
struct HttpResponse

The data that the HTTP server will send back to clients.

StatusInfo
struct StatusInfo

A struct containing basic information about a response status.