Kizspy Question: 35
(Choose 1 answer)
Which of the following HTTP requests are correct?
HTTP bin is a simple HTTP request and response service. Assume that you won't have any errors dealing with
it.
A. requests.tail('
https://httpbin.org/tail')
B. requests.put('
https://httpbin.org/put', data={'key':'value'})
C. requests.put('
https://httpbin.org/tail')
D. requests.get('
https://httpbin.org/put', data={'key':'value'})