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

Igniter setup multipart parser #218

Closed
maennchen opened this issue Jul 29, 2024 · 1 comment
Closed

Igniter setup multipart parser #218

maennchen opened this issue Jul 29, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@maennchen
Copy link
Contributor

maennchen commented Jul 29, 2024

Is your feature request related to a problem? Please describe.

WIth #214, a parser needs to be added to the Plug.Parser config in the endpoint.

Describe the solution you'd like

Add the parser.

Describe alternatives you've considered

None

Express the feature either with a change to resource syntax, or with a change to the resource interface

plug Plug.Parsers,
  #                                         V====================V
  parsers: [:urlencoded, :multipart, :json, AshJsonApi.Plug.Parser],
  pass: ["*/*"],
  json_decoder: Jason

Additional context

Continued from #214

@maennchen maennchen added enhancement New feature or request needs review labels Jul 29, 2024
@zachdaniel
Copy link
Contributor

This has been complete din main :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants