Question 30
Given below is a part of the HTTP response upon running the command:
curl --head https://www.httpbin.org/HTTP response
HTTP/2 200date: Fri, 02 Dec 2022 16:38:16 GMTcontent-type: text/html; charset=utf-8content-length: 9593server: gunicorn/19.9.0access-control-allow-origin: *access-control-allow-credentials: trueBased on the above data, answer the given subquestions.
Which part of the response indicates that the request created a successful response?
server: gunicorn/19.9.0
content-type: text/html;
HTTP/2 200
None of these