masque_h1_session_sup (masque v0.7.0)

View Source

Supervisor for HTTP/1.1 MASQUE server sessions.

One simple_one_for_one supervisor per protocol, sibling of masque_h2_session_sup. For now only the UDP branch is populated; IP and TCP variants are added by later implementation steps. Sessions are temporary (not restarted on crash).

Summary

Functions

init(_)

start_link()

start_session(Args)

-spec start_session(map()) -> {ok, pid()} | {error, term()}.