我在RFC 2616 (“超文本传输协议 -- HTTP/1.1”)中没有找到一件事,那就是请求/响应对的“规范”名称。有这种事吗?
4.1 Message Types HTTP messages consist of requests from client to server and responses from server to client. HTTP-message = Request | Response ; HTTP/1.1 messages
以此为模板,你会在下面的句子中加入哪个词?
A single complete HTTP ... consists of one HTTP Request and one HTTP Response
HTTP-... = Request Response
往返?循环?