mirror of
https://github.com/github/codeql.git
synced 2025-12-22 03:36:30 +01:00
319 B
319 B
category
| category |
|---|
| breaking |
- Changed the
HTTP::Client::Requestconcept from usingMethodCallas base class, to usingDataFlow::Nodeas base class. Any class that extendsHTTP::Client::Request::Rangemust be changed, but if you only use the member predicates ofHTTP::Client::Request, no changes are required.