Unit 'HTTPDefs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TStreamingContentType

Content types for streaming HTTP data

Declaration

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

);

Description

TStreamingContentType defines content types that can be used for streaming HTTP responses. This enumeration specifies different formats for server-sent events and streaming data.


Documentation generated on: Jan 16 2026