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

application/x-www-form-urlencoded request content type is not handled properly #219

Closed
Tracked by #1049
baywet opened this issue Jun 7, 2021 · 3 comments · Fixed by #2078
Closed
Tracked by #1049

application/x-www-form-urlencoded request content type is not handled properly #219

baywet opened this issue Jun 7, 2021 · 3 comments · Fixed by #2078
Assignees
Labels
enhancement New feature or request fixed generator Issues or improvements relater to generation capabilities.
Milestone

Comments

@baywet
Copy link
Member

baywet commented Jun 7, 2021

If the type generation seems to be working properly for this request content type, the content serialization won't as we don't have a serializer for it. Adding a serializer should be trivial using the natively available libraries on the platform to build the body so encoding is handled for us.

More reading

originally reported
AB#9787

@baywet baywet added the enhancement New feature or request label Jun 7, 2021
@baywet baywet added this to the Beta milestone Jun 7, 2021
@baywet baywet self-assigned this Jun 7, 2021
baywet added a commit that referenced this issue Jun 7, 2021
@baywet baywet added the generator Issues or improvements relater to generation capabilities. label Jul 21, 2021
@darrelmiller darrelmiller modified the milestones: Beta, Community Preview Sep 17, 2021
@baywet
Copy link
Member Author

baywet commented Mar 18, 2022

when implemented, we should clear the appsettings.json to be able to ship self-contained executable

@darrelmiller
Copy link
Member

Example in OpenAPI specification for request body that is form-urlencoded https://spec.openapis.org/oas/v3.1.0#support-for-x-www-form-urlencoded-request-bodies

@baywet
Copy link
Member Author

baywet commented Dec 2, 2022

meeting notes:

  • objects with scalar properties properties supported
  • objects with complex properties not supported
  • collections are not supported

stand-up new packages for:

  • Go
  • typescript
  • java
  • dotnet

Create the issues for the other languages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fixed generator Issues or improvements relater to generation capabilities.
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants