Skip to content

Commit

Permalink
added more headers
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Jun 15, 2018
1 parent d32296c commit 5915ec4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Http/CurlDispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ class CurlDispatcher implements DispatcherInterface
'jpeg' => 'image/jpeg',
'gif' => 'image/gif',
'png' => 'image/png',
'mp3' => 'audio/mpeg',
'mp4' => 'video/mp4',
'ogg' => 'audio/ogg',
'ogv' => 'video/ogg',
'webm' => 'video/webm',
];

private $config = [
Expand Down

0 comments on commit 5915ec4

Please sign in to comment.