URI module of PicoRuby

Singleton methods

encode_www_form

URI.encode_www_form(Hash[untyped, untyped] params) -> String

encode_www_form_component

URI.encode_www_form_component(untyped str) -> String

parse

URI.parse(String uri_string) -> URIClass
Tags: