class Async::HTTP::Server

def as_json(...)

@returns [Hash] A JSON-compatible representation of this server.
def as_json(...)
	{
		endpoint: @endpoint.to_s,
		protocol: @protocol,
		scheme: @scheme,
	}
end