tools.http_poster module
Universal HTTP request tool supporting any method, headers, cookies, and data.
- async tools.http_poster.run(url, method='GET', headers=None, cookies=None, data=None, json_data=None, form_data=None, params=None, timeout=30.0, verify_ssl=True, follow_redirects=True, ctx=None)[source]
Execute this tool and return the result.
- Parameters:
- Returns:
Result string.
- Return type: