Type information

Author: LGTM

import go

from Type reqtp, PointerType reqptrtp, DataFlow::Node req
where
  reqtp.hasQualifiedName("net/http", "Request") and
  reqptrtp.getBaseType() = reqtp and
  req.getType() = reqptrtp
select req

Description

Finds code elements of type `*Request` from package `net/http`.