소스 검색

连接类型修改

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() ::

불러오는 중...
취소
저장