UNPKG

@snap/camera-kit

Version:
51 lines (28 loc) 704 B
[CameraKit Web SDK - v0.22.0](../README.md) / [Exports](../modules.md) / UriRequest # Interface: UriRequest ## Table of contents ### Properties - [uri](UriRequest.md#uri) - [identifier](UriRequest.md#identifier) - [method](UriRequest.md#method) - [contentType](UriRequest.md#contenttype) - [data](UriRequest.md#data) - [metadata](UriRequest.md#metadata) ## Properties ### uri**uri**: \`$\{string}://$\{string}\` ___ ### identifier • **identifier**: `string` ___ ### method • **method**: ``"POST"`` \| ``"GET"`` ___ ### contentType • **contentType**: `ContentType` ___ ### data • **data**: `ArrayBuffer` ___ ### metadata • **metadata**: `Record`\<`string`, `string`\>