MCPcopy
hub / github.com/http-party/http-server / isTextFile

Function isTextFile

lib/core/index.js:427–429  ·  view source on GitHub ↗
(mimeType)

Source from the content-addressed store, hash-verified

425 }
426
427 function isTextFile(mimeType) {
428 return (/^text\/|^application\/(javascript|json)/).test(mimeType);
429 }
430
431 // serve gzip file if exists and is valid
432 function tryServeWithGzip() {

Callers 1

serveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…