# Functions
NewAPIContainer constructs a new container for APIs.
NewPathRecorderMux creates a new PathRecorderMux with the given mux as the base mux.
# Structs
APIContainer is a restful container which in addition support registering handlers that do not show up in swagger or in /.
PathRecorderMux wraps a mux object and records the registered paths.
# Interfaces
Mux is an object that can register http handlers.