Packages
amqp_client
3.12.0
4.2.1
4.2.0
retired
4.1.6
4.1.5
retired
4.1.5-rc.2
retired
4.1.5-rc.1
retired
4.1.5-1
4.0.3
4.0.3-rc.1
3.13.0-rc.2
3.13.0-rc.1
3.12.14
3.12.13
3.12.12
3.12.11
3.12.10
3.12.9
3.12.8
3.12.7
3.12.6
3.12.5
3.12.4
3.12.3
3.12.2
3.12.1
3.12.0
3.12.0-rc.4
3.11.28
3.11.27
3.11.26
3.11.25
3.11.24
3.11.23
3.11.22
3.11.21
3.11.20
3.11.19
3.11.18
3.11.17
3.11.13
3.11.12
3.11.11
3.11.10
3.11.9
3.11.8
3.11.7
3.11.6
3.11.5
3.11.4
3.11.3
3.11.2
3.11.1
3.11.0
3.11.0-rc.2
3.11.0-rc.1
3.11.0-1
3.10.20
3.10.19
3.10.18
3.10.17
3.10.16
3.10.15
3.10.14
3.10.13
3.10.12
3.10.11
3.10.10
3.10.9
3.10.8
3.10.7
3.10.6
3.10.5
3.10.4
3.10.3
3.10.2
3.10.1
3.10.0
3.10.0-rc.6
3.10.0-rc.5
3.9.29
3.9.28
3.9.27
3.9.26
3.9.25
3.9.24
3.9.23
3.9.22
3.9.21
3.9.20
3.9.19
3.9.18
3.9.17
3.9.16
3.9.15
3.9.11
3.9.8
3.9.5
3.9.4
3.9.1
3.8.35
3.8.34
3.8.33
3.8.32
3.8.31
3.8.30
3.8.25
3.8.21
3.8.19
3.8.14
3.8.11
3.8.10
3.8.10-rc.1
3.8.9
3.8.7
3.8.6
3.8.6-rc.2
3.8.6-rc.1
3.8.5
3.8.5-rc.2
3.8.5-rc.1
3.8.4
3.8.4-rc.3
3.8.4-rc.1
3.8.3
3.8.3-rc.2
3.8.3-rc.1
3.8.2
3.8.2-rc.1
3.8.1
3.8.1-rc.1
3.8.0
3.8.0-rc.3
3.8.0-rc.2
3.8.0-rc.1
3.7.28
3.7.27
3.7.27-rc.2
3.7.27-rc.1
3.7.26
3.7.25
3.7.25-rc.1
3.7.24
3.7.24-rc.2
3.7.24-rc.1
3.7.23
3.7.23-rc.1
3.7.22
3.7.22-rc.2
3.7.22-rc.1
3.7.21
3.7.20
3.7.20-rc.2
3.7.20-rc.1
3.7.19
3.7.18
3.7.18-rc.1
3.7.17
3.7.17-rc.3
3.7.17-rc.2
3.7.15
3.7.14
3.7.14-rc.2
3.7.14-rc.1
3.7.13
3.7.13-rc.2
3.7.13-rc.1
3.7.12
3.7.12-rc.2
3.7.12-rc.1
3.7.11
3.7.11-rc.2
3.7.11-rc.1
3.7.10-rc.4
3.7.10-rc.3
3.7.10-rc.2
3.7.10-rc.1
3.7.9
3.7.9-rc.3
3.7.9-rc.2
3.7.8
3.7.8-rc.4
3.7.8-rc.3
3.7.8-rc.2
3.7.8-rc.1
3.7.7
3.7.7-rc.2
3.7.7-rc.1
3.7.6
3.7.6-rc.2
3.7.6-rc.1
3.7.5
3.7.5-rc.1
3.7.4
3.7.4-rc.4
3.7.4-rc.3
3.7.4-rc.2
3.7.4-rc.1
3.7.3
3.7.3-rc.2
3.7.3-rc.1
3.7.2
3.7.1
3.7.0-rc.2
3.6.16
3.6.16-rc.1
3.6.15
3.6.15-rc.1
3.6.14
3.6.13
3.6.12
3.6.11
3.6.10
3.6.9
3.6.8
3.6.7
3.6.7-pre.1
3.5.6
3.5.0
3.4.0
3.3.5
3.0.2
0.0.0-rc.1
RabbitMQ AMQP Client
Current section
Files
Jump to
Current section
Files
src/uri_parser.erl
%% This file is a copy of http_uri.erl from the R13B-1 Erlang/OTP
%% distribution with several modifications.
%% All modifications are Copyright (c) 2009-2023 VMware, Inc. or its affiliates.
%% ``The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
%% compliance with the License. You should have received a copy of the
%% Erlang Public License along with this software. If not, it can be
%% retrieved via the world wide web at https://www.erlang.org/.
%%
%% Software distributed under the License is distributed on an "AS IS"
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
%% the License for the specific language governing rights and limitations
%% under the License.
%%
%% The Initial Developer of the Original Code is Ericsson Utvecklings AB.
%% Portions created by Ericsson are Copyright 1999, Ericsson Utvecklings
%% AB. All Rights Reserved.''
%% See https://tools.ietf.org/html/rfc3986
-module(uri_parser).
-export([parse/2]).
%%%=========================================================================
%%% API
%%%=========================================================================
%% Returns a key list of elements extracted from the URI. Note that
%% only 'scheme' is guaranteed to exist. Key-Value pairs from the
%% Defaults list will be used absence of a non-empty value extracted
%% from the URI. The values extracted are strings, except for 'port'
%% which is an integer, 'userinfo' which is a list of strings (split
%% on $:), and 'query' which is a list of strings where no $= char
%% found, or a {key,value} pair where a $= char is found (initial
%% split on $& and subsequent optional split on $=). Possible keys
%% are: 'scheme', 'userinfo', 'host', 'port', 'path', 'query',
%% 'fragment'.
-spec parse(AbsURI, Defaults :: list())
-> [{atom(), string()}] | {error, no_scheme | {malformed_uri, AbsURI, any()}}
when AbsURI :: string() | binary().
parse(AbsURI, Defaults) ->
AbsUriString = rabbit_data_coercion:to_list(AbsURI),
case parse_scheme(AbsUriString) of
{error, Reason} ->
{error, Reason};
{Scheme, Rest} ->
case (catch parse_uri_rest(Rest, true)) of
[_|_] = List ->
merge_keylists([{scheme, Scheme} | List], Defaults);
E ->
{error, {malformed_uri, AbsURI, E}}
end
end.
%%%========================================================================
%%% Internal functions
%%%========================================================================
parse_scheme(AbsURI) ->
split_uri(AbsURI, ":", {error, no_scheme}).
parse_uri_rest("//" ++ URIPart, true) ->
%% we have an authority
{Authority, PathQueryFrag} =
split_uri(URIPart, "/|\\?|#", {URIPart, ""}, 1, 0),
AuthorityParts = parse_authority(Authority),
parse_uri_rest(PathQueryFrag, false) ++ AuthorityParts;
parse_uri_rest(PathQueryFrag, _Bool) ->
%% no authority, just a path and maybe query
{PathQuery, Frag} = split_uri(PathQueryFrag, "#", {PathQueryFrag, ""}),
{Path, QueryString} = split_uri(PathQuery, "\\?", {PathQuery, ""}),
QueryPropList = split_query(QueryString),
[{path, Path}, {'query', QueryPropList}, {fragment, Frag}].
parse_authority(Authority) ->
{UserInfo, HostPort} = split_uri(Authority, "@", {"", Authority}),
UserInfoSplit = case re:split(UserInfo, ":", [{return, list}]) of
[""] -> [];
UIS -> UIS
end,
[{userinfo, UserInfoSplit} | parse_host_port(HostPort)].
parse_host_port("[" ++ HostPort) -> %ipv6
{Host, ColonPort} = split_uri(HostPort, "\\]", {HostPort, ""}),
[{host, Host} | case split_uri(ColonPort, ":", not_found, 0, 1) of
not_found -> case ColonPort of
[] -> [];
_ -> throw({invalid_port, ColonPort})
end;
{_, Port} -> [{port, list_to_integer(Port)}]
end];
parse_host_port(HostPort) ->
{Host, Port} = split_uri(HostPort, ":", {HostPort, not_found}),
[{host, Host} | case Port of
not_found -> [];
_ -> [{port, list_to_integer(Port)}]
end].
split_query(Query) ->
case re:split(Query, "&", [{return, list}]) of
[""] -> [];
QParams -> [split_uri(Param, "=", Param) || Param <- QParams]
end.
split_uri(UriPart, SplitChar, NoMatchResult) ->
split_uri(UriPart, SplitChar, NoMatchResult, 1, 1).
split_uri(UriPart, SplitChar, NoMatchResult, SkipLeft, SkipRight) ->
case re:run(UriPart, SplitChar) of
{match, [{Match, _}]} ->
{string:substr(UriPart, 1, Match + 1 - SkipLeft),
string:substr(UriPart, Match + 1 + SkipRight, length(UriPart))};
nomatch ->
NoMatchResult
end.
merge_keylists(A, B) ->
{AEmpty, ANonEmpty} = lists:partition(fun ({_Key, V}) -> V =:= [] end, A),
[AEmptyS, ANonEmptyS, BS] =
[lists:ukeysort(1, X) || X <- [AEmpty, ANonEmpty, B]],
lists:ukeymerge(1, lists:ukeymerge(1, ANonEmptyS, BS), AEmptyS).