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

improve urlencoded body parsing #54

Conversation

imefisto
Copy link
Contributor

Fixes #53

[$name, $value] = explode('=', $chunk);
$body[$name] = $value;
}
parse_str(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lezhnev74 I hope we should start support parameter serialization here

https://swagger.io/docs/specification/serialization/

required format is aligned with (in a bad way though) deepObject query parameters with object properties 0,1...

@imefisto
Copy link
Contributor Author

I'll fix the checks and re-open.

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.

Improve urlencoded body parsing
2 participants