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

Jay/asyncio asgi interface #121

Merged
merged 18 commits into from
Aug 3, 2023
Merged

Jay/asyncio asgi interface #121

merged 18 commits into from
Aug 3, 2023

Conversation

Jaymon
Copy link
Owner

@Jaymon Jaymon commented Aug 3, 2023

Jaymon added 18 commits July 13, 2023 18:17
… now I've started to refactor the base interface code and I realized I should have a snapshot commit before I go crazy and rip a whole bunch of stuff out and consolidate some stuff. I think Router and Call can actually be part of the interface's BaseApplication and a lot of the methods can probably rely on datatypes functionality now
… requests and I've merged Call functionality into Application but I haven't removed it yet. Next I'm going to simplify Router and maybe merge that into application also
…ogic and I want to make sure I can easily reset if needed
…ig.py. Moves the asgi server code into the test. ASGI is working for http and websocket. I still need to refactor all the wsgi code to make it work and also refactor the Request to no longer expect a WSGI environ object
… BackendDecorator since it was kind of strange to have limit and auth decorators use different ways to override them. I know they were different because they were originally developed in different projects and at different times before they were moved into endpoints, but now it was time to normalize them and make them consistent
…nused imports and cleanedup a lot of the dead code. Temprorary removes extras since I don't need those right now. I'll bring them back when I need them and can do the small refactoring to make them work with all the async stuff.
@Jaymon Jaymon merged commit 3fde159 into master Aug 3, 2023
@Jaymon Jaymon deleted the jay/asyncio-asgi-interface branch August 3, 2023 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant