module

HTTP

The HTTP module contains HTTP::Client, HTTP::Server and HTTP::WebSocket implementations.

NOTE: To use HTTP, you must explicitly import it with require "http"

Constants

SUPPORTED_VERSIONS_ = {"HTTP/1.0", "HTTP/1.1", "HTTP/2.0"}

Nested types