requestor icon indicating copy to clipboard operation
requestor copied to clipboard

Request like a boss. 😎

Results 9 requestor issues
Sort by recently updated
recently updated
newest added

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...

feature
good first issue

* Remove CollectionPayloadType * Every PayloadType should have a rawType and optional parameterizedTypes

refactoring
internal

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).

feature

Create new headers with necessary parsers: - SetCookieHeader - CookieHeader TBD: Break down the cookie attributes and design how they should be handled.

feature

Resources: - https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching - https://www.mnot.net/cache_docs/

feature