glassy-http

Version, currently master branch1 version
  • master branchlatestOct 31, 2020

github.com/glassy-framework/glassy-http

HTTP Bundle for the glassy framework, built on top of Kemal

4 stars
1 dependent
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  glassy-http:
    github: glassy-framework/glassy-http
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.35.1
License
MIT
Author
Anderson Danilo

Dependencies

Runtime Dependencies

  • kemal*github: kemalcr/kemal
  • glassy-kernel*github: glassy-framework/glassy-kernel, branch: master
  • glassy-console*github: glassy-framework/glassy-console, branch: master

Development Dependencies

README

glassy-http

TODO: Write a description here

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      glassy-http:
        github: your-github-user/glassy-http
  2. Run shards install

Usage

require "glassy-http"

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/your-github-user/glassy-http/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors