Releases: maxcnunes/waitforit
Releases · maxcnunes/waitforit
v2.4.1
v2.4.0
v2.3.0
-
Add support for -status: Expected status that address should return (e.g. 200) (by @killmenot )
waitforit \ -address=http://google.com \ -status 200 \ -debug
-
Add support for -header: List of headers sent in the http(s) ping request
waitforit \ -address=http://google.com \ -header "Authorization: Basic Zm9vOmJhcg==" \ -header "X-ID: 111" \ -debug
v2.2.1
- Improve host parsing (by @nsteinmetz )
v2.2.0
v2.1.0
v2.0.0
v1.4.0
v1.3.2
- Fix exception accessing a nil response during debug - by @mauriciominella