0 votes
by (400 points)
Is http synchronous or asynchronous?

1 Answer

0 votes
by (360 points)
Asynchronous protocols
HTTP is a synchronous protocol: the client issues a request and waits for a response. ... In contrast to HTTP, message passing (e.g. over AMQP, or between Akka actors) is asynchronous. As a sender, you usually don't wait for a response.Mar 6, 2016

Related questions

...