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

Added support for using a bundle file to deliver binary data. #29

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

Conversation

raspu
Copy link

@raspu raspu commented Dec 24, 2014

Following the base64 prefix structure, I added a new "bundleFile" prefix. In place of the base64 data, you need to write the name of file in the bundle and it will return it's contents as body data. Ex:

.*\.jpg
200
Content-Type: image/jpeg;bundleFile

imageA.jpg

It's working properly for testing using the simulator.

@raspu raspu changed the title Added support for using a bundle file in place of a base64 string. Added support for using a bundle file to deliver binary data. Dec 31, 2014
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