Web Protocols Readings¶
Protocols are the rules by which communication is governed in networked programming. The one protocol we will work most closely with in this class is HTTP. For that reason, you should have a thorough understanding of the protocol and how it operates.
Tasks¶
Before you begin, take a moment to preview the HTTP Protocol Quiz in Canvas.
Then, please read this introduction to the HTTP Protocol
You may also wish to familiarize yourself with the support available in the Python standard library for internet protocols in general:
- Python MOTW: Internet Protocols
- Python Standard Library Internet Protocols
Submitting Your Work¶
As you read, make note of your questions, comments and concerns. Enter these as your submission for this assignment.
When you are finished with your readings, take the HTTP Protocol Quiz in Canvas to be sure you got the important bits.