Middleware used for Authentication.
Middleware used for CSP (Content Security Policy).
- https://medium.com/square-corner-blog/content-security-policy-for-single-page-web-apps-78f2b2cf1757
- https://www.owasp.org/index.php/HTTP_Strict_Transport_Security_Cheat_Sheet
Used for routing.
- https://www.w3.org/Provider/Style/URI.html
- Why you should always add a trailing
/
- https://cdivilly.wordpress.com/2014/03/11/why-trailing-slashes-on-uris-are-important/
Middleware used for developer tools like browsersync and browser extensions.
Middleware used for Content Negotiaton.
- w3c/preload#113
- whatwg/mimesniff#42
- Oye vey! https://wiki.whatwg.org/wiki/Why_not_conneg
- Media Types (part II) rfc2046 - https://www.ietf.org/rfc/rfc2046
- MIME (Multipurpose Internet Mail Extensions) Types (part I) rfc2045 - https://www.ietf.org/rfc/rfc2045
- Picking the right mime type - https://www.maxcdn.com/one/tutorial/mime-types/
- Require servers to use
text/javascript
- whatwg/html#3096 - MDN HTTP MIME Types - https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types
Middleware used for Content Encoding.
Middleware used for library mixins.
Middleware used for static assets.