Skip to content

Commit

Permalink
TODO: provide options
Browse files Browse the repository at this point in the history
  • Loading branch information
gjuoun committed Jul 2, 2020
1 parent 3d97cd9 commit 7347fcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/multiparserV2.ts
Expand Up @@ -25,6 +25,7 @@ export interface Form {
files: Record<string, FormFile | FormFile[]>;
}

// TODO: provide options
export async function multiParser(req: ServerRequest, option?: any) {
if (req.headers.has("content-type")) {
let buf = await Deno.readAll(req.body);
Expand Down

0 comments on commit 7347fcc

Please sign in to comment.