From abadbf5af61119fe2a1e90365ca44dfe01aed279 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Thu, 3 Feb 2022 12:01:05 -0500 Subject: [PATCH] no abbeviations --- http2.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http2.d b/http2.d index d54da54..92ed9d4 100644 --- a/http2.d +++ b/http2.d @@ -2327,7 +2327,7 @@ class HttpClient { History: Added February 2, 2022 (dub v10.6) +/ - void setClientCert(string certFilename, string keyFilename, CertificateFileFormat certFormat = CertificateFileFormat.guess) { + void setClientCertificate(string certFilename, string keyFilename, CertificateFileFormat certFormat = CertificateFileFormat.guess) { this.certFilename = certFilename; this.keyFilename = keyFilename; this.certFormat = certFormat;