Keith

Results 2 issues of Keith

I needed a way to specify the mime type other than relying file extension for `mg_http_serve_file()`. I am inspecting magic numbers and headers of files before serving them. For example...

It would be nice if there was some way to express things like this. ```rust // There is `ZeroablePrimitive` but that is an unstable and internal trait. struct Example {...