handle_request


Description:

public void handle_request (State state)

AFTER a State has been initialized by an engine with request headers, cookies and a session prepared, THEN run a request through the dispatcher. Iterate through each path to determine if the request matches, run through those actions, and set up the response.

Parameters:

state Current engine state