fukamachi / woo

A fast non-blocking HTTP server on top of libev
http://ultra.wikia.com/wiki/Woo_(kaiju)
MIT License
1.29k stars 97 forks source link

Add default :content-type to static file responses #99

Closed Melchizedek6809 closed 2 years ago

Melchizedek6809 commented 2 years ago

Hey there,

Static file responses did not send a content-type if none was provided, I added a check that adds a content-type using trivial-mimes in that case which fixes some issues I was having.

Have a nice day, Ben

fukamachi commented 2 years ago

Thanks!