mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
We might need to rework this a bit when we also start to handle redirects. I could see a world where we simply allow http redirects to be subclasses of http responses, and need to manually exclude them from queries (or create HttpContentResponse to model the HttpResponses that will contain a body). Let us see where the wind will take us. I looked through JS and Go libraries, but I didn't feel their modeling would map very well to Python.