[][src]Module aphrora::http

Basic support for HTTP:
Parse http string into Request and parse Response object into string.

Structs

Request
Response

Enums

RequestMethod

Now only support GET and POST, any other request methods will be recognized as Unsupported.

ResponseStatus

Now only support 200 OK, 404 Not Found, 403 Forbidden and 500 Internal Server Error.