Module cloudi_http_cowboy_handler

Cowboy CloudI HTTP Handler

.

Copyright © 2012-2022 Michael Truog

Version: 2.0.5 Oct 26 2023 14:07:22 ------------------------------------------------------------------------

Authors: Michael Truog (mjtruog at protonmail dot com).

Description

Cowboy CloudI HTTP Handler

Function Index

init/2
terminate/3
websocket_handle/2
websocket_info/2
websocket_init/1

Function Details

init/2

init(Req, Cowboy_state) -> any()

terminate/3

terminate(Reason, Req, Cowboy_state) -> any()

websocket_handle/2

websocket_handle(X1, State) -> any()

websocket_info/2

websocket_info(T, Cowboy_state) -> any()

websocket_init/1

websocket_init(Cowboy_state) -> any()


Generated by EDoc