Tags: CUBETIQ/oak
Tags
Update to Deno 1.4.4, std 0.73.0, media_types 2.5.1 (oakserver#247)
Specify `import type` when applicable (oakserver#244) This fixes TS1371 that raises in deno 1.4.0 with the --unstable flag Deno typescript check is getting stricter by default: https://deno.land/manual/getting_started/typescript Co-authored-by: Guillaume Esquevin <[email protected]>
Handle UTF-8 Content-Disposition headers properly. Fixes oakserver#211 Headers aren't supposed to be encoded as UTF-8, but it appears it is common practice to do so when setting the filename in the Content-Disposition header in a multipart form. Therefore instead of using the DOM Header we have to use an object record.
breaking: refactor ctx.request.body() (oakserver#201) Fixes oakserver#191
PreviousNext