2.2.2.6.1 rdsParamHeader

The rdsParamHeader specifies the HTTP Content-Type of a parameter. It delimits a group of parameters and precedes a sequence of one or more groupable parameters or exactly one non-groupable parameter.

The syntax of rdsParamHeader is defined as follows.

 rdsParamHeader        = CRLF
                         rdsDelimiter 
                         CRLF
                         rdsParamContentType 
                         CRLF
                         [rdsParamContentLength] 
                         CRLF
  
 rdsDelimiter          = DOUBLEDASH BOUNDARY
 DOUBLEDASH            = "--"
  
 rdsParamContentType   = "Content-Type:" SP "application/x-varg"