An enumeration representing the different types of responses.
This enumeration is commonly used to define the format or type in which a response will be handled or returned within a system or application.
Members:
JSON
HTML
RAW
STREAM
An enumeration representing the different types of responses.
This enumeration is commonly used to define the format or type in which a response will be handled or returned within a system or application.
Members:
JSON
: Represents a response format in JSON.HTML
: Represents a response format in HTML.RAW
: Represents a raw response without specific formatting.STREAM
: Represents response data in a streaming format.