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.

Enumeration Members

Enumeration Members

HTML: 1
JSON: 0
RAW: 2
STREAM: 3