chibi-scheme/lib
Arthur A. Gleckler 9b6099ca87 Support more MIME types for common file types.
In `servlet-respond', the server defaults to Content-Type "text/html;
charset=UTF-8" for extensions that don't appear in
`mime-type-from-extension'.  This meant that CSS files, JavaScript
files, and various types of image files were getting the wrong
Content-Type, which was fine when they were served directly, but
caused clients to close the connection when they were loaded over
HTTP/1.1, which can deliver back-to-back resources on the same
connection.

Sort the types in the `mime-type-from-extension' list now that it is
longer.  It's still not long enough for the order to be material for
performance.
2021-11-18 22:09:47 -08:00
..
chibi Support more MIME types for common file types. 2021-11-18 22:09:47 -08:00
scheme More tests for unaligned bytevector access 2020-11-30 17:15:57 +09:00
srfi Add missing constants to SRFI-144 2021-09-29 00:57:31 -03:00
init-7.scm rename bare let in case expansion (issue #772) 2021-08-14 00:03:01 +09:00
meta-7.scm Decouple syntax-case from the Chibi core. 2021-08-10 23:19:35 +09:00