Response streaming

This commit is contained in:
Gregory Schier
2023-03-01 09:05:00 -08:00
parent 5040d73a8b
commit 569a9454ad
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;