File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- import { serve } from 'https://deno.land/std@0.90 .0/http/server.ts'
1+ import { serve } from 'https://deno.land/std@0.95 .0/http/server.ts'
22import { compression } from './mod.ts'
33
44const s = serve ( { port : 3000 } )
Original file line number Diff line number Diff line change 11// import { compress as brotli } from 'https://deno.land/x/[email protected] /mod.ts' 22import { gzip , deflate } from 'https://deno.land/x/[email protected] /mod.ts' 3- import { ServerRequest } from 'https://deno.land/std@0.90 .0/http/server.ts'
3+ import { ServerRequest } from 'https://deno.land/std@0.95 .0/http/server.ts'
44import { Accepts } from 'https://deno.land/x/[email protected] /mod.ts' 55
66const funcs = {
@@ -31,7 +31,7 @@ export type CompressionOptions = {
3131 *
3232 * @example
3333 * ```ts
34- *import { serve } from 'https://deno.land/std@0.90 .0/http/server.ts'
34+ *import { serve } from 'https://deno.land/std@0.95 .0/http/server.ts'
3535 *import { compression } from 'https://deno.land/x/compression/brotli.ts'
3636 *
3737 *const s = serve({ port: 3000 })
You can’t perform that action at this time.
0 commit comments