timols / java-gitlab-api

A wrapper for the Gitlab API written in Java
Apache License 2.0
387 stars 317 forks source link

Access to "RateLimit-*" headers #260

Open maxim5 opened 7 years ago

maxim5 commented 7 years ago

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.