You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the coming minor release (v0.4.0), it would be really great to make a stable release of VSGI so that other users could reuse this piece to write Web application in Vala.
There's a couple of changes I would like to introduce first:
merge mock and CGI code into Request and Response so that these two just become concrete classes instead of abstract
make it more friendly from an introspection perspective and have some PyGObject testcases
I'm considering updating the whole middleware stack to be class-based, which would result in a very nice introspection for writting apps using Python or JavaScript.
For the coming minor release (
v0.4.0
), it would be really great to make a stable release of VSGI so that other users could reuse this piece to write Web application in Vala.There's a couple of changes I would like to introduce first:
Request
andResponse
so that these two just become concrete classes instead of abstract1.0
The text was updated successfully, but these errors were encountered: