Science, asked by meswapan, 5 months ago

In an HTTP call, from where is the data fetched?
Service
Component
@lnput
API​

Answers

Answered by Anonymous
0

a source from a specific URL

Answered by mad210202
0

Answer:

The answer of the following question is Option D.

in an HTTP call,  the data fetched from the API.

Explanation:

  • HTTP- The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypermedia information systems.
  • API- It stand for application programming interface (API) that is a computing interface, defines interactions between multiple software intermediaries. It defines kinds of calls or requests that can be made, how to make them, the data formats that should be used, the conventions to follow, etc.
  • The Fetch API is a modern interface that allows you to make HTTP requests to servers from web browsers.

Similar questions