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

Add Hex body #230

Closed
fabricereix opened this issue Jul 4, 2021 · 0 comments · Fixed by #229
Closed

Add Hex body #230

fabricereix opened this issue Jul 4, 2021 · 0 comments · Fixed by #229
Labels
enhancement New feature or request
Milestone

Comments

@fabricereix
Copy link
Collaborator

Similar to base64, a binary body could also be defined with hex literal.


GET http://localhost:8000/hello
HTTP/1.0 200
base64, SGVsbG8gV29ybGQh;

GET http://localhost:8000/hello
HTTP/1.0 200
hex, 48656c6c6f20576f726c6421;
@fabricereix fabricereix added 1.3.0 enhancement New feature or request labels Jul 4, 2021
@fabricereix fabricereix linked a pull request Jul 4, 2021 that will close this issue
@lepapareil lepapareil added this to the 1.3.0 milestone Oct 12, 2021
@lepapareil lepapareil removed the 1.3.0 label Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants