Content types for streaming HTTP data
Source position: httpdefs.pp line 467
type TStreamingContentType = ( |
||
sctUnknown, |
|
Unknown content type for streaming |
sctMultipart, |
|
Multipart content type for streaming |
sctFormUrlEncoded |
|
Form URL-encoded content type for streaming |
); |
TStreamingContentType defines content types that can be used for streaming HTTP responses. This enumeration specifies different formats for server-sent events and streaming data.