Quiz on Networking and HTTP
Test your understanding of the Networking and HTTP chapter.
We'll cover the following...
1
Which is not an HTTP method?
A)
http.get('https://jsonplaceholder.typicode.com/albums/1')
B)
http.patch('https://jsonplaceholder.typicode.com/albums/1')
C)
http.update('https://jsonplaceholder.typicode.com/albums/1')
D)
http.delete('https://jsonplaceholder.typicode.com/albums/1')
Question 1 of 50 attempted