Request Flow handles the request from the user ( client ) and send it to the server. Lets look into details on the function flow internally when client raises a request. This is what happens when u type an asp .net mvc application URL into the address bar of a web browser & clicks on enter.
Request -->Routing --> Handler -->Controller --> Action --> View --> Response
Request -->Routing --> Handler -->Controller --> Action --> View --> Response