HTTP 메세지의 종류
HTTP 메세지의 구성
예시
POST /submit-form HTTP/1.1 Host: www.example.com Content-Type: application/x-www-form-urlencoded Content-Length: 27 Connection: keep-alive username=johndoe&password=1234
HTTP 메세지 : Header
HTTP 메세지 : Body