- HTTP request message; HTTP request
- HTTP 요청 메시지; HTTP 요청
- HTTP response message; HTTP response
- HTTP 응답 메시지; HTTP 응답
1 HTTP 요청[ | ]
text
Copy
GET /index.html HTTP/1.1
Host: www.example.com
text
Copy
POST /contacts/new HTTP/1.1
Host: www.zetawiki.com
Content-Type: text/html; charset=UTF-8
Name=Eric&Age=26
2 HTTP 응답[ | ]
text
Copy
HTTP/1.1 200 OK
Date: Mon, 23 May 2005 22:38:34 GMT
Server: Apache/1.3.3.7 (Unix) (Red-Hat/Linux)
Last-Modified: Wed, 08 Jan 2003 23:11:55 GMT
ETag: "3f80f-1b6-3e1cb03b"
Content-Type: text/html; charset=UTF-8
Content-Length: 131
Accept-Ranges: bytes
Connection: close
<html>
<head>
<title>An Example Page</title>
</head>
<body>
Hello World, this is a very simple HTML document.
</body>
</html>
3 같이 보기[ | ]
4 참고[ | ]
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.