Skip to content
This repository was archived by the owner on May 30, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 1 addition & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Loading