SoupRequestClass.getContentType

struct SoupRequestClass
extern (C)
const(char)* function(SoupRequest* request) getContentType;

Return Value

the type of the data represented by @request, or %NULL if not known.

Meta