Thanks for pointing that out, I’ll have a look. Andrew
> On 18 May 2016, at 21:59, Onorio Catenacci <[email protected]> wrote: > > Not that it seems any different in a salient way but it looks like 2396 was > superseded by RFC 3986. I looked at it quickly but didn't see any > significant differences but you may just want to double check your > implementation to insure it conforms. > > -- > Onorio > > > On Wednesday, May 18, 2016 at 3:21:10 PM UTC-4, Andrew Timberlake wrote: > Example: > > iex> URI.merge("http://example.com/foo <http://example.com/foo>", "/bar") |> > to_string > "http://example.com/bar <http://example.com/bar>" > > iex> URI.parse("http://example.com/foo <http://example.com/foo>") |> > URI.merge("/bar") |> to_string > "http://example.com/bar <http://example.com/bar>" > > …and more > > I have written the code based on RFC2396 §5.2 and would like to send through > a pull request. > > Andrew > > -- > You received this message because you are subscribed to the Google Groups > "elixir-lang-core" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/elixir-lang-core/860a3ca4-0972-4e4d-8796-3f953937637d%40googlegroups.com > > <https://groups.google.com/d/msgid/elixir-lang-core/860a3ca4-0972-4e4d-8796-3f953937637d%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "elixir-lang-core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/65C8DA11-59C8-47FA-AA5A-A2178F2C65A6%40andrewtimberlake.com. For more options, visit https://groups.google.com/d/optout.
