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: httpx.ParseJsonBody error when request has []byte field #4450 #4471

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

studyzy
Copy link

@studyzy studyzy commented Nov 26, 2024

--bug=4450

@kevwan
Copy link
Contributor

kevwan commented Nov 26, 2024

How can we know it's base64 encoded?

@studyzy
Copy link
Author

studyzy commented Nov 27, 2024

How can we know it's base64 encoded?

Since golang official json.Marshal/json.Unmarshal use base64 encoding to process []byte.

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