Skip to content

Commit

Permalink
Upgrade to [email protected] (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
predetermined authored Aug 18, 2021
2 parents b91a3ca + 35f9e61 commit 07697fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ import {
Server,
ServerRequest as FullServerRequest,
serveTLS,
} from "https://deno.land/std@0.103.0/http/server.ts";
} from "https://deno.land/std@0.105.0/http/server.ts";

export type ServerRequest = Pick<
FullServerRequest,
"url" | "method" | "headers" | "body" | "respond" | "contentLength"
>;
export type { ServerResponse };

export { Buffer } from "https://deno.land/std@0.103.0/io/buffer.ts";
export { Buffer } from "https://deno.land/std@0.105.0/io/buffer.ts";
export { serve, Server, serveTLS };

0 comments on commit 07697fc

Please sign in to comment.