Skip to content

Commit

Permalink
Request: added jsonapi mime type
Browse files Browse the repository at this point in the history
  • Loading branch information
pbaire committed Sep 18, 2015
1 parent 2611ea8 commit c2ec480
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Network/Response.php
Expand Up @@ -123,6 +123,7 @@ class Response
'ips' => 'application/x-ipscript',
'ipx' => 'application/x-ipix',
'js' => 'application/javascript',
'jsonapi' => 'application/vnd.api+json',
'latex' => 'application/x-latex',
'lha' => 'application/octet-stream',
'lsp' => 'application/x-lisp',
Expand Down

0 comments on commit c2ec480

Please sign in to comment.