Response streaming

This commit is contained in:
Gregory Schier
2023-03-01 09:05:00 -08:00
parent 29d1f687d1
commit fcc5eead88
11 changed files with 378 additions and 262 deletions

View File

@@ -28,6 +28,7 @@ export interface HttpResponse extends BaseModel {
id: string;
requestId: string;
body: string;
error: string;
status: string;
elapsed: number;
statusReason: string;