# Functions
Default makes a default configuration that's empty except for root, host, and port, which are essential for serving the cwd.
IsNotFound returns whether or not the error is one which indicates that the configuration file was not found.
Load loads a configuration file, parses it, and returns a slice of Config structs which can be used to create and configure server instances.
# Constants
The default configuration file to load if none is specified.
No description provided by the author
No description provided by the author
No description provided by the author