tool_http_tester
Test HTTP endpoints by sending custom requests with URL, method, headers, and body, and receive response with status code.
Instructions
[dev] HTTP Tester
Parameters:
url (string): URL
method (string): Method
headers (string): Headers
body (string): Body
Outputs:
response (json): Response
status (number): Status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL | |
| body | No | Body | |
| method | No | Method | |
| status | No | Status | |
| headers | No | Headers | |
| response | No | Response |