How i can return custom response status?
How is it possible to return 201 status for example?
Are you sure that the problem is with library? I think normal aiohttp way should work just fine. What you've tried already?
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 :)