---
title: "reply in text · RUAL Documentation"
description: "reply a http connection with text"
canonical: https://docs.rual.nl/block-types/http%20connection/httpconnection_set_text
language: en
---

[Cluster](https://docs.rual.nl/cluster)

[Blocks](https://docs.rual.nl/block-types)

[Interfaces](https://docs.rual.nl/interfaces)

[Blueprints](https://docs.rual.nl/blueprints)

[Tutorials](https://docs.rual.nl/tutorials)

[Home automation](https://docs.rual.nl/home-automation)

[Examples](https://docs.rual.nl/examples)

[Reference](https://docs.rual.nl/reference)

[Architecture](https://docs.rual.nl/architecture)

[Troubleshooting](https://docs.rual.nl/troubleshooting)

Other

# reply in text

This block is part of the [`http connection`](https://docs.rual.nl/block-types/http%20connection) group and was last modified in core [`v10.4.28`](https://docs.rual.nl/core-versions/100428).

reply a http connection with text

- flow `flow`

- connection required `httpconnection`

- code required `number` HTTP Status Code to return on this response.

- type `value` Sets the Content-Type HTTP header.

Default `text/plain`

- Headers `array ` Custom HTTP Headers to set, Array of Objects [{ key: Value, value: Value }]

- data required `value`

- flow `flow`

- connection `httpconnection`

Sends the data pin as a text response: Content-Type text/plain unless the type pin overrides it, status from the code pin (default 200). A falsy data value (0, false, "", nil) sends an empty string body. The response flushes immediately mid-flow; an unwired or nil connection sends nothing and outputs nil.

A typical wiring for [reply in text](https://docs.rual.nl/block-types/http%2520connection/httpconnection_set_text): a [function trigger](https://docs.rual.nl/block-types/globals/trigger_custom_function) starts the flow; [number](https://docs.rual.nl/block-types/number/number_default) feeds the `code` pin; the `flow` out pin feeds [debug](https://docs.rual.nl/block-types/state%2520ui/state_debug).

[![Studio canvas example for the reply in text block: typical wiring for reply in text.](https://docs.rual.nl/canvas-examples/httpconnection_set_text.png)](https://docs.rual.nl/canvas-examples/httpconnection_set_text.png?v=3)

## Version history

Introduced in [`v10.4.28`](https://docs.rual.nl/core-versions/100428).

- [Back to `http connection`](https://docs.rual.nl/block-types/http%20connection): Return to the main group to view all sub-groups

- [Back to `response`](https://docs.rual.nl/block-types/http%20connection?group=response): Return to the group to view all blocks within this group

Was this page helpful? [Tell us what to improve](https://docs.rual.nl/support) · RUAL Docs is an integral component of the [RUAL ecosystem](https://rual.nl)
