HTTP Inspector
The HTTP Inspector tool allows you to perform arbitrary HTTP requests and inspect the response status, headers, and body.
Usage
- Switch to the HTTP Inspector tab using
Tabor the search palette (Ctrl+F). - Select the HTTP Method (GET, POST, PUT, DELETE).
- Type the URL you wish to request.
- Press
Enterto send the request.
Response Details
- Status: The HTTP status code of the response (e.g., 200 OK, 404 Not Found).
- Headers: A list of headers returned by the server.
- Body: The response body text. For performance and memory safety, bodies longer than 10,000 characters are truncated.
Keyboard Shortcuts
Ctrl+M: Cycle through HTTP methods (GET, POST, PUT, DELETE).Enter: Send the HTTP request.Backspace: Remove the last character from the URL.Any Character: Append the character to the URL.