Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Treatment start

http/server::start


Configuration

⬡ http_server: http/server::HttpServer

Inputs

⇥ trigger: Block<void>


Start listening for incoming HTTP connections.

Blocks until trigger is received, then releases the HTTP server launch barrier so that the server begins accepting connections.

ℹ️ Use this treatment together with connection: start unblocks the server, while each connection track handles an individual request.

graph LR
     T("start()")
     B["〈🟦〉"] -->|trigger| T
     style B fill:#ffff,stroke:#ffff