"HTTP 요청, HTTP 응답"의 두 판 사이의 차이

8번째 줄: 8번째 줄:
*[[웹브라우저]]가 [[웹서버]]로 요청
*[[웹브라우저]]가 [[웹서버]]로 요청
*구성: 요청줄, 요청헤더, 빈줄, 부가메시지
*구성: 요청줄, 요청헤더, 빈줄, 부가메시지
<source lang='text'>
GET /index.html HTTP/1.1
Host: www.example.com
</source>


==HTTP 응답==
==HTTP 응답==

2014년 10월 3일 (금) 01:44 판

HTTP request message; HTTP request
HTTP 요청 메시지; HTTP 요청
HTTP response message; HTTP response
HTTP 응답 메시지; HTTP 응답

1 HTTP 요청

GET /index.html HTTP/1.1
Host: www.example.com

2 HTTP 응답

3 같이 보기

4 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}