OptionalcontentOptionaldnsUsed to resolve DNSLink entries to IPNS names or CIDs
OptionalipnsUsed to resolve IPNS names
OptionalpluginsPlugins to use with the verified-fetch instance. Note that we have a set of default plugins that are always used. If you want to replace one of the default plugins, you can do so by passing a plugin with the same name.
OptionalsessionBlockstore sessions are cached for reuse with requests with the same base URL or CID. This parameter controls how many to cache. Once this limit is reached older/less used sessions will be evicted from the cache.
OptionalsessionHow long each blockstore session should stay in the cache for.
OptionalurlUsed to turn URLs into CIDs/paths
OptionalwithWhether to include server-timing headers in responses. This option can be overridden on a per-request basis.
A function to handle parsing content type from bytes. The function you provide will be passed the first set of bytes we receive from the network, and should return a string that will be used as the value for the
Content-Typeheader in the response.