Parameter

Author: LGTM

import go

from Parameter req
where req.getType().hasQualifiedName('net/http', 'ResponseWriter')
select req

Description

Finds parameters of type "ResponseWriter" from package "net/http".