-
-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
export to hurl format #195
Comments
actually I quite like their format, right now I have to write lua code to decode returned value and inject them in the next step:
but a tree-sitter grammar wont be able to parse that. Thus I think we could try to adopt HURL format when/if adding features or be able to skip their instructions so that we can use .hurl files in rest.nvim transparently |
note: there is a hurl grammar https://github.com/kjuulh/tree-sitter-hurl |
why can't rest.nvim work with hurl files? I haven't looked into the code base, but the availability of parsers for both http and hurl should make it easy to work with both? |
I have some trouble with my fork of rest.nvim #174 so I thought I would try:
https://hurl.dev/
with a structured enough datastructure, it should be easy to export basic requests to hurl format.
Listing changes to be made to
< data.bin
tofile,data.bin;
https://hurl.dev/docs/request.html#file-bodyThe text was updated successfully, but these errors were encountered: