Unit 'flcHTTPUtils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_fundamentals]

THTTPContentTypeEnum

Declaration

Source position: flcHTTPUtils.pas line 203

type THTTPContentTypeEnum = (

  hctNone,

  

  hctCustomParts,

  

  hctCustomString,

  

  hctTextHtml,

  

  hctTextAscii,

  

  hctTextCss,

  

  hctTextPlain,

  

  hctTextXml,

  

  hctTextCustom,

  

  hctImageJpeg,

  

  hctImagePng,

  

  hctImageGif,

  

  hctImageIcon,

  

  hctImageCustom,

  

  hctApplicationJSON,

  

  hctApplicationOctetStream,

  

  hctApplicationJavaScript,

  

  hctApplicationCustom,

  

  hctAudioCustom,

  

  hctVideoCustom

  

);



CT Web help

CodeTyphon Studio