GoogleCloudPlatform / webapp2

webapp2 is a framework for Google App Engine
https://webapp2.readthedocs.org
Other
141 stars 63 forks source link

Allow to respond with binary data #148

Closed VladimirKuzmin closed 5 years ago

VladimirKuzmin commented 5 years ago

Bring code back to original idea to cast to string any data that not unicode or bytes. It allows user to write bytes to response without double conversion to string and back to bytes.

googlebot commented 5 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

VladimirKuzmin commented 5 years ago

@googlebot I signed it!

googlebot commented 5 years ago

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

VladimirKuzmin commented 5 years ago

duplicates https://github.com/GoogleCloudPlatform/webapp2/pull/147