HttpContentType
enumContent type of HTTP responses.
Source code
// // Content type of HTTP responses. // enum HttpContentType { CT_UNKNOWN = 0; CT_HTML = 1; CT_IMAGE = 2; CT_TEXT = 3; }File: src/inet/applications/httptools/common/HttpMessages.msg
Content type of HTTP responses.
// // Content type of HTTP responses. // enum HttpContentType { CT_UNKNOWN = 0; CT_HTML = 1; CT_IMAGE = 2; CT_TEXT = 3; }File: src/inet/applications/httptools/common/HttpMessages.msg