Skip to content

Instantly share code, notes, and snippets.

View ali-cs's full-sized avatar

Ali ali-cs

  • Pakistan
View GitHub Profile
internal let DEFAULT_MIME_TYPE = "application/octet-stream"
internal let mimeTypes = [
"html": "text/html",
"htm": "text/html",
"shtml": "text/html",
"css": "text/css",
"xml": "text/xml",
"gif": "image/gif",
"jpeg": "image/jpeg",