Developer Factory

R F C (recommanded For Comment) 본문

Developer/Jquery

R F C (recommanded For Comment)

Jeremy.Park 2014. 6. 24. 10:02


(* 요청)


HTTP

Request-Line => GET / index.html  HTTP/1.1 (엔터)
GET -> Method (요청형식)
indwx.html -> Request URI

     Uniform               URL - http: 서버경로:포트/경로
     Resource                  (Lcation)
     Identify                URV :  0 :: 0 :: 0 :: 0


header (요청,응답,공통,데이터)

User-Againt : ------------------ (엔터)
헤더명          값

 (엔터 CRLF) 


(* 응답)

status-line : HTTP/1.1 200 ok    =>   ( HTTP/1.1 -> http버전 / 200 -> status code / ok -> 문장(메시지) )

해더
- 응답
요청
- 공통
- 데이터해더
(Entity)