首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 互联网 >

HTTP 协议 的简略解释

2012-07-01 
HTTP 协议 的简单解释At a glance, HTTP is a fairly simple, text-based protocol built on top of TCP/I

HTTP 协议 的简单解释
At a glance, HTTP is a fairly simple, text-based protocol built on top of TCP/IP. Every HTTP session is initiated by establishing a TCP connection to the server, typically to port 80, and then issuing a request that outlines the requested URL. In response, the server returns the requested file and, in the most rudimentary use case, tears down the TCP connection immediately thereafter.

摘抄至:《The Tangled web(A Guide to Securing Modern Web Application)》

热点排行