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

fix singular empty lines captured as raw body #42

Merged
merged 1 commit into from
Aug 31, 2024

Conversation

treywood
Copy link
Contributor

as mentioned here

empty lines between an intended body and things that follow body (currently just response handler scripts) are currently being captured as (raw_body). this change requires a raw body to start with a non-empty line

Content-Type: application/json

< ./user.json

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

on main, this blank line is captured as (raw_body)

Copy link
Contributor

@boltlessengineer boltlessengineer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems all good. Thank you for your contribution!

@boltlessengineer boltlessengineer merged commit f6c9174 into rest-nvim:main Aug 31, 2024
@treywood treywood deleted the external-body-fix branch September 1, 2024 03:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants