Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 421 Bytes

File metadata and controls

8 lines (7 loc) · 421 Bytes

Query String

  • A Query String contains the Operation Name and the Operation Parameters.
  • A Query String encodes Parameter values by using only the type-specific payload of Text Encoding. The Object Type is defined by the Parameter.
  • A Query String is encoded using the standard HTTP query string format ("operation?param1=value1&param2=value2").
  • A Query String can be up to 255 bytes long.