Http protocol specification
Posted: Thu Aug 24, 2006 7:54 pm
This is one confusing mother yucker. Does anybody know of any translations or cheat sheets etc.?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Well that goes without saying.straight forward for me.
PITA?but finding what your after specifically is PITA...
That's a pretty good idea.You may want to search Google for some "Introduction to HTTP" type articles, which will give you insight into how the HTTP process works...
What is that?BNF grammar, as you need to understand how BNF works which ties into parsing, which is a fairly complicated subject...
PITA = Pain in the a$$ole wrote:Well that goes without saying.straight forward for me.
PITA?but finding what your after specifically is PITA...
That's a pretty good idea.You may want to search Google for some "Introduction to HTTP" type articles, which will give you insight into how the HTTP process works...
What is that?BNF grammar, as you need to understand how BNF works which ties into parsing, which is a fairly complicated subject...
So I guess this is what w3c used before SGML.Wikipedia wrote:Document Type Definition (DTD) replaces BNFs in many contexts.