List of questions
Related questions
Question 257 - 350-901 discussion
Refer to the exhibit.
Which line of code needs to be placed on the snippet where the code is missing to provide APl ratelimiting to the requests?
A.
int(self.response.headers.post('Retry-After'))
B.
int(response.headers.get('Retry-After'))
C.
int(self.response.headers.get(Retry-After'))
D.
int(response.headers.post('Retry-After'))
Your answer:
0 comments
Sorted by
Leave a comment first