# Functions
HTTPServer returns the default HTTP server implementation.
HTTPServer sets up an HTTP server with the specified port and endpoints, using optional logging functions for requests and errors.
# Interfaces
IServer represents an HTTP server.
# Type aliases
No description provided by the author