I want to implement a WebDAV server with basic authentication using golang. Can some give me some pointers regarding this? TIA
The best pointer for anyone to get started is the specification:
http://tools.ietf.org/html/rfc4918
Basic authentication is defined in RFC7617