java-gitlab-api
java-gitlab-api copied to clipboard
Access to "RateLimit-*" headers
Is there a way to access API response headers, in particular rate limit ones?
I tried even to derive from GitlabHTTPRequestor to patch http response processing, but everything that deals with HttpURLConnection is in private methods.