class EventMachine::Protocols::HeaderAndContentProtocol

def headers_2_hash hdrs

automatically. But it's such a performance killer.
Basically a convenience method. We might create a subclass that does this
def headers_2_hash hdrs
  self.class.headers_2_hash hdrs
end