ComfyUI Node
Binary Post Request Node
A ComfyUI node in RequestNode/REST API with 6 inputs and 5 outputs.
Binary Post Request Node
- body
- headers
- RETRY_SETTING
- text
- response_bytes
- json
- status_code
- response_headers
◄target_urlhttp://127.0.0.1:8000/rvc/default►
◄methodPOST►
◄content_typeapplication/octet-stream►
CategoryRequestNode/REST API
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| target_url | STRING | http://127.0.0.1:8000/rvc/default | — |
| body | BYTES | — | |
| methodopt | COMBO | POST | 3 options: POST, PUT, PATCH |
| content_typeopt | STRING | application/octet-stream | — |
| headersopt | KEY_VALUE | — | |
| RETRY_SETTINGopt | RETRY_SETTING | — |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| text | STRING | — |
| response_bytes | BYTES | — |
| json | JSON | — |
| status_code | INT | — |
| response_headers | DICT | — |