SIGN IN SIGN UP

fix: preserve binary response bodies in curl and HTTP bridge (#178)

* fix: preserve binary response bodies in curl and HTTP bridge

* fix: pass bodyBase64 through sync-backend so Python response.content is populated

- httpRequest() return type now includes bodyBase64 alongside body
- Python's _JbHttpResponse.content was always empty bytes due to
bodyBase64 being stripped
- add test covering binary response bodies (PNG bytes round-trip)
J
Jeremy Mack committed
5dd7249009c004d478ad07bcdc857ebf53090cc5
Parent: a2710e0
Committed by GitHub <noreply@github.com> on 4/13/2026, 10:18:53 PM