2.2.4.1 Polling-POST-Request

The Polling-POST-Request is sent from the client to the server and it includes the request line, the request-header, and the Entity-Body.

 Polling-POST-Request = Polling-POST-Request-URI
     Polling-Request-Headers
     CRLF
     Polling-Request-Entity-Body; section 2.2.4.1.3
 Polling-POST-Request-URI = "POST" SP 
     Polling-Request-URI SP; section 2.2.4.1.1
     HTTP-Version; (see [RFC1945],  section 3.1)
     CRLF

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

 Polling-Request-Headers = (
     Accept; section 2.2.1.2
     Content-Type; section 2.2.1.2.2
     User-Agent; section 2.2.1.2.3
     Polling-Content-Length; section 2.2.4.1.2
     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