hlfw.ca

plumb

Download patch

ref: 745b4a774865e33376c0a86cfaa810ddf57d21d9
parent: e9b3464a0e430c573462d36c5489f4b9a5311393
author: M Misch <michaelmisch1985@gmail.com>
date: Thu Jan 24 17:42:58 PST 2019

Update README.md

--- a/README.md
+++ b/README.md
@@ -17,6 +17,11 @@
 
 ```
 
+In practice, setting a rule for most common mimetypes will serve you well. For example, my last implementation of plumber used a relatively small amount of mimes, after a few years' worth of plumbing in this manner. 
+See https://github.com/halfwit/Plumber/tree/master/cfg/plumber
+
+## About application/octet-stream mimetype
 If the remote mimetype is `application/octet-stream`, which is a fallback when it cannot infer the mimetype this client will attempt to find a content-type field in any remote URL, finally setting the type to `text`.
 
 Reference for mimetype: https://mimesniff.spec.whatwg.org/
+Reasonably robust list of mimetypes: https://www.freeformatter.com/mime-types-list.html