...

/

Quiz on Networking and HTTP

Quiz on Networking and HTTP

Test your understanding of the Networking and HTTP chapter.

We'll cover the following...
Technical Quiz
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')

1 / 5