Cossack crystal Cossack logo

Simple and flexible HTTP client for Crystal programming language.

Roadmap

Installation

Add this to your application's shard.yml:

dependencies:
  cossack:
    github: greyblake/crystal-cossack

And install dependencies:

crystal deps

Usage

require "cossack"

cossack = Cossack.new
cossack.get("http://some.url/path")

Development

To run test:

make test

Contributors