Skip to content

Instantly share code, notes, and snippets.

uri_string:parse("http://localhost:4000/session?foo[bar]=baz").
uri_string:parse/1@372 >>> when is_list(URIString) Binary = <<"http://localhost:4000/session?foo[bar]=baz">>
uri_string:parse_uri_reference/1@628 >>>
uri_string:parse_scheme_start/2@817 >>> Char = h, Rest = <<"ttp://localhost:4000/session?foo[bar]=baz">>, URI = #{}
uri_string:parse_scheme/2@852 >>> is_scheme(t) = true
uri_string:parse_scheme/2@852 >>> is_scheme(t) = true
uri_string:parse_scheme/2@852 >>> is_scheme(p) = true
uri_string:parse_scheme/2@846 >>> $:
uri_string:parse_hier/2@879 >>> // Rest = <<"localhost:4000/session?foo[bar]=baz">>
uri_string:parse_userinfo/2@953 >>> is_userinfo(l) == true