Constructor: webDocumentNoProxy
Web document no proxy
Attributes:
Name | Type | Required | Description |
---|---|---|---|
url | string | Yes | URL |
size | int | Yes | Size |
mime_type | string | Yes | Mime type |
attributes | Array of DocumentAttribute | Yes | Attributes |
Type: WebDocument
Example:
$webDocumentNoProxy = ['_' => 'webDocumentNoProxy', 'url' => 'string', 'size' => int, 'mime_type' => 'string', 'attributes' => [DocumentAttribute, DocumentAttribute]];
Or, if you’re into Lua:
webDocumentNoProxy={_='webDocumentNoProxy', url='string', size=int, mime_type='string', attributes={DocumentAttribute}}
This site uses cookies, as described in the cookie policy. By clicking on "Accept" you consent to the use of cookies.