Skip to content

Requirements

Jakob edited this page Mar 31, 2020 · 3 revisions

Requirements

Requirements marked with "❌" are not met in the current implementation.

  • fetch a HTTP response by sending a HTTP request
  • requests can be sent in bulk. The response of each request can be fetched individually.

Result

  • result is being converted into an array before returning it
  • result can be converted in a user-defined way before returning it ❌

HTTP

  • HTTP requests are performed using a built-in library
  • HTTP library can be changed, if desired ❌

Cache

  • results can be stored in a cache, if desired. Only one active cache at a time.
  • cached objects have a limited lifetime
Clone this wiki locally