|
|
@ -38,11 +38,11 @@ |
|
|
|
|
|
|
|
-spec callAgency(poolNameOrSocket(), method(), path()) -> term() | {error, term()}. |
|
|
|
callAgency(PoolNameOrSocket, Method, Path) -> |
|
|
|
callAgency(PoolNameOrSocket, Method, Path, #{}, #{}, <<>>, false, ?AgDefTimeout). |
|
|
|
callAgency(PoolNameOrSocket, Method, Path, ?AgDefQuery, ?AgDefHeader, ?AgDefBody, false, ?AgDefTimeout). |
|
|
|
|
|
|
|
-spec callAgency(poolNameOrSocket(), method(), path(), queryPars()) -> term() | {error, term()}. |
|
|
|
callAgency(PoolNameOrSocket, Method, Path, QueryPars) -> |
|
|
|
callAgency(PoolNameOrSocket, Method, Path, QueryPars, #{}, <<>>, false, ?AgDefTimeout). |
|
|
|
callAgency(PoolNameOrSocket, Method, Path, QueryPars, ?AgDefHeader, ?AgDefBody, false, ?AgDefTimeout). |
|
|
|
|
|
|
|
-spec callAgency(poolNameOrSocket(), method(), path(), queryPars(), headers(), body()) -> term() | {error, term()}. |
|
|
|
callAgency(PoolNameOrSocket, Method, Path, QueryPars, Headers, Body) -> |
|
|
|