Record
upload-operation
No description available.
record upload-operation {
length: option<s32>,
method: option<string>,
offset: option<s32>,
request-headers: option<list<upload-operation-header>>,
url: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| length | option<s32> | |
| method | option<string> | |
| offset | option<s32> | |
| request-headers | option<list<upload-operation-header>> | |
| url | option<string> |