# IMQRPCResponse.request property · @imqueue/rpc

Source: https://imqueue.org/api/rpc/latest/rpc.imqrpcresponse.request/
Published: 2026-08-04
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/rpc 3.5.3 — generated reference, not hand-written

The originating request, echoed back in full — method, arguments and metadata included.

**Signature:**

```typescript
request: IMQRPCRequest;
```

## Remarks

Always present: the client reads `request.method` when it cannot match the response to a pending call, in order to re-emit it as an event. Note that this round-trips every argument value back to the caller.

