PhpStorm 2020.3 Help

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 Settings/Preferences Ctrl+Alt+S.

InspectionDescriptionDefault Severity
'$placeholder' in HTTP Request

'$placeholder' represents peace of request, which should be replaced by user explicitly. It used by tools, where tool cannot recognize part of request. E.g. Request mapping /aaaa/*/bbb will be generated like GET localhost/aaaa/{{$placeholder}}/bbb

Warning Warning
'Content-Length' is redundant



Explicitly set Content-Length is not necessary. Content-Length implicitly set to exact content body size by HTTP Client.

Warning Warning
Last modified: 08 March 2021