단순 텍스트가 아닌 하이퍼 텍스트(다른 내용에 대한 링크를 갖는 문자열)을 전송하기 위한 프로토콜(약속된 정의)
POST / account HTTP/1.1
Content-Type : application/json
Accept : application/json
UserInfo : {"userId":34}
{
"balance" : 5000
}
HTTP/1.1 200 OK
Content-Type : application/json
Transfer-Encoding : chunked
Date : Sat, 17 Jul 2021 15:33:34 GMT
Keep-Alive : timeout=60
Connection : keep-alive
{
"developerLevel" : "JUNIOR",
"developerSkillType" : "FULL_STACK",
"experiencyYears" : 2,
"memberId" : "sunny.flo1wer",
"name" : "sun",
"age" : 36
}