Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Http Method

Http MethodDescriptionExesample
GET조회/members/{ID}
POST생성/members
PUT전체 업데이트/members/{ID}
PATCH일부분 업데이트/members/{ID}
DELETE삭제/members/{ID}
OPTIONS

TRACE

HEAD

Header

분류HeaderDescription

Content

(표현 헤더)

Content-Type
Content-Length
Content-Language
Content-Encoding

Negotiation

(협상 헤더,

클라이언트가 선호하는 표현)

Accept
Accept-Charset
Accept-Language
Accept-Encoding

전송방식

분류Exam HeaderDescription
일반전송

Content-Type: text/plan

Content-Length: 528


압축전송

Content-Type: text/plan

Content-Encoding: gzip

Content-Length: 528


분할전송

Content-Type: text/plan

Content-Length: 528

Transper-Encoding: chunked

Content-Length가 있으면 안됨, 대신 표현메세지에 byte 명세함.

----------------

5 <= 5byte

hello

5 <= 5byte

world

범위전송

Content-Type: text/plan

Content-Range: byte 1001-2000 / 2000


일반정보

요청방식Exam HeaderDescription기타
RequestFromUserAgent의 이메일 주소
Referer: http://www.google.co.kr이전 웹페이지 주소

유입경로 분석

Referrer의 오타로 스펙에 정의됨

User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36요청한 어플리케이션 정보

클라이언트의 어플리케이션 정보


ResponseServer: nginx요청을 처리하는 오리진 서버의 소프트웨어 정보
Date: Tue, 15 NOV 1994 08:21:31 GMT응답 메세지가 생성된 날자

특별한 정보

요청방식Exam HeaderDescription

Request

Host*요청한 HOST정보 (도메인)

Location페이지 리다이렉션

Allow허용가능한 Http Method

Retry-After유저 에이전트가 다음 요청하기까기 기다려야 하는 시간