Optional
contentundefined
Optional
sessionBlockstore 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.
100
Optional
sessionTTLmsHow long each blockstore session should stay in the cache for.
60000
Optional
withWhether 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-Type
header in the response.