An open API service indexing awesome lists of open source software.

https://github.com/ponylang/http

ponylang HTTP client library
https://github.com/ponylang/http

http http-client pony-core-team-library pony-language ponylang

Last synced: 7 months ago
JSON representation

ponylang HTTP client library

Awesome Lists containing this project

README

          

# 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 `http` to your build dependencies using [corral](https://github.com/ponylang/corral):

```bash
corral add github.com/ponylang/http.git --version 0.6.3
```

* Execute `corral fetch` to fetch your dependencies.
* Include this package by adding `use "http"` 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](https://github.com/ponylang/net-ssl#installation) for more information.

## API Documentation

[https://ponylang.github.io/http](https://ponylang.github.io/http)