class Protocol::HTTP::Request

def peer

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

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