Add a default mime type
Status: Pre-Alpha
Brought to you by:
charliehubbard
pygmy is a great thing for embedding, however if I
need to serve dynamic file content (e.g. mirroring)
it's sometimes very useful to have the possibility to
define a default mimetype on stuff like "file.
[extension].[version]", e.g. "mypattern.789" could be
easily served with "mime.*=application/octet-stream".
Might be worth to consider. In general I like the
approach to limit features in order to avoid
inconsistancies but in this case I would prefer this
small extension instead of having to write my own file
handler.
Anyway thanks for this peace of software!