|
Foxit PDF RDK
|
Public Attributes | |
| contentLength | |
| eTag | |
| url | |
Additional Inherited Members | |
Public Member Functions inherited from NativeObjectWrapper | |
| constructor (r) | |
| GetPointerAsNumber () | |
Class for storing URL header information.
| UrlHeader.contentLength |
The length of the content in bytes.
| contentLength | The size of the resource content. It represents the total number of bytes of the resource. |
| UrlHeader.eTag |
The ETag (Entity Tag) of the resource.
| eTag | The ETag vstringalue used for cache validation. It helps in identifying the specific version of the resource. |
| UrlHeader.url |
The URL of the resource.
| url | The URL string representing the address of the resource. It should be a valid and well-formed URL. |