http2.cr v0.1.0

This is a standalone implementation of the HTTP/2 protocol that is intended to provide a ready building block for both HTTP/2 clients and servers.

Send.cr CI GitHub release GitHub commits since latest release (by SemVer)

http2

WIP. This will be a pure HTTP/2 protocol implementation. It is the building blocks of HTTP/2 itself, and lacks either a client or a server implementation in this shard.

Client and server implementations will be in separate shards that make use of this common shard.

Installation

  1. Add the dependency to your shard.yml:

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

Usage

require "http2"

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/your-github-user/http2/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

GitHub code size in bytes GitHub issues

Repository

http2.cr

Owner
Statistic
  • 0
  • 0
  • 1
  • 0
  • 2
  • about 2 years ago
  • December 29, 2021
License

Apache License 2.0

Links
Synced at

Thu, 25 Apr 2024 19:18:22 GMT

Languages