performBasicAuth
- HTTPServerRequestDelegateS performBasicAuth(string realm, PasswordVerifyCallback pwcheck)
- HTTPServerRequestDelegateS performBasicAuth(string realm, bool delegate(string, string) @(system) pwcheck)
@safe @system
performBasicAuth
- string performBasicAuth(HTTPServerRequest req, HTTPServerResponse res, string realm, PasswordVerifyCallback pwcheck)
- string performBasicAuth(HTTPServerRequest req, HTTPServerResponse res, string realm, bool delegate(string, string) @(system) pwcheck)
Scheduled for deprecation - use a @safe callback instead.