mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
docs: turn bare URLs into clickable links (#15347)
This commit is contained in:
parent
9e917834dd
commit
3f0dcd3b80
2 changed files with 40 additions and 40 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue