-
Notifications
You must be signed in to change notification settings - Fork 888
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
Is base64 data parsing supported? #378
Comments
AFAIK - no. You have to use some library (maybe: https://github.com/ReneNyffenegger/cpp-base64 ?). |
i have done!thanks
| |
夏**
|
|
邮箱:[email protected]
|
签名由 网易邮箱大师 定制
On 06/30/2020 19:27, Igor Mroz wrote:
AFAIK - no. You have to use some library (maybe: https://github.com/ReneNyffenegger/cpp-base64 ?).
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
it's worth noting while crow does not support base64 decoding, it does support encoding using |
GerHobbelt
pushed a commit
to GerHobbelt/crow
that referenced
this issue
Apr 13, 2022
Fix indentation & numbering in middleware
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
code like this: postdata = {'image':b64encode(data).decode()}
The text was updated successfully, but these errors were encountered: