Unit 'flcHTTPServer' Package
[Overview][Constants][Types][Classes][Index] [#pl_fundamentals]

THTTPServerClientState

Declaration

Source position: flcHTTPServer.pas line 119

type THTTPServerClientState = (

  hscsInit,

  

  hscsAwaitingRequest,

  

  hscsReceivedRequestHeader,

  

  hscsReceivingContent,

  

  hscsRequestComplete,

  

  hscsPreparingResponse,

  

  hscsAwaitingPreparedResponse,

  

  hscsSendingResponseHeader,

  

  hscsSendingContent,

  

  hscsResponseComplete,

  

  hscsResponseCompleteAndClosing,

  

  hscsResponseCompleteAndClosed,

  

  hscsRequestInterruptedAndClosed

  

);



CT Web help

CodeTyphon Studio