Name
easy:GetInfo_Content_Type -- get Content-Type
Synopsis
ct = easy:GetInfo_Content_Type()
Function
Returns the content-type of the downloaded object. This is the value read from the Content-Type: field. If you get Nil, it means that the server didn't send a valid Content-Type header or that the protocol used doesn't support this.

Inputs
none

Results
ct
output value

Show TOC