Module autoendpoint::routers::stub::settings
source · Structs§
StubServerSettings
allows the server configuration file to specify the default error to use for requests to the “error”app_id
. Requests to endpoints associated with this client will return theerror
string.- Settings for
StubRouter
These can be specified externally by the calling “client” during registration and contain values that will be echoed back. Theserver_credentials
block is a JSON structure that contains the default response for any routing request. This defaults to ‘error’.