Filter on request type in chrome dev tools (Network tab)

Solution 1:

To filter requests by type, click the "Filter" icon (enter image description here)

Filtering in Chrome Developer Tools

Solution 2:

Open dev tools, click on the filter icon, then you can type parameters like, to filter certain request types.

method:POST

example:

enter image description here