Skip to main content

serve

Function serve 

Source
pub async fn serve(config: ProxyConfig) -> Result<(), Box<dyn Error>>
Expand description

Open the trace store, build AppState, and serve the HTTP proxy until Ctrl-C.

ยงErrors

Returns any error from opening the store, building the HTTP client, binding the listener, or serving.