http_server

所属分类:工具库
开发工具:Pony
文件大小:0KB
下载次数:0
上传日期:2023-10-22 13:15:17
上 传 者sh-1993
说明:  用于构建HTTP服务器应用程序的Pony库。,
(Pony library for building HTTP server applications.,)

文件列表:
.markdownlintignore (48, 2023-10-22)
.release-notes/ (0, 2023-10-22)
.release-notes/0.2.2.md (387, 2023-10-22)
.release-notes/0.2.3.md (0, 2023-10-22)
.release-notes/0.2.4.md (142, 2023-10-22)
.release-notes/0.3.0.md (199, 2023-10-22)
.release-notes/0.3.1.md (251, 2023-10-22)
.release-notes/0.3.2.md (227, 2023-10-22)
.release-notes/0.3.3.md (345, 2023-10-22)
.release-notes/0.4.0.md (394, 2023-10-22)
.release-notes/0.4.1.md (193, 2023-10-22)
.release-notes/0.4.2.md (290, 2023-10-22)
.release-notes/0.4.3.md (159, 2023-10-22)
.release-notes/0.4.4.md (177, 2023-10-22)
.release-notes/0.4.5.md (123, 2023-10-22)
.release-notes/next-release.md (0, 2023-10-22)
CHANGELOG.md (2454, 2023-10-22)
CODE_OF_CONDUCT.md (6619, 2023-10-22)
CONTRIBUTING.md (8501, 2023-10-22)
LICENSE (1305, 2023-10-22)
Makefile (2327, 2023-10-22)
RELEASE_PROCESS.md (1214, 2023-10-22)
... ...

# http_server Pony package to build server applications for the HTTP protocol. ## Status `http_server` is beta quality software that will change frequently. Expect breaking changes. That said, you should feel comfortable using it in your projects. ## Installation * Install [corral](https://github.com/ponylang/corral): * `corral add github.com/ponylang/http_server.git --version 0.4.5` * Execute `corral fetch` to fetch your dependencies. * Include this package by adding `use "http_server"` to your Pony sources. * Execute `corral run -- ponyc` to compile your application Note: The `net_ssl` transitive dependency requires a C SSL library to be installed. Please see the [net_ssl installation instructions](https://github.com/ponylang/net_ssl#installation) for more information. ## API Documentation [https://ponylang.github.io/http_server](https://ponylang.github.io/http_server)

近期下载者

相关文件


收藏者