Content streaming state enumeration
Source position: httpdefs.pp line 158
type TContentStreamingState = ( |
||
cssStart, |
|
Content streaming start state |
cssData, |
|
Content streaming data state |
cssEnd |
|
Content streaming end state |
); |
TContentStreamingState defines the different states during streaming content processing. Used when processing multipart content or other streamed data.
|
Event type for stream encoding processing |