https://github.com/ponylang/http_server
Pony library for building HTTP server applications.
https://github.com/ponylang/http_server
http http-server pony-core-team-library pony-language ponylang
Last synced: 3 months ago
JSON representation
Pony library for building HTTP server applications.
- Host: GitHub
- URL: https://github.com/ponylang/http_server
- Owner: ponylang
- License: bsd-2-clause
- Created: 2020-05-09T20:49:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-06T12:55:15.000Z (8 months ago)
- Last Synced: 2025-06-20T22:39:37.077Z (7 months ago)
- Topics: http, http-server, pony-core-team-library, pony-language, ponylang
- Language: Pony
- Homepage: https://ponylang.github.io/http_server/
- Size: 255 KB
- Stars: 33
- Watchers: 10
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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.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)