1.0.0 • Published 6 years ago

sync-requests v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

Synchronized Requests

A SynchronizedRequest can terminate (send the last http header byte then close the socket) the request at exactly one moment using the 'terminate' method.

It can be useful if the goal is to ensure that multiple requests are processed by the server at exactly one specific moment.

Use case

PingBackClient

https://github.com/7PH/PingBackClient

PingBack client allowing multiple concurrent and synchronized requests against wordpress instances