class ActionDispatch::Request

def request_id=(id) # :nodoc:

:nodoc:
def request_id=(id) # :nodoc:
  set_header ACTION_DISPATCH_REQUEST_ID, id
end