Why HTTP protocol is designed in plain text way?

前端 未结 10 1707
小蘑菇
小蘑菇 2020-12-08 07:29

Yesterday, I have a discussion with my colleagues about HTTP. It is asked why HTTP is designed in plain text way. Surely, it can be designed in binary way just like TCP prot

10条回答
  •  时光取名叫无心
    2020-12-08 07:37

    HTTP stands for "Hypertext Transfer Protocol".

    It was initially devised as a way to serve text documents, hence the text based protocol.

    What we do with HTTP now is far beyond its original intent.

提交回复
热议问题