Project

opal-uri

0.0
No commit activity in last 3 years
No release in over 3 years
Minimal URI support for Opal
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.10
~> 10.0

Runtime

< 0.12.0, >= 0.7.0
 Project Readme

Opal URI

It's like Ruby URI, but smaller. It provides minimal URI support that is absent from Opal.

Build Status

Installation

Add this line to your application's Gemfile:

gem 'opal-uri'

And then execute:

$ bundle

Or install it yourself as:

$ gem install bowser

Usage

Inside your Opal app:

require 'uri'

uri = URI.parse("http://opalrb.com")
uri.scheme #=> "http"
uri.host #=> "opalrb.com"

Contributing

This project is governed by a Code of Conduct

  1. Fork it
  2. Branch it
  3. Hack it
  4. Save it
  5. Commit it
  6. Push it
  7. Pull-request it