Documentation / @warp-drive/core / types/request / StructuredDataDocument
Interface: StructuredDataDocument<T>
Defined in: core/src/types/request.ts:194
When a Future resolves, it returns an object containing the original request, the response set by the handler chain (if any), and the processed content.
Type Parameters
T
T
Properties
content
ts
content: T;Defined in: core/src/types/request.ts:204
request
ts
request: ImmutableRequestInfo;Defined in: core/src/types/request.ts:202
See
response
ts
response:
| null
| Response
| ResponseInfo;Defined in: core/src/types/request.ts:203