Skip to content
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 specifying procol version in request specs #65

Open
federicotdn opened this issue Apr 14, 2024 · 0 comments
Open

Allow specifying procol version in request specs #65

federicotdn opened this issue Apr 14, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@federicotdn
Copy link
Owner

Users could optionally specify HTTP protocol versions. Instead of

get http://example/com

one could write:

get http://example.com http/1.1

(upper case would be parsed correctly as well)
Adding the protocol version would be of course optional and 1.1 would be assumed if omitted. All this could be useful in the future if url.el is updated to support HTTP 2.0 or 3.0.

@federicotdn federicotdn added enhancement New feature or request good first issue Good for newcomers labels Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant