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

Parse any response body #125

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

ciricc
Copy link

@ciricc ciricc commented Dec 11, 2024

This fixes problem with parsing response bodies on the Plugins backend.
The old version of the code was not universal and tried to support only JSON responses.

I had the problem with this parser on the JSON responses, it didn't parse the response correctly.
This code adds the http-string-parser library into dependencies.

@ciricc
Copy link
Author

ciricc commented Dec 11, 2024

Need more research to understand the problem with \r\n on some websites

@ciricc ciricc closed this Dec 11, 2024
@ciricc ciricc reopened this Dec 11, 2024
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.

1 participant