Returns the value of the content-encoding header field for the object referred to by the specified url connection object.
Syntax
getContentEncoding( urlconnection )
urlconnection.getContentEncoding( )
Parameters
urlconnection
|
the url connection object to use.
|
Returns
string
|
the content-encoding header field.
|
Example
encoding = ucon.getContentEncoding( )
|