In Google Chrome -> Network Tab -> right click -> Header Options -> select Protocolyou can see protocol of each requests like this
- then you will see values like h2 (HTTP 2) or http/1.1 entry like the following picture in Protocol column
open developers tools with F12
go to Network Tab
right click any where in column headers (like Name in the picture) and from the context menu select Protocol to be displayed as a new column
then you will see values like h2 (HTTP 2) or http/1.1 entry like the following picture in Protocol column

