ComfyUI Node
HTTP Request Sender
A ComfyUI node in NEKONOTE/HTTP with 12 inputs and 3 outputs.
HTTP Request Sender
- send_image
- HTTP Status Code
- Response Text
- Response Cookies
◄request_url►
◄request_methodPOST►
◄timeout10►
◄send_image_enabledtrue►
◄header_json►
◄cookies_json►
◄body_json►
◄send_image_formatWEBP►
◄multipart_field_name_in_imageupload_image►
◄multipart_field_name_in_bodymetadata►
◄user_agentpython-httpx/0.28.1 comfy-nekonote-extensions/0.4.7►
CategoryNEKONOTE/HTTP
Inputs (12)
| Name | Type | Default | Description |
|---|---|---|---|
| request_url | STRING | — | |
| request_method | COMBO | POST | 7 options: GET, POST, PUT, DELETE, PATCH, HEAD, +1 |
| timeout | INT | 101–60 | — |
| send_image_enabled | BOOLEAN | true | When enabled, the node will send the image as multipart/form-data. If disabled, it will send only JSON. Default is True. |
| header_jsonopt | STRING | JSON object representing the request headers. | |
| cookies_jsonopt | STRING | JSON object representing the request cookies. | |
| body_jsonopt | STRING | JSON object representing the request body. | |
| send_imageopt | IMAGE | — | |
| send_image_formatopt | COMBO | WEBP | 2 options: WEBP, PNG |
| multipart_field_name_in_imageopt | STRING | upload_image | When sending multipart/form-data, the image will be sent as a separate part with this field name. Default is 'upload_image'. |
| multipart_field_name_in_bodyopt | STRING | metadata | When sending multipart/form-data, the JSON body will be sent as a separate part with this field name. Default is 'metadata'. |
| user_agentopt | STRING | python-httpx/0.28.1 comfy-nekonote-extensions/0.4.7 | User agent string to be sent with the request. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| HTTP Status Code | INT | — |
| Response Text | STRING | — |
| Response Cookies | STRING | — |