rowen77 / concurrent-curls

Send multiple API calls in parallel using curl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

concurrent-curls

Send multiple API calls in parallel using curl

Usage

concurrent-curls.sh <file-containing-urls>

Format of input file

url = "https://example.com/endpoint-1"
url = "https://example.com/endpoint-2"

About

Send multiple API calls in parallel using curl


Languages

Language:Shell 100.0%