Skip to main content

serving_report

Function serving_report 

Source
pub fn serving_report(serving: &[Serving]) -> String
Expand description

The start-up report: which context answers on which URL, plus the inspector notice under --inspect. Pure and deterministic, so it is golden-pinned in the style of ADR 0096 §Exit — unlike the wrangler dev streams it precedes.

A lone worker on wrangler’s own default port prints no table: there is no allocation to disclose and wrangler announces its own Ready on line, so that session reads exactly as it did before #552.