aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_tcp_transport.erl
AgeCommit message (Collapse)Author
2011-04-12Add a Transport:messages/0 function to obtain the atoms sent in active mode.Loïc Hoguin
That way we can support active mode without having to hardcode the atoms for each transports available.
2011-03-22Add cowboy_tcp_transport:name/0 to ease transport identification later on.Loïc Hoguin
2011-03-21Fix spec for cowboy_tcp_transport:close/1.Loïc Hoguin
Apparently the documentation is wrong for gen_tcp:close/1, it returns only ok.
2011-03-17Initial commit.Loïc Hoguin