As part of a bash script, I need to send a huge number (between 90,000 and 100,000) of json post requests over the same connection to a server which supports http/2 and pipelining
Which is the command I need to use for that?
As part of a bash script, I need to send a huge number (between 90,000 and 100,000) of json post requests over the same connection to a server which supports http/2 and pipelining
Which is the command I need to use for that?