Next: , Previous: , Up: NetClients.URL   [Index]


1.118.9 NetClients.URL: testing

canCache

Answer whether the URL is cacheable. The current implementation considers file URLs not to be cacheable, and everything else to be.

hasFragment

Answer whether the URL points to a particular fragment (anchor) of the resource.

hasQuery

Answer whether the URL includes query arguments to be submitted when retrieving the resource.

isFileScheme

Answer whether the URL is a file URL.

isFragmentOnly

Answer whether the URL only includes the name of a particular fragment (anchor) of the resource to which it refers.