Code Inspections in HTTP Client
This topic lists all PhpStorm code inspections available in HTTP Client.
You can toggle specific inspections or change their severity level on the Editor | Inspections page of the IDE settings Ctrl+Alt+S.
Inspection | Description | Default Severity |
---|---|---|
Reports a A | Warning | |
Reports unknown HTTP headers that do not match any publicly known headers. The quick fix suggests adding the header to the list of custom headers when the Use custom HTTP headers option is enabled. HTTP headers from the list of custom headers will not trigger the inspection. | Warning | |
Reports an explicitly set | Warning | |
Reports undeclared in the current environment HTTP Client variables. Executing request with undeclared variables probably fail. Consider adding a variable to the environment or switching on an environment with this variable. Inspection doesn't report variables in request bodies, because it can be a valid syntax of the body. Some variables may be not reported as unresolved, because they are declared in response handlers scripts via | Warning |