We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How is it possible to return 201 status for example?
The text was updated successfully, but these errors were encountered:
Are you sure that the problem is with library? I think normal aiohttp way should work just fine. What you've tried already?
Sorry, something went wrong.
Normally, i return Response with some body, custom headers, custom status.
With aiohttp-validate decorator i have to return directly only body. There is no way to define http status or headers. See: https://github.com/dchaplinsky/aiohttp_validate/blob/master/aiohttp_validate/__init__.py#L138
Yes, you are right. Well, cannot say I have too much time on this project now. Happy to review PR as long as it'll keep backward compatibility.
Okay, asked just in case if you have workaround :)
No branches or pull requests
How is it possible to return 201 status for example?
The text was updated successfully, but these errors were encountered: