This repository was archived by the owner on Feb 6, 2020. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork 0
Home
joshthecoder edited this page May 25, 2011
·
3 revisions
This is a series of notes that will be helpful for implementing libhttp. It is important we fully understand all the nitty gritty details of the HTTP protocol and the surrounding ecosystem (proxies, TCP, authentication, etc). Feel free to add to these notes!
HTTP Messages - covers the basics of message structures and how to parse/compose them properly.