Module us_web_nitrogen_anchor

This is the US-Web module in charge of handling requests aimed at Nitrogen-based virtual hosts.

Description

This is the US-Web module in charge of handling requests aimed at Nitrogen-based virtual hosts.

Directly adapted from simple_bridge's src/cowboy_bridge_modules/cowboy_simple_bridge_anchor.erl module.

Function Index

handle/2
init/2
terminate/2
websocket_handle/2
websocket_info/2
websocket_init/1
websocket_terminate/2

Function Details

handle/2

handle(Req, State) -> any()

init/2

init(Req, State) -> any()

terminate/2

terminate(Reason, State) -> any()

websocket_handle/2

websocket_handle(Data, WSState) -> any()

websocket_info/2

websocket_info(Data, WSState) -> any()

websocket_init/1

websocket_init(State) -> any()

websocket_terminate/2

websocket_terminate(Reason, Ws_state) -> any()


Generated by EDoc