|
例如:
HTTP/1.0 200 OK
Date: Friday, 23-sep-99 18:22:45 GMT
Server: NCSA/1.3
MIME-version: 1.0
Content-type:text/html
Last-modified: Friday, 23-sep-99 18:20:22 GMT
Content-length: 145
<html>
<head>
<title> Test HTML file </title>
</head>
<body>
<h1> This is a test file </h1>
<p> So what did you expect,an't?
</body>
</html>
响应消息头信息是怎么组织的呢?要自己一条一条写吗? |
|