Nodes/comfy-nekonote-extensions/HTTP Request Sender
ComfyUI Node

HTTP Request Sender

A ComfyUI node in NEKONOTE/HTTP with 12 inputs and 3 outputs.

By 0nyx-networks·Created 7 months ago·Updated 4 months ago· 0
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)

NameTypeDefaultDescription
request_urlSTRING
request_methodCOMBOPOST7 options: GET, POST, PUT, DELETE, PATCH, HEAD, +1
timeoutINT101–60
send_image_enabledBOOLEANtrueWhen enabled, the node will send the image as multipart/form-data. If disabled, it will send only JSON. Default is True.
header_jsonoptSTRINGJSON object representing the request headers.
cookies_jsonoptSTRINGJSON object representing the request cookies.
body_jsonoptSTRINGJSON object representing the request body.
send_imageoptIMAGE
send_image_formatoptCOMBOWEBP2 options: WEBP, PNG
multipart_field_name_in_imageoptSTRINGupload_imageWhen 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_bodyoptSTRINGmetadataWhen sending multipart/form-data, the JSON body will be sent as a separate part with this field name. Default is 'metadata'.
user_agentoptSTRINGpython-httpx/0.28.1 comfy-nekonote-extensions/0.4.7User agent string to be sent with the request.

Outputs (3)

NameTypeDescription
HTTP Status CodeINT
Response TextSTRING
Response CookiesSTRING