hurl
Verified for current stable LTS
Hurl Command: Run Http Requests From File
Use for run http requests from file with Hurl. Exact CLI syntax to run http requests from file using Hurl.
When to use this: Use for run http requests from file with Hurl.
Command Syntax
hurl <path/to/file.hurl> hurl <path/to/file.hurl> Command Breakdown
hurl is the base executable for this command.
FAQ
Purpose: Exact syntax to run http requests from file using Hurl.
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
Hurl Command: Run Http Requests Inject Variables Secrets From File
hurl --variables-file <path/to/variables_file> --secrets-file <path/to/secrets_file> <path/to/file.hurl> Hurl Command: Run Http Requests Set Variable hurl --variable <variable_name>=<value> <path/to/file.hurl> Hurl Command: Run Http Requests With Secret Redact Logs hurl --secret <secret_name>=<value> <path/to/file.hurl> Hurl Command: Run Specific Http Requests From File hurl --from-entry 2 --to-entry 5 <path/to/file.hurl> Hurl Command: Test Http Requests And Generate Report Html hurl --test --report-html <path/to/output_directory> <path/to/file.hurl>