wait4x-http
Verified for current stable LTS
Wait4x Http Command: Wait For Http Status Code
Use for wait for http status code with Wait4x Http. Exact CLI syntax to wait for http status code using Wait4x Http.
When to use this: Use for wait for http status code with Wait4x Http.
Command Syntax
wait4x http {https://example.com/health} --expect-status-code <200> wait4x http `{https://example.com/health`} --expect-status-code <200> Live Command Builder
Final Command
wait4x http {https://example.com/health} --expect-status-code <200> Command Breakdown
--expect-status-code- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to wait for http status code using Wait4x Http.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Wait4x Http Command: Wait For Http Body Regex
wait4x http {https://api.example.com/status} --expect-body-regex '{"status":\s*"healthy"}' Wait4x Http Command: Wait For Json Field Existence wait4x http {https://api.example.com/status} --expect-body-json "<services.database.status>" Wait4x Http Command: Wait For Response Header Value wait4x http {https://api.example.com} --expect-header "<Content-Type=application/json>" Wait4x Http Command: Wait With Custom Request Headers wait4x http {https://api.example.com} --request-header "{Authorization: Bearer token123}" Wait4x Http Command: Wait With Timeout And Inverted Check wait4x http {https://example.com/health} --expect-status-code <200> --invert-check --timeout <60s>