是否有内联网页编译器?

时间:2016-10-15 20:32:40

标签: templates web proxy

我喜欢看到的某种网络代理:

<html>
<title>foo!</title>
<inline page="http://something.else/foo"/>
</html>

获取包含以下内容的http://something.else/foo

hello world!

并在响应中注入:

<html>
<title>foo!</title>
hello world!
</html>

显然,这样做的事情会很轻松,但我很好奇是否已经有类似事情。

我确定那里有一些东西,但我还没有第一个想到要搜索的条款...

1 个答案:

答案 0 :(得分:0)

这可以通过Apache中的SSI或带有“虚拟”包含的Nginx来完成。

(虽然我希望有更多的东西)