https://github.com/codenoid/pony-http-client-example
https://github.com/codenoid/pony-http-client-example
example pony-language
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codenoid/pony-http-client-example
- Owner: codenoid
- Created: 2019-07-20T19:25:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-20T19:29:28.000Z (over 6 years ago)
- Last Synced: 2025-02-02T15:48:47.039Z (12 months ago)
- Topics: example, pony-language
- Language: Pony
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pony HTTP Client Example Usage
Running :
```
git clone https://github.com/codenoid/pony-http-client-example
cd pony-http-client-example
stable fetch
stable env ponyc
./pony-http-client-example
```