Maksim Kasimov wrote:
> I'm trying to write an server-application, using
> BaseHTTPServer/BaseHTTPRequestHandler.
>
> When application is running, some client-application can post data to the
> server, and BaseHTTPRequestHandler reads all headers and posted raw data from
> "rfile", sends back r
Hi,
I'm trying to write an server-application, using
BaseHTTPServer/BaseHTTPRequestHandler.
When application is running, some client-application can post data to the
server, and BaseHTTPRequestHandler reads all headers and posted raw data from
"rfile", sends back response, than client/server