Lesson Plan Title: Http Basics
Concept / Topic To Teach:
This lesson presents the basics for understanding the transfer of data between the browser and the web application.How HTTP works:
All HTTP transactions follow the same general format. Each client request and server response has three parts: the request or response line, a header section and the entity body. The client initiates a transaction as follows:General Goal(s):
Enter your name in the input field below and press "Go!" to submit. The server will accept the request, reverse the input and display it back to the user, illustrating the basics of handling an HTTP request.