-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Add text/plain body type #3793
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 text/plain body type #3793
Conversation
theozordako
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Import of new Content Type Added
theozordako
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this PR closes what is described in #3484 so have unlinked this PR from the issue. I have asked for some feedback about it, and I'll chime in on the issue once we know how we want to fix it!
That said, this PR looks good to me as just introducing a plain text body type!
|
@wdawson @dimitropoulos Could you please review this pull-request? Just 4 lines of code ;) Thx. |
wdawson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me as well. Thanks for the quick add @theozordako ⛵


This fixes issue with content-type dropdown for text/plain in header of requests and leaves content type "other" untouched.