pohjavirta:Undertow的快速无阻塞Clojure包装器

时间:2024-02-21 04:32:23
【文件属性】:

文件名称:pohjavirta:Undertow的快速无阻塞Clojure包装器

文件大小:222KB

文件格式:ZIP

更新时间:2024-02-21 04:32:23

clojure ring http-server non-blocking ClojureClojure

Pohjavirta 快速无阻塞Clojure包装器。 状态: Pre-alpha,处于设计和原型制作阶段。 最新版本 用法 ( require '[pohjavirta.server :as server]) ( require '[jsonista.core :as j]) ( defn handler [_] { :status 200 :headers { " Content-Type " " application/json " } :body ( j/write-value-as-bytes { :message " hello " })}) ; ; create and start the server ( -> #'handler server/create server/start) 默认情况下,服务器在端口8080上侦听localhost 。 尝试使用 : ➜ ~ http :8080 HTTP/1.1 200 OK Content-Length: 19 Content-Type: application/json Date: Sun, 2


【文件预览】:
pohjavirta-master
----pom.xml(1KB)
----docs()
--------img()
----perf()
--------pohjavirta()
----test()
--------pohjavirta()
----src()
--------inline()
--------pohjavirta()
----deps.edn(3KB)
----.gitignore(45B)
----README.md(3KB)

网友评论