Skip to content

Home > @world-wide-lab/client > Client > createResponse

Client.createResponse() method

Create a new Response. See also Session.response()

Signature:

typescript
createResponse(opts: ClientResponseOptions): Promise<boolean>;

Parameters

Parameter

Type

Description

opts

ClientResponseOptions

Options to create the response with

**Returns:**

Promise<boolean>

true if the response was created successfully