RPCInterfaceSettings

RPC interface settings.

Members

Variables

errorHandler
RPCErrorHandler errorHandler;

Optional handler used to render custom replies in case of errors.

responseTimeout
Duration responseTimeout;
Undocumented in source.
stripTrailingUnderscore
bool stripTrailingUnderscore;

Ignores a trailing underscore in method and function names. With this setting set to true, it's possible to use names in the REST interface that are reserved words in D.

Meta