Commit 53e4fad
authored
Fix inline file upload
Current version of `bref/local-api-gateway` supports only 'Content-Type: multipart/form-data', whereas inline body (e.g. image/jpeg) is not encoded properly and the uploaded file is corrupted.
This change resolves the issue.1 parent c233a0f commit 53e4fad
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
39 | 44 | | |
40 | 45 | | |
41 | 46 | | |
| |||
0 commit comments