This release refactors the Server
tooling to support configurations via a ServerConfig
struct, passed into NewServerFromConfig
. With this configuration struct, users can pass in a custom handler that will be called by Server
instead of the default handler.