Skip to content

Commit

Permalink
get ready to release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gjuoun committed Jun 30, 2020
1 parent 46ee2ba commit 006604e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/multiParser.ts
@@ -1,12 +1,5 @@
import {ServerRequest, FormFile, MultipartReader} from '../deps.ts'

// function refineRequest(req: any): ServerRequest {
// let refinedReq = new ServerRequest();
// refinedReq.headers = req.headers;
// refinedReq.r = req.r;
// return refinedReq;
// }

const boundaryRegex = /^multipart\/form-data;\sboundary=(?<boundary>.*)$/;

//default maxMemory = 10485760 bytes = 10 Mb
Expand Down

0 comments on commit 006604e

Please sign in to comment.