pfeiferj / vscode-hurl

Provides a vscode plugin for hurl.dev
Apache License 2.0
23 stars 5 forks source link

WIP: feat: add missing options `path-as-is`, `compressed`, `proxy` #4

Closed elbart closed 1 year ago

elbart commented 1 year ago

PR for the case my hurl PR goes through: https://github.com/Orange-OpenSource/hurl/pull/1667

pfeiferj commented 1 year ago

I'm working on pulling these over into the tree-sitter grammar. Do you know if proxy is currently supported? I don't see it in the docs

pfeiferj commented 1 year ago

https://github.com/pfeiferj/tree-sitter-hurl/pull/3 An accompanying PR for the tree-sitter repo

elbart commented 1 year ago

@pfeiferj thanks for asking. According to https://hurl.dev/docs/manual.html#options, there is a --proxy option and I also found in the code, that the proxy option can come from the hurl file (not only as a cli option): https://github.com/Orange-OpenSource/hurl/blob/master/packages/hurl/src/runner/entry.rs#L342-L344