Changes

no edit summary
Line 19: Line 19:  
==== Content Body ====
 
==== Content Body ====
   −
Some HTTP Request types support sending content within the body of the HTTP Request. You can specify the type of context by selecting from the drop down list of common options (or choosing a custom value if your type is not supported).
+
Some HTTP Request types (such as POST and PUT) support sending content within the body of the HTTP Request. You can specify the type of context by selecting from the drop down list of common options (or choosing a custom value if your type is not supported).
    
The actual content can be supplied as text, or direct from an existing file. The contents of a String variable can be used in the standard way using the magic text to replace the variable with it's content s at run time using the following [v=varName].
 
The actual content can be supplied as text, or direct from an existing file. The contents of a String variable can be used in the standard way using the magic text to replace the variable with it's content s at run time using the following [v=varName].