We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When exporting an Hurl file containing a cookie query with Expires attributes, the serialized attribute is Expire:
Expires
Expire
GET http://localhost HTTP/1.1 200 [Asserts] cookie "Session[Expires]" exists
$ hurlfmt --format json /tmp/test.hurl
{ "entries": [ { "request": { "method": "GET", "url": "http://localhost" }, "response": { "version": "HTTP/1.1", "status": 200, "asserts": [ { "query": { "type": "cookie", "expr": "Session[Expire]" }, "predicate": { "type": "exist" } } ] } } ] }
The text was updated successfully, but these errors were encountered:
fix in #101
Sorry, something went wrong.
No branches or pull requests
When exporting an Hurl file containing a cookie query with
Expires
attributes, the serialized attribute isExpire
:The text was updated successfully, but these errors were encountered: