@@ -2631,17 +2631,13 @@ impl<H> Easy2<H> {
2631
2631
///
2632
2632
/// You'll find more details about cipher lists on this URL:
2633
2633
///
2634
- /// https://www.openssl.org/docs/apps/ciphers.html
2634
+ /// < https://www.openssl.org/docs/apps/ciphers.html>
2635
2635
///
2636
2636
/// For NSS, valid examples of cipher lists include 'rsa_rc4_128_md5',
2637
2637
/// ´rsa_aes_128_sha´, etc. With NSS you don't add/remove ciphers. If one
2638
2638
/// uses this option then all known ciphers are disabled and only those
2639
2639
/// passed in are enabled.
2640
2640
///
2641
- /// You'll find more details about the NSS cipher lists on this URL:
2642
- ///
2643
- /// http://git.fedorahosted.org/cgit/mod_nss.git/plain/docs/mod_nss.html#Directives
2644
- ///
2645
2641
/// By default this option is not set and corresponds to
2646
2642
/// `CURLOPT_SSL_CIPHER_LIST`.
2647
2643
pub fn ssl_cipher_list ( & mut self , ciphers : & str ) -> Result < ( ) , Error > {
@@ -2662,17 +2658,13 @@ impl<H> Easy2<H> {
2662
2658
///
2663
2659
/// You'll find more details about cipher lists on this URL:
2664
2660
///
2665
- /// https://www.openssl.org/docs/apps/ciphers.html
2661
+ /// < https://www.openssl.org/docs/apps/ciphers.html>
2666
2662
///
2667
2663
/// For NSS, valid examples of cipher lists include 'rsa_rc4_128_md5',
2668
2664
/// ´rsa_aes_128_sha´, etc. With NSS you don't add/remove ciphers. If one
2669
2665
/// uses this option then all known ciphers are disabled and only those
2670
2666
/// passed in are enabled.
2671
2667
///
2672
- /// You'll find more details about the NSS cipher lists on this URL:
2673
- ///
2674
- /// http://git.fedorahosted.org/cgit/mod_nss.git/plain/docs/mod_nss.html#Directives
2675
- ///
2676
2668
/// By default this option is not set and corresponds to
2677
2669
/// `CURLOPT_PROXY_SSL_CIPHER_LIST`.
2678
2670
pub fn proxy_ssl_cipher_list ( & mut self , ciphers : & str ) -> Result < ( ) , Error > {
@@ -2747,7 +2739,7 @@ impl<H> Easy2<H> {
2747
2739
/// total latency since in the best case, an additional server roundtrip is required
2748
2740
/// and in the worst case, the request is delayed by `CURLOPT_EXPECT_100_TIMEOUT_MS`.
2749
2741
///
2750
- /// More info: https://curl.se/libcurl/c/CURLOPT_EXPECT_100_TIMEOUT_MS.html
2742
+ /// More info: < https://curl.se/libcurl/c/CURLOPT_EXPECT_100_TIMEOUT_MS.html>
2751
2743
///
2752
2744
/// By default this option is not set and corresponds to
2753
2745
/// `CURLOPT_EXPECT_100_TIMEOUT_MS`.
@@ -3879,7 +3871,7 @@ impl SslOpt {
3879
3871
/// SSL library), with an exception in the case of Windows' Untrusted
3880
3872
/// Publishers blacklist which it seems can't be bypassed. This option may
3881
3873
/// have broader support to accommodate other SSL backends in the future.
3882
- /// https://curl.haxx.se/docs/ssl-compared.html
3874
+ /// < https://curl.haxx.se/docs/ssl-compared.html>
3883
3875
pub fn no_revoke ( & mut self , on : bool ) -> & mut SslOpt {
3884
3876
self . flag ( curl_sys:: CURLSSLOPT_NO_REVOKE , on)
3885
3877
}
0 commit comments