-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Current: Just prints raw response
Needed:
Response:
┌────────────────────────────────────────────┐
│ Status: 200 OK │
│ Time: 245ms │
│ Size: 1.2 KB │
├────────────────────────────────────────────┤
│ Headers: │
│ Content-Type: application/json │
│ X-Rate-Limit: 100 │
│ X-Rate-Remaining: 87 │
├────────────────────────────────────────────┤
│ Body: (formatted JSON) │
│ { │
│ "id": 123, │
│ "name": "John Doe", │
│ "email": "john@example.com" │
│ } │
└────────────────────────────────────────────┘
Options:
[C] Copy response [S] Save to file [F] Filter JSON [H] View headers only
Features:
- JSON pretty-printing (already have in cJSON maybe?)
- Syntax highlighting (colored output)
- Response stats: time, size, status
- Header inspection
- Response filtering: Extract specific JSON paths
- Save response to file
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request