Returns the request method for the specified http url connection object.
Syntax
getRequestMethod( httpurlconnection )
httpurlconnection.getRequestMethod( )
Parameters
httpurlconnection
|
the http url connection object to use.
|
Returns
string
|
the request method.
|
Example
reqMethod = ucon.getRequestMethod( )
|