HTTP Methods
My task was to include all the request method to allow users to interface with the web server. Inside the demo code of microchip TCPIP, there was a flow of state machine to receive and response the request. By modifying and inserting the request method, a simple receive request and return response program can be performed. This was tested by using the telnet to send the commands, for example OPTION / HTTP/1.1. After finishing the simple receive and response task, Read more