index
:
gun.git
1.3.x
http2-websocket
http3
master
HTTP/1.1, HTTP/2 and Websocket client for Erlang/OTP.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
fake_transport.erl
blob: 1677e87ca0ccc5c1565d0ca203c9a6914240d98d (
plain
) (
blame
)
1
2
3
4
-
module
(
fake_transport
).
-
export
([
send
/
2
]).
send
(_,
_)
->
ok
.