The HTTP module contains HTTP::Client, HTTP::Server and HTTP::WebSocket implementations.
HTTP::Client
HTTP::Server
HTTP::WebSocket
NOTE To use HTTP, you must explicitly import it with require "http"
HTTP
require "http"