game_http_request
Execute HTTP GET, POST, PUT, or DELETE requests with custom headers and body for network communication in Godot.
Instructions
HTTP GET/POST/PUT/DELETE with headers and body
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Request URL | |
| body | No | Request body string | |
| method | No | HTTP method: GET, POST, PUT, DELETE. Default: GET | |
| headers | No | Request headers as key-value pairs | |
| timeout | No | Timeout in seconds. Default: 30 |