chickadee » json-rpc » json-rpc-handler-table

json-rpc-handler-tableparameter

An association list mapping method names (string) to functions that get an (unmarshalled) scheme object as input. These handlers must return one of the following: - a scheme object that is 'mappable' to a JSON string, which becomes the result content of the response. See medea for the mapping between JSON and Scheme objects. - #f, if no response is expected. This is the way to handle notifications.