Topic: APLX Help : System Classes : Methods : Post
[ Previous | Next | Contents | Index | APL Home ]

www.microapl.co.uk

The 'Post' method


Argument: Character Vector
Result: 3-element Nested Vector

Valid for: HTTPClient

The Post method is similar to Get, and has the same syntax, arguments, and result structure. Post is used for HTML forms and pages where you need to send data to the web server; the argument has the data appended to the URL separated by a question mark, with & substituted for space (for example, 'http://www.blah.com?request=doit&code=101').

See the documentation on Get for more information.


Topic: APLX Help : System Classes : Methods : Post
[ Previous | Next | Contents | Index | APL Home ]