HTTP Request Test

This commit is contained in:
Feng 2016-08-29 14:15:45 +08:00
parent 5bd07bf536
commit ff8d074576
1 changed files with 3 additions and 5 deletions

View File

@ -318,7 +318,7 @@ dispatch_retained_messages(_) ->
%%--------------------------------------------------------------------
%%http request Test
%% HTTP Request Test
%%--------------------------------------------------------------------
request_status(_) ->
@ -359,10 +359,8 @@ auth_header_(User, Pass) ->
Encoded = base64:encode_to_string(lists:append([User,":",Pass])),
{"Authorization","Basic " ++ Encoded}.
%% cli group
%%--------------------------------------------------------------------
%% Cli group
%%--------------------------------------------------------------------
ctl_register_cmd(_) ->