Hi there,
I have written a small programme that simulates a web server. It reads the first line of incoming requests, which is generally "GET / HTTP1.1" and delivers the requested file if it exists. I wish to modify my programme so that it can read the entire HTTP header and any POST data that may be present, but
have been running into problems.
Can anyone give me a little help to help me with my project?
Thanks in advance.
I have written a small programme that simulates a web server. It reads the first line of incoming requests, which is generally "GET / HTTP1.1" and delivers the requested file if it exists. I wish to modify my programme so that it can read the entire HTTP header and any POST data that may be present, but
have been running into problems.
Can anyone give me a little help to help me with my project?
Thanks in advance.