A. GET이다. GET밖에 없었다.
This request consists of the word "GET", a space, the document address , omitting the "http:, host and port parts when they are the coordinates just used to make the connection. (If a gateway is being used, then a full document address may be given specifying a different naming scheme).
출처: The Original HTTP as defined in 1991
요청과 응답 예가 아래와 같았다고 한다. 출처: HTTP/0.9 – 원-라인 프로토콜
요청 예
GET /mypage.html
응답 예
<HTML>
A very simple HTML page
</HTML>
1991년 현재의 인터넷 초창기에는 HTTP으로는 미리 만들어진 HTML 문서를 GET 하는 정도밖에 안 되었던 거다.