/                        GET(Home)

{methodOrEntityPath|SA}/ POST(UniversalResourcePoolInterface) OPTIONS(UniversalResourcePoolInterface)

404/                     XUA\NotFoundInterface

test/                    TestInterface

media/                   GET(Post\GetAll)

    post/                    GET(Post\GetAll)

        {id}/                GET(Post\GetOne)

            edit/            GET(Post\SetOne)

            delete/          GET(Post\RemoveOne)

    story/                   GET(Story\GetAll)

        {id}/                GET(Story\GetOne)

            edit/            GET(Story\SetOne)

            delete/          GET(Story\RemoveOne)