Refer to the exhibit.
Which line of code needs to be placed on the snippet where the code is missing to provide APl rate-limiting to the requests?
int(self.response.headers.post('Retry-After'))
int(response.headers.get('Retry-After'))
int(self.response.headers.get(Retry-After'))
int(response.headers.post('Retry-After'))
Submit