You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we plan to use .hsp filesystem extension to store template files, we
should think about a proper named content-type to associate with them.
It would be useful especially for webservers to respond with the proper
content-type.
Right now it's just sending back plain application/octet-stream
I suggest text/x-hashspace-template (based on what is used for
handlebars...)
?
Reply to this email directly or view it on GitHub.
If we plan to use
.hsp
filesystem extension to store template files, we should think about a proper named content-type to associate with them.It would be useful especially for webservers to respond with the proper content-type.
Right now it's just sending back plain
application/octet-stream
I suggest
text/x-hashspace-template
(based on what is used for handlebars...)The text was updated successfully, but these errors were encountered: