12.07.2015 Views

Submitting Form Data

Submitting Form Data

Submitting Form Data

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Task (2) : Web Server• You will develop a web server that handles one HTTPrequest at a time.• Your web server should accept and parse the HTTPrequest, get the requested file from the server’s filesystem, create an HTTP response message consisting ofthe requested file preceded by header lines, and thensend the response directly to the client.• If the requested file is not present in the server, theserver should send an HTTP “404 Not Found” messageback to the client.18

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!