rfc5988
Version, currently 0.1.45 versions
github.com/pine/crystal-rfc5988
:globe_with_meridians: Parser and builder for RFC 5988 Link Header Field
2 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
rfc5988:
github: pine/crystal-rfc5988
version: ~> 0.1.4Then run:
shards installshard.yml
- Crystal
- no constraint declared
- License
- MIT
Dependencies
This version declares no dependencies.
README
RFC5988 - Link Header
Crystal implementation of RFC5988 parser and builder.
Installation
Add it to shard.yml
dependencies:
rfc5988:
github: pine/crystal-rfc5988
version: ~> 0.1.2
Usage
require "rfc5988"
values = RFC5988.parse("<http://www.example.com>; rel=\"prev\"")
p values[0].url # => "http://www.example.com"
p values[0].rel # => "prev"
p RFC5988.build(values) # => "<http://www.example.com>; rel=\"prev\""
Contributing
- Fork it ( https://github.com/pine/crystal-rfc5988/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
- Acknowledgement
License
MIT License
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.1.4- Tagged
- May 21, 2016
- Commit
d5bd2651ef6c- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/pine/crystal-rfc5988
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 15, 2026
- Synced
- Aug 15, 2026
- Versions
- 5