2.2.2.1 LongLived-GET-Request

The LongLived-GET-Request is sent from a client to a server to retrieve the information identified by the LongLived-GET-Request-URI. The server MUST respond with a LongLived-GET-Response Message (section 2.2.2.3).

 LongLived-GET-Request = LongLived-GET-Request-Line
     LongLived-GET-Request-Required-Headers
     CRLF
 LongLived-GET-Request-Line = "GET" SP 
     LongLived-GET-Request-URI SP; section 2.2.2.1.1
     HTTP-Version CRLF
 LongLived-GET-Request-Required-Headers = (
     Accept; section 2.2.1.2.1
     Content-Type; section 2.2.1.2.2
     User-Agent; section 2.2.1.2.3
     Pragma; section 2.2.1.2.4
     Expires; section 2.2.1.2.5
     Host; section 2.2.1.2.7
     Cache-Control); section 2.2.1.2.8