Modules§
- handlers
- session_
test - Wire types for the
session.test.*devtool handlers.
Structs§
Enums§
Functions§
- token_
from_ ws_ url - Extract the session auth token from a dev websocket URL’s
?token=query parameter. The tokened URL is the single credential artifact: the server prints it, and every peer parses the token back out to present inHello. - ws_
url_ with_ token - Append a
?token=query to a dev websocket URL. Authority-only URLs (ws://host:port) get an explicit/first so naive authority parsers (split('/')) never see the query glued to the port.