class Async::HTTP::Server

def to_json(...)

@returns [String] A JSON string representation of this server.
def to_json(...)
	as_json.to_json(...)
end