Question 19
Which of the following statements is true regarding HTTP and fetch API?
A fetch call is capable of sending image data.
The “Accept” HTTP header is used by HTTP clients to tell the server which type of content they expect/prefer as response.
A fetch call allows a developer to add custom headers in the request.
All of these