This module defines the settings and routes for configuring the Kdeps API Server. It includes
server settings such as host IP and port number, as well as route definitions. The API server
is designed to handle incoming requests and route them to the appropriate handlers, ensuring
proper management of HTTP methods and deferred processing.
Returns the relative, descendent directory path between this module and other.
Throws if no such path exists.
For example, if module mod1 has path /dir1/mod1.pkl, and module mod2 has path /dir1/dir2/dir3/mod2.pkl,
then mod1.relativePathTo(mod2) will return List("dir2", "dir3").
A common use case is to compute the directory path between a template located at the root of a hierarchy
(say rootModule.pkl) and the currently evaluated module (accessible via the module keyword):
Abstractions for Kdeps API Server Configuration