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 11import { compression } from './mod.ts'
2- import { Server } from 'https://deno.land/std@0.178 .0/http/server.ts'
2+ import { Server } from 'https://deno.land/std@0.179 .0/http/server.ts'
33
44const s = new Server ( {
55 handler : async ( req ) => {
Original file line number Diff line number Diff line change 1- import { readAll } from 'https://deno.land/std@0.178 .0/streams/read_all.ts'
1+ import { readAll } from 'https://deno.land/std@0.179 .0/streams/read_all.ts'
22import { compress as brotli } from 'https://deno.land/x/[email protected] /mod.ts' 33import { Foras } from 'https://deno.land/x/[email protected] /src/deno/mod.ts' 44import { Accepts } from 'https://deno.land/x/[email protected] /mod.ts' @@ -40,7 +40,7 @@ export type CompressionOptions = Partial<{
4040 * @example
4141 * ```ts
4242import { compression } from 'https://deno.land/x/http_compression/mod.ts'
43- import { Server } from 'https://deno.land/std@0.178 .0/http/server.ts'
43+ import { Server } from 'https://deno.land/std@0.179 .0/http/server.ts'
4444
4545new Server({
4646 handler: async (req) => {
You can’t perform that action at this time.
0 commit comments