docs: turn bare URLs into clickable links (#15347)

This commit is contained in:
Mathias Lafeldt 2022-07-30 12:20:29 +02:00 committed by GitHub
parent 9e917834dd
commit 3f0dcd3b80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 40 additions and 40 deletions

View file

@ -55,7 +55,7 @@ pub type HeadersMap = HashMap<String, String>;
/// A structure used to determine if a entity in the http cache can be used.
///
/// This is heavily influenced by
/// https://github.com/kornelski/rusty-http-cache-semantics which is BSD
/// <https://github.com/kornelski/rusty-http-cache-semantics> which is BSD
/// 2-Clause Licensed and copyright Kornel Lesiński
pub struct CacheSemantics {
cache_control: CacheControl,