Open maxim5 opened 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.
GitlabHTTPRequestor
HttpURLConnection
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 withHttpURLConnection
is in private methods.