# Functions

DeleteHandler Deletes a file.
GetHandler Sends file bytes.
HeadHandler Sends if file exists.
NewCors Creates a new Cors object.
NewFile Creates a new file.
OptionsHandler Returns CORS options.
PostHandler Writes a file.
PutHandler Writes a file.
StartHTTPServer Starts the webserver.

# Variables

Files Array of on the fly files.
FilesLock Lock used to write / read files.

# Structs

ChunkedResponseWriter Define a response writer.
corsData Raw data of CORS config.
corsData Raw data of CORS config.
File Definition of file.
FileReader Defines a reader.