Show response body size

This commit is contained in:
Gregory Schier
2023-02-25 23:08:19 -08:00
parent b852484559
commit 67d8bbc154
2 changed files with 11 additions and 2 deletions

View File

@@ -64,7 +64,8 @@ export function ResponsePane({ requestId, error }: Props) {
{response.status}
{response.statusReason && ` ${response.statusReason}`}
 • 
{response.elapsed}ms
{response.elapsed}ms  • 
{Math.round(response.body.length / 1000)} KB
</HStack>
{contentType.includes('html') ? (
<iframe