go-http-file-server
go-http-file-server copied to clipboard
options method
please consider a command parameter to disable the OPTIONS method as so to only left the methods GET, HEAD, PUT and DELETE active on the http server
If a client request with OPTIONS, what is the behavior on server side?