class Protocol::HTTP::Response

def to_json(...)

@returns [String] The response as JSON.

Convert the response to JSON.
def to_json(...)
	as_json.to_json(...)
end