On this page:
_ client
_ client/ null
client?
make-client
Version: 4.2.1

3.1 Client Contexts

_client : ctype?
_client/null : ctype?
C pointer type representing client contexts.

(client? obj)  any
  obj : any/c
Checks whether the given obj is a client context.

(make-client)  client?
Creates a new client context. Reads and sets a default configuration for the context. Creates and sets a non-interactive set of authentication providers for the client context, initialized with the current user’s login name and no password or with the username "nobody" if the current user’s login name cannot be determined.