Introduction HTTP/2 is an update to the classic HTTP protocol which aims to increase network efficiency without requiring large changes to the existing protocol API. It seeks to maintain a single connection between a client and server, as opposed to HTTP/1.1 where a separate TCP session is created for each TCP request. Furthermore, it seeks…