class Protocol::HTTP::Response

def peer

@returns [Peer | Nil] The peer (address) associated with the response.

A response that is generated by a client, may choose to include the peer (address) associated with the response. It should be implemented by a sub-class.
def peer
	nil
end