wait-for-it icon indicating copy to clipboard operation
wait-for-it copied to clipboard

Enhancement: option to wait for url resource to come back

Open datpham23 opened this issue 8 years ago • 1 comments

I have a situation where the port is open but the application is still initializing. Can we add an option to wait for a HTTP resource to return?

datpham23 avatar Sep 08 '16 18:09 datpham23

If you are looking for an approach that does not depend on third party tools (curl, wget) and has cross platform support. Please take a look on this other tool https://github.com/maxcnunes/waitforit.

maxcnunes avatar Sep 21 '16 18:09 maxcnunes