Enum HttpResponseType
Enumeration of supported HTTP responses
[JsonConverter(typeof(JsonCamelCaseStringEnumConverter<HttpResponseType>))]
public enum HttpResponseType
Fields
File = 3File content. Response must hold the absolute path to the file to return
JSON = 2JSON-formatted data
PlainText = 1Plain text (UTF-8)
StatusCode = 0HTTP status code without payload
URI = 4Send this request to another server (proxy). Response must hold the URI to send the request to