
Returns the last error of the Request Item.
Click the Click for Options link to bring up the Options dialog.

Request – the HttpRequestItem being used.
Result – returns the latest error recieved in the Request Item.
Profit Tiger Systems Help Documentation
Just another WordPress site
Returns the last error of the Request Item.
Click the Click for Options link to bring up the Options dialog.
Request – the HttpRequestItem being used.
Result – returns the latest error recieved in the Request Item.
Returns the current Http verb set for the Request item.
Click the Click for Options link to bring up the Options dialog.
Request – the HttpRequestItem being used.
Result – returns the current verb that is set for the Request Item (Post, Put, Delete, Get).
Returns the value for a specified parameter.
Click the Click for Options link to bring up the Options dialog.
Request – the HttpRequestItem to be used.
Index – the index of the parameter.
Result – returns the value of the parameter specified by the index.
Returns the name of a specified parameters.
Click the Click for Options link to bring up the Options dialog.
Request – the HttpRequestItem to be used.
Index – the index of the paramter.
Result – the name of the parameter specified by the index.
Get’s the parameters from a Url and adds them to a Request Item.
Click the Click for Options link to bring up the Options dialog.
Request – the HttpRequestItem the parameters will be added.
Url – the url with the parameters that will be extracted.
Returns the value of a Header based on Index.
Click the Click for Options link to bring up the Options dialog.
Request – the HttpRequestItem being used.
Index – the index of the Header field.
Result – returns the value of the Header specified by the index.
Returns a Header name based on index.
Click the Click for Options link to bring up the Options dialog.
Request – the HttpRequestItem being used.
Index – the index of the Header.
Result – returns the name of the Header specified by the index.
Returns the value of a Header Field.
Click the Click for Options link to bring up the Options dialog.
Request – the HttpRequestItem being used.
Name – the name of the Header Field.
Result – returns the value of the Header Field.