Fields of the GET request
The HTTP GET request consists of a series text fields on separate lines, ended by an empty line.
The first line is the most important: it is called the method field.
In simple GET requests, the second token in the method line is the requested file name, expressed as a path relative to the document root of the server.