Closed califrench closed 8 years ago
The ContentType enum has been updated to support all the mime-types in MimeType.swift in Response.swift
ContentType
MimeType.swift
Response.swift
The router has also bee updated to automatically return the correct content-type based on the file extension.
Fixes #41
@califrench thanks! Please fix tests, then I'll have a look.
@califrench thanks!
The
ContentType
enum has been updated to support all the mime-types inMimeType.swift
inResponse.swift
The router has also bee updated to automatically return the correct content-type based on the file extension.
Fixes #41