服务器端获取

发布于 2024-10-13 18:20:41 字数 139 浏览 4 评论 0原文

我想将列表合并到服务器端的显示模板中。

如何向节目中的列表或视图发出 GET 请求?我是否必须调用节目中的另一个库才能进行服务器端调用,或者沙发是否有本地方法来执行此操作。如果是图书馆,它是什么?我希望我基本上可以使用 couch.js 服务器端。

I want to merge a list into a show template on the server side.

How would I make a GET request to a list or a view from a show? Do I have to call another library in the show to make a server side call or does couch have a native way to do this. If a library, what is it? I wish I could use couch.js server side basically.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

没企图 2024-10-20 18:20:41

目前CouchDB还没有这样的服务器端功能。 _show 和 _list 函数的要求是一个完整的沙箱。显示或列表必须始终为相同的输入返回相同的输出。 (这是为了支持 HTTP 缓存。)

At this time, CouchDB does not have server-side functions like this. The requirement for _show and _list functions is a complete sandbox. The show or list must always return the same output for the same input. (This is to support HTTP caching.)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文