solid-contrib/solid-client

Fix response.exists() logic

Opened this issue · 1 comments

Currently, response.exists() will never return false (since the web.solidRequest() method returns an error object when status < 300). Fix this.