| cancel/3 | |
| check_options/1 | |
| close/1 | |
| data/5 | |
| down/1 | |
| handle/2 | |
| init/4 | |
| keepalive/1 | |
| name/0 | |
| request/8 | |
| request/9 | |
| ws_upgrade/7 |
cancel(State, StreamRef, ReplyTo) -> any()
check_options(Opts) -> any()
close(State) -> any()
data(State, StreamRef, ReplyTo, IsFin, Data) -> any()
down(Http_state) -> any()
handle(Data, State) -> any()
init(Owner, Socket, Transport, Opts) -> any()
keepalive(State) -> any()
name() -> any()
request(State, StreamRef, ReplyTo, Method, Host, Port, Path, Headers) -> any()
request(State, StreamRef, ReplyTo, Method, Host, Port, Path, Headers, Body) -> any()
ws_upgrade(Http_state, StreamRef, Host, Port, Path, Headers0, WsOpts) -> any()
Generated by EDoc, Jan 16 2018, 19:57:52.