| 1 |
<?php |
| 2 |
|
| 3 |
// autoload_classmap.php @generated by Composer |
| 4 |
|
| 5 |
$vendorDir = dirname(dirname(__FILE__)); |
| 6 |
$baseDir = dirname($vendorDir); |
| 7 |
|
| 8 |
return array( |
| 9 |
'Httpful\\Bootstrap' => $vendorDir . '/nategood/httpful/src/Httpful/Bootstrap.php', |
| 10 |
'Httpful\\Exception\\ConnectionErrorException' => $vendorDir . '/nategood/httpful/src/Httpful/Exception/ConnectionErrorException.php', |
| 11 |
'Httpful\\Handlers\\CsvHandler' => $vendorDir . '/nategood/httpful/src/Httpful/Handlers/CsvHandler.php', |
| 12 |
'Httpful\\Handlers\\FormHandler' => $vendorDir . '/nategood/httpful/src/Httpful/Handlers/FormHandler.php', |
| 13 |
'Httpful\\Handlers\\JsonHandler' => $vendorDir . '/nategood/httpful/src/Httpful/Handlers/JsonHandler.php', |
| 14 |
'Httpful\\Handlers\\MimeHandlerAdapter' => $vendorDir . '/nategood/httpful/src/Httpful/Handlers/MimeHandlerAdapter.php', |
| 15 |
'Httpful\\Handlers\\XHtmlHandler' => $vendorDir . '/nategood/httpful/src/Httpful/Handlers/XHtmlHandler.php', |
| 16 |
'Httpful\\Handlers\\XmlHandler' => $vendorDir . '/nategood/httpful/src/Httpful/Handlers/XmlHandler.php', |
| 17 |
'Httpful\\Http' => $vendorDir . '/nategood/httpful/src/Httpful/Http.php', |
| 18 |
'Httpful\\Httpful' => $vendorDir . '/nategood/httpful/src/Httpful/Httpful.php', |
| 19 |
'Httpful\\Mime' => $vendorDir . '/nategood/httpful/src/Httpful/Mime.php', |
| 20 |
'Httpful\\Proxy' => $vendorDir . '/nategood/httpful/src/Httpful/Proxy.php', |
| 21 |
'Httpful\\Request' => $vendorDir . '/nategood/httpful/src/Httpful/Request.php', |
| 22 |
'Httpful\\Response' => $vendorDir . '/nategood/httpful/src/Httpful/Response.php', |
| 23 |
'Httpful\\Response\\Headers' => $vendorDir . '/nategood/httpful/src/Httpful/Response/Headers.php', |
| 24 |
'Httpful\\Test\\DemoMimeHandler' => $vendorDir . '/nategood/httpful/tests/Httpful/HttpfulTest.php', |
| 25 |
'Httpful\\Test\\HttpfulTest' => $vendorDir . '/nategood/httpful/tests/Httpful/HttpfulTest.php', |
| 26 |
'Httpful\\Test\\requestTest' => $vendorDir . '/nategood/httpful/tests/Httpful/requestTest.php', |
| 27 |
'Maksekeskus' => $baseDir . '/Maksekeskus.php', |
| 28 |
'SimpleCsvHandler' => $vendorDir . '/nategood/httpful/examples/override.php', |
| 29 |
); |
| 30 |
|