Extended http client based on fetch
Tiny window.fetch JavaScript implementation over XMLHttpRequest with additional features
Extended Fetch API with timeout and retries.
Mock http requests made using fetch
Additional Jest matchers
Type safe mocking extensions for jest
A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.
A light-weight module that brings Fetch API to node.js
extended POSIX-style sprintf
extended fetch api with synch and auth apis
Type safe mocking extensions for vitest, forked from jest-mock-extended
An implementation of window.fetch in Node.js using Minipass streams
Opinionated, caching, retrying fetch client
Provides a way to make requests
Regular expression to detect an extended-length path.
Extended iterable class, providing lazy array-like methods with automatic async and return/throw forwarding
Blob & File implementation in Node.js, originally from node-fetch.
Universal WHATWG Fetch API for Node, Browsers and React Native
better fetch for Node.js. Works on any JavaScript runtime!
Eslint Airbnb Config Extended
Embedding PDF files in your Angular application. Highly configurable viewer including the toolbar, sidebar, and all the features you're used to.
Fetches the contents of a file accross node and browsers.
✏️ Plug-and-play binary wrapper for Hugo Extended, the awesomest static-site generator.
Cross Platform Smart Fetch Ponyfill
Extended keys to facilitate fetching and storing in nested hash and array structures with Perl-ish auto-vivification.
Gem extending the idea behind AR's pluck method so we can fetch data from multiple tables
redis-structured-multi is an extension to the redis gem's Redis#multi that allows data structures to be built from the as-yet-unreturned values of the calls to Redis that occur within the #multi block.
From lazy loading, to inline image contents, to fetching unknown width and height, to next generation image formats, this gem aims to extend the default image_tag method to do more for static web pages.
A Magic Pipe to send data in arbitrary formats to configurable backends, with topics. It features a modular design that allows to configure and extend how the payloads are fetched, serialized, encoded, submitted, and most importantly where: SQS, HTTPS endpoints, etc.
If you want to be able fetch the result from a Resque job's perform method. Results will be encoded using JSON. For example: require 'resque-result' class MyJob extend Resque::Plugins::Result def self.perform(meta_id, big_num) factor(big_num) end end meta0 = MyJob.enqueue(3574406403731) meta0.enqueued_at # => 'Wed May 19 13:42:41 -0600 2010' meta0.meta_id # => '03c9e1a045ad012dd20500264a19273c' # later meta1 = MyJob.get_meta('03c9e1a045ad012dd20500264a19273c') meta1.succeeded? # => true meta1.result # => [ 1299709, 2750159 ]
No description provided.
No description provided.