couchr icon indicating copy to clipboard operation
couchr copied to clipboard

Lightweight CouchDB request library for Node and the browser

Results 5 couchr issues
Sort by recently updated
recently updated
newest added

I use HEAD requests to get eTag values for caching purposes for given queries. If my cache under that eTag is a miss, then I make a GET request. Since...

Hi @caolan, how can i handle with _attachments using couchr (hoodie.request)? thanks

very usefull to create hoodie plugins

Right now if you get a 301 or 302 from a request, couchr handles it like an error. Would it be useful to follow the redirect before returning an error...