# Response.send() method · @imqueue/http-protect

Source: https://imqueue.org/api/http-protect/latest/http-protect.response.send/
Published: 2026-08-01
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/http-protect 3.0.1 — generated reference, not hand-written

Writes the response body. Given a plain string by [HttpProtect.textMiddleware()](https://imqueue.org/api/http-protect/latest/http-protect.httpprotect.textmiddleware/) and a JSON string by [HttpProtect.jsonMiddleware()](https://imqueue.org/api/http-protect/latest/http-protect.httpprotect.jsonmiddleware/); never called by [HttpProtect.middleware()](https://imqueue.org/api/http-protect/latest/http-protect.httpprotect.middleware/), which answers with no body at all.

**Signature:**

```typescript
send(...args: any[]): any;
```

## Parameters


| Parameter | Type | Description |
| --- | --- | --- |
| args | any\[\] | passed straight through from the middleware |


**Returns:**

any

Ignored by the middlewares.

