# Functions
FileServer returns a handler that serves HTTP requests with the contents of the file system rooted at root.
No description provided by the author
ServeContent replies to the request using the content in the provided ReadSeeker.
ServeFile replies to the request with the contents of the named file or directory.
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author