🟥 HTTP parser, client and server (see Http for more details) More...
Classes | |
| struct | SC::HttpClient |
| Http async client. More... | |
| struct | SC::HttpParser |
| Incremental HTTP request or response parser. More... | |
| struct | SC::HttpRequest |
| Http request received from a client. More... | |
| struct | SC::HttpResponse |
| Http response that will be sent to a client. More... | |
| struct | SC::HttpServer |
| Async Http server. More... | |
| struct | SC::HttpURLParser |
| Parse an URL splitting it into its base components. More... | |
🟥 HTTP parser, client and server (see Http for more details)