On this page:
make-client-config
client-config
set-client-config!
Version: 4.2.1

3.2 Client Configuration

(make-client-config path)  apr-hash?
  path : (or/c path-string? #f)
Creates a new client configuration, read from the configuration files found at path or from default places if path is #f.

(client-config client)  apr-hash?
  client : client?
(set-client-config! client config)  void?
  client : client?
  config : apr-hash?
(set! (client-config client) config)
Retrieves or sets the configuration for a client context.