From a8b4a629922d59d467e789701c7a0786e09f126c Mon Sep 17 00:00:00 2001 From: "Sean T. Allen" Date: Sat, 30 May 2026 10:26:49 -0400 Subject: [PATCH] Deprecate in favor of ponylang/stallion This package's development is ceasing in favor of ponylang/stallion. Point users there from the README ahead of archiving the repo. --- README.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/README.md b/README.md index 4639e59..15b1e84 100755 --- a/README.md +++ b/README.md @@ -4,18 +4,4 @@ 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.6.3` -* 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 `ssl` transitive dependency requires a C SSL library to be installed. Please see the [ssl installation instructions](https://github.com/ponylang/ssl#installation) for more information. - -## API Documentation - -[https://ponylang.github.io/http_server](https://ponylang.github.io/http_server) +Deprecated. Use [ponylang/stallion](https://github.com/ponylang/stallion) instead.