Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

sync-requests

7PH17ISC1.0.0TypeScript support: included

Send very basic synchronized concurrent raw http requests.

concurrent, request, http, layer7, ddos, dos, spam, denial, service

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