Call to method

Author: LGTM

import go

from Method get, DataFlow::CallNode call
where
  get.hasQualifiedName('net/http', 'Header', 'Get') and
  call = get.getACall()
select call

Description

Finds calls to the `Get` method of type `Header` from the `net/http` package.