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