Merge pull request #6155 from RasmusWL/port-cleartext-queries

Python: Port cleartext queries
This commit is contained in:
yoff
2021-06-30 15:52:34 +02:00
committed by GitHub
39 changed files with 1293 additions and 263 deletions

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* Added `HTTP::Server::CookieWrite` concept for statements that sets a cookie in an HTTP response, along with modeling of this in supported web frameworks (aiohttp/flask/django/tornado/twisted).