2.2.2.2 LongLived-POST-Request

The LongLived-POST-Request is sent from a client to a server and it MUST include the LongLived-Request-Line and the LongLived-Entity-Body.

 LongLived-POST-Request = LongLived-POST-Request-Line
     LongLived-POST-Request-Required-Headers
     CRLF
     LongLived-Entity-Body; section 2.2.2.2.3
 LongLived-POST-Request-Line = "POST" SP 
     LongLived-POST-Request-URI SP; section 2.2.2.2.1
     HTTP-Version; (see [RFC1945], section 3.1)
     CRLF

The HTTP-Version MUST be set to "HTTP/1.0."

 LongLived-POST-Request-Required-Headers = (
     Accept; section 2.2.1.2
     Content-Type; section 2.2.1.2.2
     User-Agent; section 2.2.1.2.3
     Server-User-Agent; section 2.2.1.1.5
     LongLived-Content-Length; section 2.2.2.2.2
     Pragma; section 2.2.1.2.4
     Expires; section 2.2.1.2.5
     Cache-Control); section 2.2.1.2.8