http
http copied to clipboard
ponylang HTTP client library
http
Ponylang package to build clients for the HTTP protocol.
Status
http is beta quality software that will change frequently. Expect breaking changes. That said, you should feel comfortable using it in your projects.
Installation
- Add
httpto your build dependencies using corral:
corral add github.com/ponylang/http.git --version 0.6.1
- Execute
corral fetchto fetch your dependencies. - Include this package by adding
use "http"to your Pony sources. - Execute
corral run -- ponycto 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.