module HTTPS
A server that supports both HTTP1.0 and HTTP1.1 semantics by detecting the version of the request.
Definitions
def self.names
Supported Application Layer Protocol Negotiation names:
Implementation
def self.names
HANDLERS.keys.compact
end