In my last column I covered how to dispatch based onmime type. That’s only part of the dispatching story. The other twomajor pieces of information to use when dispatching are the HTTPmethod and the URI. Let’s look at the HTTP method first. The first and easiest way to handle the HTTP method is to handle different methods within the same CGI application. When a request comes in, the HTTP method is passed in via the REQUEST_METHOD environment variable. We can just look up the
continue >>
Author:
Time:
Sunday, February 10th, 2008 at 7:29 am
Category:
Comments:
You can leave a response, or trackback from your own site.
RSS:
You can follow any responses to this entry through the RSS 2.0 feed.
Navigation: