Get Method
From CometWiki
(Difference between revisions)
Skrach (Talk | contribs)
(Created page with "===XAP Control: Get Method=== When issued to LUN 0 in an XAP program, the "Get Method" control parses the header and returns whether the HTTP request was issued via GET or POST....")
Newer edit →
(Created page with "===XAP Control: Get Method=== When issued to LUN 0 in an XAP program, the "Get Method" control parses the header and returns whether the HTTP request was issued via GET or POST....")
Newer edit →
Revision as of 18:26, 6 November 2011
XAP Control: Get Method
When issued to LUN 0 in an XAP program, the "Get Method" control parses the header and returns whether the HTTP request was issued via GET or POST.
Syntax:
output$ = Control( 0, "Get Method" )
Return Value:
GET POST
Result:
GET