Documentation
¶
Overview ¶
Package statutehttp provides Statute-specific net/http correctness checks.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{
Name: pluginName,
Doc: "reject ineffective mutations of net/http request special fields through Header",
Run: run,
}
Analyzer rejects compile-time-known attempts to mutate request special fields through the Header map. net/http serializes these values from dedicated http.Request fields, so Header mutations are silently ignored.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.