Structs§
- Status
Code - Codes de statut HTTP
Enums§
- Http
Method - Enum représentant les méthodes HTTP autorisées.
Functions§
- send_
bad_ request_ response - Envoie une réponse HTTP 400 Bad Request au client.
- send_
binary_ response - Envoie une réponse HTTP GET avec du contenu binaire au client.
- send_
forbidden_ response - Envoie une réponse HTTP 403 Forbidden au client.
- send_
get_ response - Envoie une réponse HTTP GET au client.
- send_
head_ response - Envoie une réponse HTTP HEAD au client.
- send_
http_ version_ not_ supported_ response - Envoie une réponse HTTP 505 HTTP Version Not Supported au client.
- send_
internal_ server_ error_ response - Envoie une réponse HTTP 500 Internal Server Error au client.
- send_
method_ not_ allowed_ response - Envoie une réponse HTTP 405 Method Not Allowed au client.
- send_
not_ found_ response - Envoie une réponse HTTP 404 Not Found au client.
- send_
not_ implemented_ response - Envoie une réponse HTTP 501 Not Implemented au client.