function clearCookie
Swift
func clearCookie(name: String, path: String = "/", domain: String = "")
Remove a cookie on the client side by sending Max-Age=0.
nprpc_swift/Sources/NPRPC/HttpAuth.swift:95
Swift
func clearCookie(name: String, path: String = "/", domain: String = "")
Remove a cookie on the client side by sending Max-Age=0.
nprpc_swift/Sources/NPRPC/HttpAuth.swift:95