Putting HTTP Clients in Context
Question | Answer |
---|---|
What are they? | HTTP requests are used to retrieve data from HTTP servers, such as those created in Chapter 24. |
Why are they useful? | HTTP is one of the most widely used protocols and is commonly used to provide access to content that can be presented to the user as well as data that is consumed programmatically. |
How is it ... |