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

handle text/plain and content type missing in BodyHandler #753

Closed
stevehu opened this issue Aug 25, 2020 · 2 comments
Closed

handle text/plain and content type missing in BodyHandler #753

stevehu opened this issue Aug 25, 2020 · 2 comments

Comments

@stevehu
Copy link
Contributor

stevehu commented Aug 25, 2020

If the content type is text/plain, we consume the body stream and convert it into a string and attach it to the exchange.
If content type is missing in the header, we just treat it as binary and put the inputStream into the exchange.

@stevehu
Copy link
Contributor Author

stevehu commented Aug 25, 2020

@stevehu
Copy link
Contributor Author

stevehu commented Aug 25, 2020

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

No branches or pull requests

1 participant