amfr wrote:
> I looked at the doumentation and is says rfile is:
> "Contains an input stream, positioned at the start of the optional
> input data."
> How do i get the input out of it?
As with any "input stream" (file-like object) in Python, you call file
methods like .read() or maybe .readline()
I looked at the doumentation and is says rfile is:
"Contains an input stream, positioned at the start of the optional
input data."
How do i get the input out of it?
--
http://mail.python.org/mailman/listinfo/python-list
Thanks, all I wanted to know where the post data was stored from the
request
--
http://mail.python.org/mailman/listinfo/python-list
"amfr" <[EMAIL PROTECTED]> wrote:
>
>>From the BaseHTTPServer module, how do i gget the POST or GET data sent
>by the client? Is it stired the the file they requested? e.g.
>objectname.path
Did you check the documentation in the module? You need to derive your own
>From the BaseHTTPServer module, how do i gget the POST or GET data sent
by the client? Is it stired the the file they requested? e.g.
objectname.path
--
http://mail.python.org/mailman/listinfo/python-list
>From the BaseHTTPServer module, how do i gget the POST or GET data sent
by the client? Is it stired the the file they requested? e.g.
objectname.path
--
http://mail.python.org/mailman/listinfo/python-list