class EventMachine::Protocols::HeaderAndContentProtocol
def headers_2_hash hdrs
Basically a convenience method. We might create a subclass that does this
def headers_2_hash hdrs self.class.headers_2_hash hdrs end
def headers_2_hash hdrs self.class.headers_2_hash hdrs end