2.2.2.3 rdsMethodInfo

The rdsMethodInfo specifies the type of operation the request is instructing the server to perform. The rdsMethodInfo method is sent as the HTTP URI in the HTTP request.<18>

The syntax of an rdsMethodInfo is defined as follows. String literals in the syntax of rdsMethodInfo use ASCII encoding, as specified in [US-ASCII].

 rdsMethodInfo          = rdsPostURI rdsQualifiedMethodName
  
 rdsPostURI             = ASCIISTRING
  
 rdsQualifiedMethodName = rdsMethodNameSpace "." rdsMethodName