May 2019
Beginner to intermediate
466 pages
10h 44m
English
HTTP defines a set of request methods to indicate the action to be performed for a given resource. The most common method is GET, which is meant to retrieve data from the server. It is used when navigating the internet using links. The POST method requests the server to accept an enclosed data payload, most commonly the result of submitting a web form. There are a few more methods, including HEAD, PUT, DELETE, PATCH, and others—but they are less used and less supported by clients and web servers. As we won't need them for our web crawler, they won't be covered.
Read now
Unlock full access