Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

ParseRequestBody: like ContentTypes, but without breaking getBody() #3

Closed
wants to merge 1 commit into from
Closed

ParseRequestBody: like ContentTypes, but without breaking getBody() #3

wants to merge 1 commit into from

Conversation

qyanu
Copy link

@qyanu qyanu commented Jan 6, 2014

supplementing #2

This feature branch would contain the variant where ContentTypes is deprecated and replaced by ParseRequestBody.

This solution is not pretty, a programmer would need to write
$env = $app->environment();
$env['slim.input_parsed']

On the other hand, sneaking a method into the request object, so it would be possible to
$app->request->getBodyParsed()
would result in complex code more likely to contain bugs, and will sure enough cause some other programmer considerable headache sometime in the future.
That's why I left it that way.

In the end, it MAY be best to just do nothing and discard both of my pull requests. But first I wanted to discuss the matter with you.

regards,

Max

@qyanu-pull-requests qyanu-pull-requests closed this by deleting the head repository Feb 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants