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
Because WSGI servers only know how to handle HTTP traffic, you need to teach them to "speak" gopher. For the built-in Flask server (i.e. werkzeug), this is what I am doing with the GopherRequestHandler class.
Werkzeug is nice because it allows you to override the request handling with a simple python class. For production-grade servers like gunicorn I would guess that it's not so simple, but I haven't really looked into it.
Hi, very nice library. Could you confirm whether it's possible to serve this application behind a WSGI server, and how?
The text was updated successfully, but these errors were encountered: