-
Notifications
You must be signed in to change notification settings - Fork 17
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
Allow additional characters in Authorisation credentials #30
Comments
boltlessengineer
added a commit
to boltlessengineer/tree-sitter-http
that referenced
this issue
Jul 25, 2024
refactor the parser following more well-known [spec]. This resolves most opened issues changelog - change bunch of node names and fields - make request method optionable - disallow whitespace in front of request - multi-line target_url by indented lines - require blank line between URL+header & body - require `###` separator between each requests - don't parse url scheme and stuffs (not worth it) - support `//` comment - allows whitespace in form-data fixed rest-nvim#18 fixed rest-nvim#19 fixed rest-nvim#29 fixed rest-nvim#30 fixed rest-nvim#31 fixed rest-nvim#33 fixed rest-nvim#35 [spec]: https://www.jetbrains.com/help/idea/exploring-http-syntax.html
boltlessengineer
added a commit
to boltlessengineer/tree-sitter-http
that referenced
this issue
Jul 25, 2024
refactor the parser following more well-known [spec]. This resolves most opened issues changelog - change bunch of node names and fields - make request method optionable - disallow whitespace in front of request - multi-line target_url by indented lines - require blank line between URL+header & body - require `###` separator between each requests - don't parse url scheme and stuffs (not worth it) - support `//` comment - allows whitespace in form-data fixed rest-nvim#18 fixed rest-nvim#19 fixed rest-nvim#29 fixed rest-nvim#30 fixed rest-nvim#31 fixed rest-nvim#33 fixed rest-nvim#35 [spec]: https://www.jetbrains.com/help/idea/exploring-http-syntax.html
boltlessengineer
added a commit
to boltlessengineer/tree-sitter-http
that referenced
this issue
Aug 20, 2024
refactor the parser following more well-known [spec]. This resolves most opened issues changelog - change bunch of node names and fields - make request method optionable - disallow whitespace in front of request - multi-line target_url by indented lines - require blank line between URL+header & body - require `###` separator between each requests - don't parse url scheme and stuffs (not worth it) - support `//` comment - allows whitespace in form-data fixed rest-nvim#18 fixed rest-nvim#19 fixed rest-nvim#29 fixed rest-nvim#30 fixed rest-nvim#31 fixed rest-nvim#33 fixed rest-nvim#35 [spec]: https://www.jetbrains.com/help/idea/exploring-http-syntax.html
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting an error when trying to use
=
inside myAuthorisation
value.For example, using;
results in:
This seems related to #23 where it mentions
=
being disabled for URLs.The text was updated successfully, but these errors were encountered: