LibHTTP/HttpResolveCache
Object that holds cached resolves. this is used by multiple /HttpSock instances
Properties
- array<ResolveCacheEntry> ResolveCache
- Resolve cache, already resolved hostnames are not looked up. You have to keep the actor alive in order to use this feature
Structures
ResolveCacheEntry
resolve chache entry to speed up subsequent request
- InternetLink.IpAddr Address
- the address information
- string Hostname
- the hostname
Functions
- AddCacheEntry(string hostname, InternetLink.IpAddr Address )
- add an entry
- bool ResolveAddress(string hostname, out InternetLink.IpAddr Address )
- lookup a resolved address