routegen:为命名空间中的函数生成Compojure路由

时间:2024-06-09 19:07:17
【文件属性】:

文件名称:routegen:为命名空间中的函数生成Compojure路由

文件大小:46KB

文件格式:ZIP

更新时间:2024-06-09 19:07:17

Clojure

路由基因 为命名空间中的函数生成Compojure路由。 Routegen使公开Web服务更加简单。 用法 将[routegen "0.1.3"]添加到您的project.clj :dependencies ( def app-routes ( apply routes ( concat ( page-routes 'myns.pages) ( path-routes 'myns.services) ( post-routes 'myns.services)))) 传递名称空间以为该名称空间中的每个函数创建页面或服务: page-routes“返回名称空间中定义为无参数的公共函数的页面的路由” path-routes“返回带有作为参数传递的参数的服务路由。” post-routes“返回在URL路径


【文件预览】:
routegen-master
----.gitignore(84B)
----README.md(1KB)
----project.clj(680B)
----test()
--------routegen()
----LICENSE(11KB)
----src()
--------routegen()
----doc()
--------css()
--------routegen.core.html(2KB)
--------js()
--------index.html(1KB)

网友评论