diff options
Diffstat (limited to 'std/http/mod.ts')
-rw-r--r-- | std/http/mod.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/http/mod.ts b/std/http/mod.ts index 373e01449..827eaebf8 100644 --- a/std/http/mod.ts +++ b/std/http/mod.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. export * from "./cookie.ts"; export * from "./http_status.ts"; export * from "./server.ts"; |