niclash / http_server

:horse: Pony library for building HTTP server applications.

Home Page:https://ponylang.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:
  • corral add github.com/ponylang/http_server.git --version 0.4.2
  • 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 for more information.

API Documentation

https://ponylang.github.io/http_server

About

:horse: Pony library for building HTTP server applications.

https://ponylang.io

License:BSD 2-Clause "Simplified" License


Languages

Language:Pony 97.7%Language:Makefile 1.4%Language:HCL 1.0%