RpcInterfaceSettings

Hold settings to be used by the rpc interface.

Members

Variables

errorHandler
RpcErrorHandler errorHandler;

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

linesep
string linesep;
Undocumented in source.
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