mirror of https://github.com/adamdruppe/arsd.git
no abbeviations
This commit is contained in:
parent
3bc691b1b4
commit
abadbf5af6
2
http2.d
2
http2.d
|
@ -2327,7 +2327,7 @@ class HttpClient {
|
||||||
History:
|
History:
|
||||||
Added February 2, 2022 (dub v10.6)
|
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.certFilename = certFilename;
|
||||||
this.keyFilename = keyFilename;
|
this.keyFilename = keyFilename;
|
||||||
this.certFormat = certFormat;
|
this.certFormat = certFormat;
|
||||||
|
|
Loading…
Reference in New Issue