March 2018
Beginner to intermediate
410 pages
10h 40m
English
Each request specifies one HTTP method to call. The HTTP method is a simple string provided in the request. Even though web servers are technically free to invent their own methods, the HTTP 1.1 specification only defines nine methods, of which you typically only use five: GET, HEAD, POST, PUT and DELETE. A sixth method OPTIONS can be used to request information from a resource what communication options it supports. Use OPTIONS to learn what methods are supported by a resource.
The GET method retrieves ...
Read now
Unlock full access