Master de II. ULL. 1er cuatrimestre
fs
) y la librería para construir servidores HTTP. Combinando ambas se construye un servicio HTTP que permite el manejo de archivos remoto.
DELETE
method is wired up to delete directories (using fs.rmdir
),
the file server currently does not provide any way to create a directory. Add
support for a method MKCOL
, which should create a directory by calling fs.mkdir