文件名称:LiipMultiplexBundle:[不推荐使用] Symfony2控制器,该控制器允许在一个请求中调用多个URL,以及JSON修饰任何控制器
文件大小:25KB
文件格式:ZIP
更新时间:2024-02-26 19:35:36
php symfony bundle symfony-bundle SymfonyPHP
未维护 该捆绑包不再维护。 如有需要,请随意分叉。 总览 此捆绑包可将多个请求“复用”到单个请求/响应中: 例如,此请求: 将在内部调用: /session/new和/notifications 并返回一个响应: { " /session/new " : { " request " : " /session/new " , " status " : 200 , " response " : " the Response Content of /session/new " }, " /notifications " : { " request " : " /noti
【文件预览】:
LiipMultiplexBundle-master
----composer.json(912B)
----.travis.yml(317B)
----DependencyInjection()
--------CompilerPass()
--------LiipMultiplexExtension.php(4KB)
--------Configuration.php(1KB)
----Multiplexer()
--------MultiplexerInterface.php(978B)
--------InternalRequestMultiplexer.php(4KB)
--------MultiplexDispatcher.php(5KB)
--------ExternalRequestMultiplexer.php(2KB)
----LiipMultiplexBundle.php(722B)
----Resources()
--------config()
--------public()
--------meta()
----.gitignore(32B)
----Controller()
--------MultiplexController.php(899B)
----Tests()
--------bootstrap.php(189B)
--------DependencyInjection()
--------Multiplexer()
--------Controller()
----phpunit.xml.dist(568B)
----README.md(4KB)