This question already has an answer here:
- Name for HTTP Request+Response 3 answers
For example in HTTP you send a request and receive a response; is there a noun that describes that request-response pair?
I'd thought of "dialog" or "conversation" however those imply multiple request-response pairs, whereas I'm looking for a word that indicates exactly one.
The reason for asking is that I need to name an object which encapsulates the details of both, and RequestResponse
seems fairly lame.
OpenRasta used "communication" for the request/response couple.
I would go for
Exchange
orRequestResponse
.I also went to name it
Operation
in my code as I would queue Operations, flush Operations, pause or resume Operations.I'd use Message or Transaction
Transceival
orServiceCall
might work.Interaction
How about "exchange"?