瀏覽代碼

连接类型修改

erlArango_http
maike 4 年之前
父節點
當前提交
a56b37d611
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      include/agHttpCli.hrl

+ 1
- 1
include/agHttpCli.hrl 查看文件

@ -121,7 +121,7 @@
-type backlogSize() :: pos_integer() | infinity.
-type requestId() :: {serverName(), reference()}.
-type socket() :: inet:socket() | ssl:sslsocket().
-type socketOpts() :: [gen_tcp:connect_option(), ...].
-type socketOpts() :: [gen_tcp:connect_option() | ssl:tls_client_option()].
-type error() :: {error, term()}.
-type dbCfg() ::

Loading…
取消
儲存