rfc5988
Version, currently 0.1.15 versions
- 0.1.4latestMay 21, 2016
- 0.1.3not indexedMay 21, 2016
- 0.1.2not indexedMay 21, 2016
- 0.1.1not indexedMay 21, 2016
- 0.1.0not indexedMay 21, 2016
github.com/pine/crystal-rfc5988
:globe_with_meridians: Parser and builder for RFC 5988 Link Header Field
Nothing has been indexed for 0.1.1 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.
Installation
# Add this to your shard.yml
dependencies:
rfc5988:
github: pine/crystal-rfc5988
version: ~> 0.1.1Then run:
shards installshard.yml
No shard.yml has been indexed for 0.1.1. You can read it on the repository.
Dependencies
Unknown: the shard.yml for this version has not been read yet.
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.
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.1- Tagged
- May 21, 2016
- Commit
6644e2f7ef0c- Indexed
- not yet
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