Easily split URIs
UniformResourceIdentifier splits your full URIs without the hassle of validation. Sticks to RFC 3986 as closely as possible. (client-side counter part)
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
UniformResourceIdentifier splits your full URIs without the hassle of validation. Sticks to RFC 3986 as closely as possible. (client-side counter part)
Comments
Why did you rewrite the built in ‘uri’ gem?
uniform_resource_identifiersimply splits a given URI into it’s many pieces, whereasuriattempts validation and throws errors. It is just an alternative, likeslopis tooptparse.Post a comment