wait4x icon indicating copy to clipboard operation
wait4x copied to clipboard

Feature request: wait for http over socket

Open W1M0R opened this issue 8 months ago • 1 comments

I have the following pattern to wait for Docker to be running:

wait-on -s 1 -t 1000 --verbose socket:/var/run/docker.sock
wait-on http-get://unix:/var/run/docker.sock:/info
wait-on -s 1 -t 1000 --verbose http-get://unix:/var/run/docker.sock:http://latest/info

This makes use of the wait-on utility.

It would be very handy if wait4x could have the ability to wait for sockets in general, and http-over-sockets in specific.

W1M0R avatar Jun 20 '25 19:06 W1M0R

Hey @W1M0R, thanks for your suggestion! It’s a really nice feature. By the way, we’d be happy if you want to contribute to it. If not, no worries — we can also consider adding it in the near future.

atkrad avatar Jun 25 '25 20:06 atkrad