Foxit PDF SDK for HarmonyOS  3.0
UrlHeader Class Reference
Inheritance diagram for UrlHeader:
NativeObjectWrapper

Public Member Functions

 constructor ()
 
- Public Member Functions inherited from NativeObjectWrapper
 constructor (r)
 
 GetPointerAsNumber ()
 

Public Attributes

 contentLength
 
 eTag
 
 url
 

Detailed Description

Member Function Documentation

◆ constructor()

UrlHeader.constructor ( )

@Constructor

Member Data Documentation

◆ contentLength

UrlHeader.contentLength

The length of the content in bytes.

Parameters
contentLengthThe size of the resource content. It represents the total number of bytes of the resource.

◆ eTag

UrlHeader.eTag

The ETag (Entity Tag) of the resource.

Parameters
eTagThe ETag vstringalue used for cache validation. It helps in identifying the specific version of the resource.

◆ url

UrlHeader.url

The URL of the resource.

Parameters
urlThe URL string representing the address of the resource. It should be a valid and well-formed URL.