-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement "HEAD" HTTP method #147
Comments
Thanks for the request! Maybe you can elaborate a little bit about the use-case? :) |
Concrete use case: I tried to check the |
For the "PROPPATCH" method, it would be also nice to have the |
@stefan-niedermann @David-Development @tobiasKaminsky this exception is not thrown in SSO, it is returned by the files app. This is where the stacktrace leads to (SSO, // Handle Remote Exceptions
if (response.getException() != null) {
if (response.getException().getMessage() != null) {
/*## HERE ##*/ throw parseNextcloudCustomException(response.getException());
}
throw response.getException();
} @tobiasKaminsky: any chance, you can add support for |
Currently no longer needed by me. Deck & Notes both have a pull-2-refresh mechanism and i decided that it was the easiest way to simply clear the Glide cache when one triggers this mechanism. |
The text was updated successfully, but these errors were encountered: