You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 6, 2020. It is now read-only.
joshthecoder edited this page May 25, 2011
·
3 revisions
Welcome to the libhttp Wiki!
Planning Notes
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.