Get Method
From CometWiki
(Difference between revisions)
(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....") |
m |
||
Line 10: | Line 10: | ||
POST | POST | ||
- | Result: | + | Example Result: |
GET | GET |
Latest 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
Example Result:
GET