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

force json mimetype with json_encode #21

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

Commits on Jul 20, 2016

  1. force json mimetype with json_encode

    when the result of a callback is an array, Lime json_encode() the body response.
    this patch force the mimeType to "json" according to this response.
    bufferUnderrun committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    a30d994 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2016

  1. allow object to be json_encode by lime

    like array, object are json_encode
    bufferUnderrun committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    a5375f3 View commit details
    Browse the repository at this point in the history