wait4x-http
Verified for current stable LTS
Wait4x Http Commands
Wait4x Http command syntax with verified terminal examples.
Commands
7 commands for Wait4x Http
wait4x-http HTTP
Wait4x Http Command: Wait For Http Body Regex
wait4x http {https://api.example.com/status} --expect-body-regex '{"status":\s*"healthy"}' wait4x-http HTTP
Wait4x Http Command: Wait For Http Status Code
wait4x http {https://example.com/health} --expect-status-code <200> wait4x-http HTTP
Wait4x Http Command: Wait For Json Field Existence
wait4x http {https://api.example.com/status} --expect-body-json "<services.database.status>" wait4x-http HTTP
Wait4x Http Command: Wait For Response Header Value
wait4x http {https://api.example.com} --expect-header "<Content-Type=application/json>" wait4x-http HTTP
Wait4x Http Command: Wait With Custom Request Headers
wait4x http {https://api.example.com} --request-header "{Authorization: Bearer token123}" wait4x-http HTTP
Wait4x Http Command: Wait With Timeout And Inverted Check
wait4x http {https://example.com/health} --expect-status-code <200> --invert-check --timeout <60s> wait4x-http HTTP
Wait4x Http Command: Wait With Tls Client Certificate
wait4x http {https://example.com} --cert-file <path/to/cert.pem> --key-file <path/to/key.pem> Suggest a Wait4x Http Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Wait4x Http workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.