sync-requests
v1.0.0
Published
Send very basic synchronized concurrent raw http requests.
Downloads
48
Maintainers
Readme
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