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: 21 days ago
JSON representation
ponylang HTTP client library
- Host: GitHub
- URL: https://github.com/ponylang/http
- Owner: ponylang
- License: bsd-2-clause
- Created: 2018-06-11T18:56:47.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-10-16T00:23:47.000Z (4 months ago)
- Last Synced: 2025-10-16T20:27:49.210Z (4 months ago)
- Topics: http, http-client, pony-core-team-library, pony-language, ponylang
- Language: Pony
- Homepage: https://ponylang.github.io/http/
- Size: 2.54 MB
- Stars: 43
- Watchers: 12
- Forks: 16
- Open Issues: 0
-
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
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.4
```
* 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 `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](https://ponylang.github.io/http)