You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the user sets body to an array instead of a string (via __constructor, or $response['body']) then the array should be converted to a json string and the appropriate headers should be set.
The text was updated successfully, but these errors were encountered:
Now that Elmer\Response handles __constructor arguments by type rather than position this is not possible to implement. Perhaps custom response objects that extend Elmer\Response would work though?
If the user sets body to an array instead of a string (via __constructor, or $response['body']) then the array should be converted to a json string and the appropriate headers should be set.
The text was updated successfully, but these errors were encountered: