pandeiro / boot-http

A simple HTTP serve task for the Boot build tool
62 stars 34 forks source link

How do I add MIME types? #73

Open theronic opened 5 years ago

theronic commented 5 years ago

Specifically, I need to serve .wasm files as application/wasm or WebAssembly.instantiateStreaming won't work. ring.util has ext-mime-type, but I can't figure out how to call it from boot-http.