Skip to main content

execute_stdio

Function execute_stdio 

Source
pub fn execute_stdio() -> Result<ServeResponse, LitError>
Expand description

Execute the server in stdio pipe mode. Reads newline-delimited JSON requests from stdin, routes them through route_request, and writes JSON responses to stdout. Used by SSH transport.