<?php

namespace Kicken\Chat;


interface 
IHTTPRouter {
    public function 
route($uri);
}