viaStatus

Declares a parameter to be transmitted via the HTTP status code or phrase.

This attribute can be applied to one or two out parameters of type HTTPStatus/int or string. The values of those parameters correspond to the HTTP status code or phrase, depending on the type.

enum viaStatus = WebParamAttribute(ParameterKind.status);

Meta