comparison src/DLD-FUNCTIONS/urlwrite.cc @ 6650:10da0f6d85c2 ss-2-9-11

[project @ 2007-05-22 06:48:18 by jwe]
author jwe
date Tue, 22 May 2007 06:48:18 +0000
parents 1294fa07652b
children 6ade2b60d1c2
comparison
equal deleted inserted replaced
6649:38334ac563f0 6650:10da0f6d85c2
355 @end example\n\ 355 @end example\n\
356 \n\ 356 \n\
357 GET and POST requests can be specified by @var{method} and @var{param}.\n\ 357 GET and POST requests can be specified by @var{method} and @var{param}.\n\
358 The parameter @var{method} is either @samp{get} or @samp{post}\n\ 358 The parameter @var{method} is either @samp{get} or @samp{post}\n\
359 and @var{param} is a cell array of parameter and value pairs.\n\ 359 and @var{param} is a cell array of parameter and value pairs.\n\
360 For example,\n\ 360 For example,\n\
361 \n\ 361 \n\
362 @example\n\ 362 @example\n\
363 s = urlread (\"http://www.google.com/search\", \"get\",\n\ 363 s = urlread (\"http://www.google.com/search\", \"get\",\n\
364 @{\"query\", \"octave\"@});\n\ 364 @{\"query\", \"octave\"@});\n\
365 @end example\n\ 365 @end example\n\