mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-18 23:09:47 +02:00
Response streaming
This commit is contained in:
@@ -28,6 +28,7 @@ export interface HttpResponse extends BaseModel {
|
||||
id: string;
|
||||
requestId: string;
|
||||
body: string;
|
||||
error: string;
|
||||
status: string;
|
||||
elapsed: number;
|
||||
statusReason: string;
|
||||
|
||||
Reference in New Issue
Block a user