Explorar el Código

连接类型修改

erlArango_http
maike hace 4 años
padre
commit
a56b37d611
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      include/agHttpCli.hrl

+ 1
- 1
include/agHttpCli.hrl Ver fichero

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

Cargando…
Cancelar
Guardar