pub type Response = Response200;
pub struct Response { pub stdout: CompactString, pub stderr: CompactString, }
stdout: CompactString
stderr: CompactString