We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0906ab7 commit 871f232Copy full SHA for 871f232
src/ranch_transport.erl
@@ -64,6 +64,7 @@
64
-> {ok, {inet:ip_address(), inet:port_number()} | {local, binary()}} | {error, atom()}.
65
-callback sockname(socket())
66
67
+-callback peercert(socket()) -> {ok, public_key:der_encoded()} | {error, atom()}.
68
-callback shutdown(socket(), read | write | read_write)
69
-> ok | {error, atom()}.
70
-callback close(socket()) -> ok.
0 commit comments