isCOBOL EIS
:
Appendices
:
HTTPClient class (com.iscobol.rts.HTTPClient)
: doPut
doPut
Executes an HTTP request using the PUT method.
Format 1
void
doPut
( strUrl )
Format 2
void
doPut
( strUrl, params )
Syntax rules
1.
strUrl
is the URL to invoke.
2.
params
should contain an
HTTPData.Params
object where HTTP parameters are defined. See
HTTPData.Params class (com.iscobol.rts.HTTPData.Params)
for more information.
General rules
In Format 1, if you need to pass HTTP parameters, you can use the
setParameter
method.
This site works best with JavaScript enabled