Searched refs:HTTP_CONTENT_TYPE (Results 1 – 1 of 1) sorted by relevance
55 #define HTTP_CONTENT_TYPE(contenttype) "Content-Type: "contenttype"\r\n\r\n" macro58 #define HTTP_HDR_HTML HTTP_CONTENT_TYPE("text/html")59 #define HTTP_HDR_SSI HTTP_CONTENT_TYPE("text/html\r\nExpires: Fri, 10 Apr 2008 14:00:00 …60 #define HTTP_HDR_GIF HTTP_CONTENT_TYPE("image/gif")61 #define HTTP_HDR_PNG HTTP_CONTENT_TYPE("image/png")62 #define HTTP_HDR_JPG HTTP_CONTENT_TYPE("image/jpeg")63 #define HTTP_HDR_BMP HTTP_CONTENT_TYPE("image/bmp")64 #define HTTP_HDR_ICO HTTP_CONTENT_TYPE("image/x-icon")65 #define HTTP_HDR_APP HTTP_CONTENT_TYPE("application/octet-stream")66 #define HTTP_HDR_JS HTTP_CONTENT_TYPE("application/javascript")[all …]