requestor
requestor copied to clipboard
Request like a boss. 😎
If the user sets a request to be cached, then Requestor should save the Response object returned for the URI that was requested. By default, only the successful request should...
* Remove CollectionPayloadType * Every PayloadType should have a rawType and optional parameterizedTypes
Provide a way to persist the stores in alternative backends like Sql dbs, NoSql dbs, and Files (for jvm apps), as also Web Storage and IndexedDb (for web apps).
Create new headers with necessary parsers: - SetCookieHeader - CookieHeader TBD: Break down the cookie attributes and design how they should be handled.
Resources: - https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching - https://www.mnot.net/cache_docs/