Type

Author: LGTM

import go

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

Description

Finds type `Request` from package `net/http`.