Possible Duplicate:
Why HTTP protocol is designed in plain text way?
To show my complete ignorance of how TCP/IP works: Looking at the ASCII table, what is the rationale of HTTP using only tab, newline and [x20-x7E]
for the protocol?
For example, why is "x02" ("Start of Text") not used but a double newline "x0Ax0A"?
Has it to do with any interference with TCP/IP (as in "is not allowed in Application Layer")? Is there perhaps a more trivial reason? Or a more complicated?
Duplicate of this question: Why HTTP protocol is designed in plain text way?.