You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each entry in a hurl file has an optional [Options] section that can be used to provide overrides for the CLI-provided options. While options such as insecure are currently supported in this section, there does not appear to be a way to specify a proxy other than using the --proxy CLI argument.
From a quick look through the code base, it looks like this would require some minor edits to the get_entry_options() method along with some changes to how files are parsed to make a new EntryOption::Proxy enum variant.
The text was updated successfully, but these errors were encountered:
Each entry in a hurl file has an optional
[Options]
section that can be used to provide overrides for the CLI-provided options. While options such asinsecure
are currently supported in this section, there does not appear to be a way to specify a proxy other than using the--proxy
CLI argument.From a quick look through the code base, it looks like this would require some minor edits to the
get_entry_options()
method along with some changes to how files are parsed to make a newEntryOption::Proxy
enum variant.The text was updated successfully, but these errors were encountered: