2.2.2.4 rdsClientVersion

The rdsClientVersion contains the RDS Transport Protocol client version as an HTTP header.

The syntax of rdsClientVersion is defined as follows.<20>

 rdsClientVersion      = rdsClientVersionName
                         rdsVerMajor
                         "."
                         rdsVerMinor
                         CRLF
  
 rdsClientVersionName  = *ASCIICHAR
 rdsVerMajor           = ASCIIDIGIT ASCIIDIGIT
 rdsVerMinor           = ASCIIDIGIT ASCIIDIGIT
 ASCIIDIGIT            = %x30-39