class EventMachine::Protocols::HeaderAndContentProtocol

def dispatch_request

def dispatch_request
  if respond_to?(:receive_request)
    receive_request @hc_headers, @hc_content
  end
  init_for_request
end