Evolving Framework, Step 4: Handle requests with a request handler
Sunday, April 29th, 2007So, picking up from where I left off in Step 3, cleaning up the server-side, we’ve now got a simple HTML form that sends a clean request into the server, and a nice little Request class to make the incoming data easy to work with. To jog your memory, the form looks like:
(more…)