All Projects β†’ ponylang β†’ http

ponylang / http

Licence: BSD-2-Clause license
ponylang HTTP client library 🐴 πŸ•ΈοΈ

Programming Languages

Pony
23 projects
powershell
5483 projects
Makefile
30231 projects

Projects that are alternatives of or similar to http

pony-websocket
WebSocket server for Ponylang🐴
Stars: ✭ 43 (+13.16%)
Mutual labels:  ponylang, pony-language
kiuatan
A parser library for Pony.
Stars: ✭ 15 (-60.53%)
Mutual labels:  ponylang, pony-language
ponylang-linal
Linear Algebra library for Pony Language
Stars: ✭ 23 (-39.47%)
Mutual labels:  ponylang, pony-language
msgpack
🐴 Pure Pony implementation of the MessagePack serialization format. msgpack.org[Pony]
Stars: ✭ 31 (-18.42%)
Mutual labels:  ponylang, pony-language
Ponyc
🐴 Pony is an open-source, actor-model, capabilities-secure, high performance programming language
Stars: ✭ 4,857 (+12681.58%)
Mutual labels:  ponylang, pony-language
Rester
A REST client for almost any web service (Firefox and Chrome Extension)
Stars: ✭ 192 (+405.26%)
Mutual labels:  http-client
Elastic
An Elasticsearch REST API client for Rust
Stars: ✭ 248 (+552.63%)
Mutual labels:  http-client
Play Ws
Standalone Play WS, an async HTTP client with fluent API
Stars: ✭ 190 (+400%)
Mutual labels:  http-client
Httplug
HTTPlug, the HTTP client abstraction for PHP
Stars: ✭ 2,295 (+5939.47%)
Mutual labels:  http-client
typesense-dart
Dart client for Typesense
Stars: ✭ 50 (+31.58%)
Mutual labels:  http-client
Axios
Promise based HTTP client for the browser and node.js
Stars: ✭ 89,857 (+236365.79%)
Mutual labels:  http-client
Punchclock
Make sure your asynchronous operations show up to work on time
Stars: ✭ 235 (+518.42%)
Mutual labels:  http-client
Donkey
Modern Clojure HTTP server and client built for ease of use and performance
Stars: ✭ 199 (+423.68%)
Mutual labels:  http-client
Csaguzzlebundle
A bundle integrating Guzzle >=4.0 in Symfony
Stars: ✭ 248 (+552.63%)
Mutual labels:  http-client
Ob Http
make http request within org-mode babel
Stars: ✭ 191 (+402.63%)
Mutual labels:  http-client
cpphttpstack
c++ api for http client & server
Stars: ✭ 30 (-21.05%)
Mutual labels:  http-client
Http Kit
http-kit is a minimalist, event-driven, high-performance Clojure HTTP server/client library with WebSocket and asynchronous support
Stars: ✭ 2,234 (+5778.95%)
Mutual labels:  http-client
Avhttp
avhttp is concurrent http downloader
Stars: ✭ 232 (+510.53%)
Mutual labels:  http-client
Httpie
As easy as /aitch-tee-tee-pie/ πŸ₯§ Modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more. https://twitter.com/httpie
Stars: ✭ 53,052 (+139510.53%)
Mutual labels:  http-client
Http Client
[Deprecated] Event-driven, streaming HTTP client for ReactPHP.
Stars: ✭ 228 (+500%)
Mutual labels:  http-client

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

API Documentation

https://ponylang.github.io/http

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].