Re: [Tutor] HTTP GET Request

2005-10-03 Thread Jerl Simpson
out it was easy enough with out one. I'm now a fan of Python. Thanks for the replies and suggestions. jerl On 9/27/05, Kent Johnson <[EMAIL PROTECTED]> wrote: Jerl Simpson wrote:> The only piece I don't have going the Python route is actually> getting the GETWhich

Re: [Tutor] HTTP GET Request

2005-09-27 Thread Jerl Simpson
Sorry, accidentally sent the last one before I was finished. I was saying, I just lack getting the GET URI into a variable, and then finding out the best way to parse it into it's components using Python. Thanks again, JerlOn 9/27/05, Jerl Simpson <[EMAIL PROTECTED]> wrote: I do

Re: [Tutor] HTTP GET Request

2005-09-27 Thread Jerl Simpson
hon.  mod_python ispretty good and fairly well documented, as well as being pretty low level.I think there is a lot to do here - perhaps if you tell us exactlywhat you need we can point you at a solution. Some web hosters providemod_python or zope hosting and that might be a way to get up and

[Tutor] HTTP GET Request

2005-09-27 Thread Jerl Simpson
Hello, I have been looking through some of the HTTP projects and haven't quite found what I'm looking for. Basicall, what I need is a stand alone CGI.  Instead of the program passing the data off to a CGI, I want it to parse and handle the request directly. The part I'm having trouble with is act