What exactly is Werkzeug?

前端 未结 5 1119
[愿得一人]
[愿得一人] 2021-01-29 22:45

From the official documentation:

Werkzeug is a WSGI utility library for Python.

However, when I run my Flask web application, I noti

5条回答
  •  攒了一身酷
    2021-01-29 22:45

    No, it is not a web server like Apache. It's a CGI library. Since Apache (or your Flask application) is probably using the library to serve some HTTP requests, it probably adds that header into the response.

提交回复
热议问题