Name for HTTP Request+Response

The spec calls them “exchanges” (or “request/response exchanges”).

Per section 1.4, “Overall Operation”:

In HTTP/1.0, most implementations used a new connection for each request/response exchange. In HTTP/1.1, a connection may be used for one or more request/response exchanges […]

Leave a Comment