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";, "/bar") |> to_string 
> "http://example.com/bar"; 
>
> iex> URI.parse("http://example.com/foo";) |> URI.merge("/bar") |> 
> to_string 
> "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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elixir-lang-core/860a3ca4-0972-4e4d-8796-3f953937637d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to