<?php
namespace Hanyuu;
require_once __DIR__ . '/../hanyuu.php';
$hau->setUpHttp();
$hau->dispatchHttp(
\Index\Http\HttpRequest::fromRequest()
);